Class LedgerManager.LedgerRange

java.lang.Object
org.apache.bookkeeper.meta.LedgerManager.LedgerRange
Enclosing interface:
LedgerManager

public static class LedgerManager.LedgerRange extends Object
Used to represent the Ledgers range returned from the current scan.
  • Constructor Details

    • LedgerRange

      public LedgerRange(Set<Long> ledgers)
  • Method Details

    • size

      public int size()
    • start

      public Long start()
    • end

      public Long end()
    • getLedgers

      public Set<Long> getLedgers()