Uses of Interface
com.redis.lettucemod.search.AggregateOperation
-
Packages that use AggregateOperation Package Description com.redis.lettucemod.search -
-
Uses of AggregateOperation in com.redis.lettucemod.search
Classes in com.redis.lettucemod.search that implement AggregateOperation Modifier and Type Class Description classApply<K,V>classFilter<V>classGroupclassLimitclassSortMethods in com.redis.lettucemod.search that return types with arguments of type AggregateOperation Modifier and Type Method Description java.util.List<AggregateOperation<K,V>>AggregateOptions. getOperations()Methods in com.redis.lettucemod.search with parameters of type AggregateOperation Modifier and Type Method Description AggregateOptions.Builder<K,V>AggregateOptions.Builder. operation(AggregateOperation operation)static <K,V>
AggregateOptions.Builder<K,V>AggregateOptions. operation(AggregateOperation operation)Method parameters in com.redis.lettucemod.search with type arguments of type AggregateOperation Modifier and Type Method Description voidAggregateOptions. setOperations(java.util.List<AggregateOperation<K,V>> operations)
-