Class LedgerManager.LedgerRange

  • Enclosing interface:
    LedgerManager

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

      Constructors 
      Constructor Description
      LedgerRange​(java.util.Set<java.lang.Long> ledgers)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long end()  
      java.util.Set<java.lang.Long> getLedgers()  
      int size()  
      java.lang.Long start()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LedgerRange

        public LedgerRange​(java.util.Set<java.lang.Long> ledgers)
    • Method Detail

      • size

        public int size()
      • start

        public java.lang.Long start()
      • end

        public java.lang.Long end()
      • getLedgers

        public java.util.Set<java.lang.Long> getLedgers()