Package redis.clients.jedis.resps
Class StreamConsumerFullInfo
java.lang.Object
redis.clients.jedis.resps.StreamConsumerFullInfo
- All Implemented Interfaces:
Serializable
This class holds information about a stream consumer with command
xinfo stream mystream full.
They can be access via getters. For future purpose there is also getConsumerInfo() method that
returns a generic Map - in case where more info is returned from the server.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
- See Also:
-
SEEN_TIME
- See Also:
-
ACTIVE_TIME
- See Also:
-
PEL_COUNT
- See Also:
-
PENDING
- See Also:
-
name
-
seenTime
-
activeTime
-
pelCount
-
pending
-
consumerInfo
-
-
Constructor Details
-
StreamConsumerFullInfo
-
-
Method Details
-
getName
-
getSeenTime
public long getSeenTime() -
getActiveTime
Since Redis 7.2. -
getPelCount
-
getPending
-
getConsumerInfo
All data.
-