Class ManagedLedgerInternalStats.LedgerInfo

java.lang.Object
org.apache.pulsar.common.policies.data.ManagedLedgerInternalStats.LedgerInfo
Enclosing class:
ManagedLedgerInternalStats

public static class ManagedLedgerInternalStats.LedgerInfo extends Object
Ledger information.
  • Field Details

    • ledgerId

      public long ledgerId
    • entries

      public long entries
    • size

      public long size
    • offloaded

      public boolean offloaded
    • metadata

      public String metadata
    • underReplicated

      public boolean underReplicated
  • Constructor Details

    • LedgerInfo

      public LedgerInfo()