Package com.redis.lettucemod.search
Class Reducers.Count
- java.lang.Object
-
- com.redis.lettucemod.search.Reducer
-
- com.redis.lettucemod.search.Reducers.Count
-
- All Implemented Interfaces:
RediSearchArgument
- Enclosing class:
- Reducers
public static class Reducers.Count extends Reducer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.redis.lettucemod.search.Reducer
Reducer.Builder<B extends Reducer.Builder<B>>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Reducers.Countas(java.lang.String as)protected voidbuildFunction(SearchCommandArgs args)static Reducers.Countcreate()java.lang.StringtoString()
-
-
-
Method Detail
-
buildFunction
protected void buildFunction(SearchCommandArgs args)
- Specified by:
buildFunctionin classReducer
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
create
public static Reducers.Count create()
-
as
public static Reducers.Count as(java.lang.String as)
-
-