Package com.redis.lettucemod.search
Class SearchOptions.Summarize<K,V>
- java.lang.Object
-
- com.redis.lettucemod.search.SearchOptions.Summarize<K,V>
-
- All Implemented Interfaces:
RediSearchArgument<K,V>
- Enclosing class:
- SearchOptions<K,V>
public static class SearchOptions.Summarize<K,V> extends java.lang.Object implements RediSearchArgument<K,V>
-
-
Constructor Summary
Constructors Constructor Description Summarize()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(SearchCommandArgs<K,V> args)java.util.List<K>getFields()java.util.OptionalLonggetFrags()java.util.OptionalLonggetLength()java.util.Optional<V>getSeparator()voidsetFields(java.util.List<K> fields)voidsetFrags(long frags)voidsetLength(long length)voidsetSeparator(V separator)
-
-
-
Method Detail
-
getFields
public java.util.List<K> getFields()
-
setFields
public void setFields(java.util.List<K> fields)
-
getFrags
public java.util.OptionalLong getFrags()
-
setFrags
public void setFrags(long frags)
-
getLength
public java.util.OptionalLong getLength()
-
setLength
public void setLength(long length)
-
getSeparator
public java.util.Optional<V> getSeparator()
-
setSeparator
public void setSeparator(V separator)
-
build
public void build(SearchCommandArgs<K,V> args)
- Specified by:
buildin interfaceRediSearchArgument<K,V>
-
-