public class StreamFullInfo extends Object implements Serializable
xinfo stream mystream full.
They can be accessed via getters. There is also getStreamFullInfo() method
that returns a generic Map in case where more info are returned from the server.| Modifier and Type | Field and Description |
|---|---|
static String |
ENTRIES |
static String |
GROUPS |
static String |
LAST_GENERATED_ID |
static String |
LENGTH |
static String |
RADIX_TREE_KEYS |
static String |
RADIX_TREE_NODES |
| Constructor and Description |
|---|
StreamFullInfo(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
List<StreamEntry> |
getEntries() |
List<StreamGroupFullInfo> |
getGroups() |
StreamEntryID |
getLastGeneratedId() |
long |
getLength() |
long |
getRadixTreeKeys() |
long |
getRadixTreeNodes() |
Map<String,Object> |
getStreamFullInfo() |
public static final String LENGTH
public static final String RADIX_TREE_KEYS
public static final String RADIX_TREE_NODES
public static final String GROUPS
public static final String LAST_GENERATED_ID
public static final String ENTRIES
public long getLength()
public long getRadixTreeKeys()
public long getRadixTreeNodes()
public List<StreamGroupFullInfo> getGroups()
public StreamEntryID getLastGeneratedId()
public List<StreamEntry> getEntries()
Copyright © 2024. All rights reserved.