Package redis.clients.jedis.resps
Class StreamPendingSummary
java.lang.Object
redis.clients.jedis.resps.StreamPendingSummary
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StreamEntryIDprivate final StreamEntryIDprivate static final longprivate final long -
Constructor Summary
ConstructorsConstructorDescriptionStreamPendingSummary(long total, StreamEntryID minId, StreamEntryID maxId, Map<String, Long> consumerMessageCount) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
total
private final long total -
minId
-
maxId
-
consumerMessageCount
-
-
Constructor Details
-
StreamPendingSummary
public StreamPendingSummary(long total, StreamEntryID minId, StreamEntryID maxId, Map<String, Long> consumerMessageCount)
-
-
Method Details
-
getTotal
public long getTotal() -
getMinId
-
getMaxId
-
getConsumerMessageCount
-