Package redis.clients.jedis.params
Class XPendingParams
java.lang.Object
redis.clients.jedis.params.XPendingParams
- All Implemented Interfaces:
IParams
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionDeprecated.XPendingParams(byte[] start, byte[] end, int count) XPendingParams(String start, String end, int count) privateXPendingParams(Rawable start, Rawable end, int count) XPendingParams(StreamEntryID start, StreamEntryID end, int count) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParams(CommandArguments args) consumer(byte[] consumer) count(int count) end(StreamEntryID end) Deprecated.idle(long idle) start(StreamEntryID start) Deprecated.static XPendingParamsstatic XPendingParamsxPendingParams(byte[] start, byte[] end, int count) static XPendingParamsxPendingParams(String start, String end, int count) static XPendingParamsxPendingParams(StreamEntryID start, StreamEntryID end, int count)
-
Field Details
-
legacy
private boolean legacy -
idle
-
start
-
end
-
count
private int count -
consumer
-
-
Constructor Details
-
XPendingParams
-
XPendingParams
-
XPendingParams
-
XPendingParams
public XPendingParams(byte[] start, byte[] end, int count) -
XPendingParams
-
-
Method Details
XPendingParams(redis.clients.jedis.StreamEntryID, redis.clients.jedis.StreamEntryID, int).