Uses of Interface
com.redis.om.spring.search.stream.AggregationStream
Packages that use AggregationStream
-
Uses of AggregationStream in com.redis.om.spring.search.stream
Classes in com.redis.om.spring.search.stream that implement AggregationStreamMethods in com.redis.om.spring.search.stream that return AggregationStreamModifier and TypeMethodDescription<R> AggregationStream<R><R> AggregationStream<R><R> AggregationStream<R><R> AggregationStream<R><R> AggregationStream<R><R> AggregationStream<R><R> AggregationStream<R><R> AggregationStream<R>AggregationStream.groupBy(MetamodelField<?, ?>... fields) AggregationStreamImpl.groupBy(MetamodelField<?, ?>... fields) final <R> AggregationStream<R>ReturnFieldsSearchStreamImpl.groupBy(MetamodelField<T, ?>... field) <R> AggregationStream<R>SearchStream.groupBy(MetamodelField<E, ?>... fields) final <R> AggregationStream<R>SearchStreamImpl.groupBy(MetamodelField<E, ?>... fields) final <R> AggregationStream<R>WrapperSearchStream.groupBy(MetamodelField<E, ?>... fields) AggregationStream.limit(int limit) AggregationStream.limit(int limit, int offset) AggregationStreamImpl.limit(int limit) AggregationStreamImpl.limit(int offset, int limit) AggregationStream.load(MetamodelField<?, ?>... fields) AggregationStreamImpl.load(MetamodelField<?, ?>... fields) final <R> AggregationStream<R>ReturnFieldsSearchStreamImpl.load(MetamodelField<T, ?>... fields) <R> AggregationStream<R>SearchStream.load(MetamodelField<E, ?>... fields) final <R> AggregationStream<R>SearchStreamImpl.load(MetamodelField<E, ?>... fields) final <R> AggregationStream<R>WrapperSearchStream.load(MetamodelField<E, ?>... fields) AggregationStream.loadAll()AggregationStreamImpl.loadAll()<R> AggregationStream<R>ReturnFieldsSearchStreamImpl.loadAll()<R> AggregationStream<R>SearchStream.loadAll()<R> AggregationStream<R>SearchStreamImpl.loadAll()<R> AggregationStream<R>WrapperSearchStream.loadAll()AggregationStream.reduce(ReducerFunction reducer) AggregationStream.reduce(ReducerFunction reducer, MetamodelField<?, ?> field, Object... params) AggregationStream.reduce(ReducerFunction reducer, String alias, Object... params) AggregationStreamImpl.reduce(ReducerFunction reducer) AggregationStreamImpl.reduce(ReducerFunction reducer, MetamodelField<?, ?> field, Object... params) AggregationStreamImpl.reduce(ReducerFunction reducer, String alias, Object... params) AggregationStream.sorted(int max, org.springframework.data.domain.Sort.Order... fields) AggregationStream.sorted(org.springframework.data.domain.Sort.Order... fields) AggregationStreamImpl.sorted(int max, org.springframework.data.domain.Sort.Order... fields) AggregationStreamImpl.sorted(org.springframework.data.domain.Sort.Order... fields) Constructors in com.redis.om.spring.search.stream with parameters of type AggregationStreamModifierConstructorDescriptionAggregationPage(AggregationStream<E> aggregationStream, org.springframework.data.domain.Pageable pageable, Class<E> entityClass, com.google.gson.Gson gson, MappingRedisOMConverter mappingConverter, boolean isDocument)