Package redis.clients.jedis.resps
Class StreamGroupFullInfo
java.lang.Object
redis.clients.jedis.resps.StreamGroupFullInfo
- All Implemented Interfaces:
Serializable
This class holds information about a stream group with command
xinfo stream mystream full.
They can be access via getters. For future purpose there is also getGroupFullInfo() method
that returns a generic Map - in case where more info is returned from the server.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<StreamConsumerFullInfo> static final Stringstatic final Stringprivate final StreamEntryIDprivate final Stringstatic final Stringstatic final Stringprivate final Longstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
- See Also:
-
CONSUMERS
- See Also:
-
PENDING
- See Also:
-
LAST_DELIVERED
- See Also:
-
PEL_COUNT
- See Also:
-
name
-
consumers
-
pending
-
pelCount
-
lastDeliveredId
-
groupFullInfo
-
-
Constructor Details
-
StreamGroupFullInfo
- Parameters:
map- contains key-value pairs with group info
-
-
Method Details
-
getName
-
getConsumers
-
getPending
-
getLastDeliveredId
-
getGroupFullInfo
- Returns:
- Generic map containing all key-value pairs returned by the server
-
getPelCount
-