Uses of Interface
org.redisson.api.search.aggregate.Reducer
Packages that use Reducer
-
Uses of Reducer in org.redisson.api.search.aggregate
Classes in org.redisson.api.search.aggregate that implement ReducerMethods in org.redisson.api.search.aggregate that return ReducerModifier and TypeMethodDescriptionstatic Reducerstatic ReducerReducer.count()static ReducerReducer.countDistinct(String fieldName) static ReducerReducer.countDistinctish(String fieldName) static Reducerstatic ReducerReducer.firstValue(String fieldName) static ReducerReducer.firstValue(String fieldName, String sortFieldName, SortOrder sortOrder) static Reducerstatic Reducerstatic Reducerstatic ReducerReducer.randomSample(String fieldName, int size) static Reducerstatic Reducerstatic ReducerMethods in org.redisson.api.search.aggregate that return types with arguments of type ReducerMethods in org.redisson.api.search.aggregate with parameters of type Reducer