public class PersistentTopicInternalStats extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PersistentTopicInternalStats.CursorStats
Pulsar cursor statistics.
|
static class |
PersistentTopicInternalStats.LedgerInfo
Ledger information.
|
| 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
public List<PersistentTopicInternalStats.LedgerInfo> schemaLedgers
public PersistentTopicInternalStats.LedgerInfo compactedLedger
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.