public class PersistentTopicInternalStats extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PersistentTopicInternalStats.CursorStats |
static class |
PersistentTopicInternalStats.LedgerInfo |
| Modifier and Type | Field and Description |
|---|---|
long |
currentLedgerEntries |
long |
currentLedgerSize |
Map<String,PersistentTopicInternalStats.CursorStats> |
cursors |
long |
entriesAddedCounter |
String |
lastConfirmedEntry |
String |
lastLedgerCreatedTimestamp |
String |
lastLedgerCreationFailureTimestamp |
List<PersistentTopicInternalStats.LedgerInfo> |
ledgers |
long |
numberOfEntries |
int |
pendingAddEntriesCount |
String |
state |
long |
totalSize |
int |
waitingCursorsCount |
| Constructor and Description |
|---|
PersistentTopicInternalStats() |
public long entriesAddedCounter
public long numberOfEntries
public long totalSize
public long currentLedgerEntries
public long currentLedgerSize
public String lastLedgerCreatedTimestamp
public String lastLedgerCreationFailureTimestamp
public int waitingCursorsCount
public int pendingAddEntriesCount
public String lastConfirmedEntry
public String state
public List<PersistentTopicInternalStats.LedgerInfo> ledgers
public Map<String,PersistentTopicInternalStats.CursorStats> cursors
Copyright © 2017–2018 Apache Software Foundation. All rights reserved.