Package com.redis.lettucemod.output
Class RangeOutput<K,V>
java.lang.Object
io.lettuce.core.output.CommandOutput<K,V,List<RangeResult<K,V>>>
com.redis.lettucemod.output.RangeOutput<K,V>
- All Implemented Interfaces:
io.lettuce.core.output.StreamingOutput<RangeResult<K,V>>
public class RangeOutput<K,V>
extends io.lettuce.core.output.CommandOutput<K,V,List<RangeResult<K,V>>>
implements io.lettuce.core.output.StreamingOutput<RangeResult<K,V>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.lettuce.core.output.StreamingOutput
io.lettuce.core.output.StreamingOutput.Subscriber<T> -
Field Summary
Fields inherited from class io.lettuce.core.output.CommandOutput
codec, error, output -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcomplete(int depth) io.lettuce.core.output.StreamingOutput.Subscriber<RangeResult<K,V>> voidmulti(int count) voidset(double number) voidset(long integer) voidset(ByteBuffer bytes) voidsetSubscriber(io.lettuce.core.output.StreamingOutput.Subscriber<RangeResult<K, V>> subscriber) Methods inherited from class io.lettuce.core.output.CommandOutput
decodeAscii, get, getError, hasError, multiArray, multiMap, multiPush, multiSet, set, setBigNumber, setError, setError, setSingle, toString
-
Constructor Details
-
RangeOutput
-
-
Method Details
-
set
-
set
public void set(long integer) -
set
public void set(double number) -
multi
public void multi(int count) -
complete
public void complete(int depth) -
setSubscriber
public void setSubscriber(io.lettuce.core.output.StreamingOutput.Subscriber<RangeResult<K, V>> subscriber) - Specified by:
setSubscriberin interfaceio.lettuce.core.output.StreamingOutput<K>
-
getSubscriber
- Specified by:
getSubscriberin interfaceio.lettuce.core.output.StreamingOutput<K>
-