@InterfaceAudience.LimitedPrivate @InterfaceStability.Stable public class ManagedLedgerInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedLedgerInfo.CursorInfo |
static class |
ManagedLedgerInfo.LedgerInfo |
static class |
ManagedLedgerInfo.MessageRangeInfo |
static class |
ManagedLedgerInfo.PositionInfo |
| Modifier and Type | Field and Description |
|---|---|
String |
creationDate |
Map<String,ManagedLedgerInfo.CursorInfo> |
cursors |
List<ManagedLedgerInfo.LedgerInfo> |
ledgers |
String |
modificationDate |
Map<String,String> |
properties |
ManagedLedgerInfo.PositionInfo |
terminatedPosition |
long |
version
Z-Node version.
|
| Constructor and Description |
|---|
ManagedLedgerInfo() |
public long version
public String creationDate
public String modificationDate
public List<ManagedLedgerInfo.LedgerInfo> ledgers
public ManagedLedgerInfo.PositionInfo terminatedPosition
public Map<String,ManagedLedgerInfo.CursorInfo> cursors
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.