Interface AggregationStream<T>
- All Known Implementing Classes:
AggregationStreamImpl
public interface AggregationStream<T>
-
Method Summary
Modifier and TypeMethodDescriptionredis.clients.jedis.search.aggr.AggregationResultredis.clients.jedis.search.aggr.AggregationResultredis.clients.jedis.search.aggr.AggregationResultredis.clients.jedis.search.aggr.AggregationResultaggregateVerbatim(Duration timeout) groupBy(MetamodelField<?, ?>... fields) limit(int limit) limit(int limit, int offset) load(MetamodelField<?, ?>... fields) loadAll()reduce(ReducerFunction reducer) reduce(ReducerFunction reducer, MetamodelField<?, ?> field, Object... params) reduce(ReducerFunction reducer, String alias, Object... params) sorted(int max, org.springframework.data.domain.Sort.Order... fields) sorted(org.springframework.data.domain.Sort.Order... fields) <R extends T>
org.springframework.data.domain.Slice<R><R extends T>
org.springframework.data.domain.Slice<R>toList(org.springframework.data.domain.PageRequest pageRequest, Duration duration, Class<?>... contentTypes)
-
Method Details
-
load
-
loadAll
AggregationStream<T> loadAll() -
groupBy
-
apply
-
as
-
sorted
-
sorted
-
reduce
-
reduce
-
reduce
-
limit
-
limit
-
filter
-
aggregate
redis.clients.jedis.search.aggr.AggregationResult aggregate() -
aggregateVerbatim
redis.clients.jedis.search.aggr.AggregationResult aggregateVerbatim() -
aggregate
-
aggregateVerbatim
-
toList
-
cursor
-
toList
-
toList
-