Package redis.clients.jedis.resps
Class StreamFullInfo
java.lang.Object
redis.clients.jedis.resps.StreamFullInfo
- All Implemented Interfaces:
Serializable
This class holds information about a stream info with command
xinfo stream mystream full.
They can be access via getters. For future purpose there is also getStreamFullInfo() 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<StreamEntry> static final Stringprivate final List<StreamGroupFullInfo> static final Stringstatic final Stringprivate final StreamEntryIDprivate final longstatic final Stringstatic final Stringstatic final Stringprivate final longprivate final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglong
-
Field Details
-
LENGTH
- See Also:
-
RADIX_TREE_KEYS
- See Also:
-
RADIX_TREE_NODES
- See Also:
-
GROUPS
- See Also:
-
LAST_GENERATED_ID
- See Also:
-
ENTRIES
- See Also:
-
length
private final long length -
radixTreeKeys
private final long radixTreeKeys -
radixTreeNodes
private final long radixTreeNodes -
groups
-
lastGeneratedId
-
entries
-
streamFullInfo
-
-
Constructor Details
-
StreamFullInfo
- Parameters:
map- contains key-value pairs with stream info
-
-
Method Details
-
getLength
public long getLength() -
getRadixTreeKeys
public long getRadixTreeKeys() -
getRadixTreeNodes
public long getRadixTreeNodes() -
getGroups
-
getLastGeneratedId
-
getEntries
-
getStreamFullInfo
-