Uses of Class
com.redis.lettucemod.search.AggregateOperation.Type
-
Packages that use AggregateOperation.Type Package Description com.redis.lettucemod.search -
-
Uses of AggregateOperation.Type in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return AggregateOperation.Type Modifier and Type Method Description AggregateOperation.TypeAggregateOperation. getType()AggregateOperation.TypeApply. getType()AggregateOperation.TypeFilter. getType()AggregateOperation.TypeGroup. getType()AggregateOperation.TypeLimit. getType()AggregateOperation.TypeSort. getType()static AggregateOperation.TypeAggregateOperation.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AggregateOperation.Type[]AggregateOperation.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-