public class ManagedLedgerInternalStats extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedLedgerInternalStats.CursorStats
Pulsar cursor statistics.
|
static class |
ManagedLedgerInternalStats.LedgerInfo
Ledger information.
|
| Modifier and Type | Field and Description |
|---|---|
long |
currentLedgerEntries
The count of messages written to the ledger that is currently open for writing.
|
long |
currentLedgerSize
The size of messages written to the ledger that is currently open for writing (in bytes).
|
Map<String,ManagedLedgerInternalStats.CursorStats> |
cursors
The list of all cursors on this topic.
|
long |
entriesAddedCounter
Messages published since this broker loaded this managedLedger.
|
String |
lastConfirmedEntry
The ledgerid: entryid of the last message that is written successfully.
|
String |
lastLedgerCreatedTimestamp
The time when the last ledger is created.
|
String |
lastLedgerCreationFailureTimestamp
The time when the last ledger failed.
|
List<ManagedLedgerInternalStats.LedgerInfo> |
ledgers
The ordered list of all ledgers for this topic holding messages.
|
long |
numberOfEntries
The total number of entries being tracked.
|
int |
pendingAddEntriesCount
The number of messages that complete (asynchronous) write requests.
|
String |
state
The state of this ledger for writing.
|
long |
totalSize
The total storage size of all messages (in bytes).
|
int |
waitingCursorsCount
The number of cursors that are "caught up" and waiting for a new message to be published.
|
| Constructor and Description |
|---|
ManagedLedgerInternalStats() |
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<ManagedLedgerInternalStats.LedgerInfo> ledgers
public Map<String,ManagedLedgerInternalStats.CursorStats> cursors
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.