Class CombinedLedgerRangeIterator

  • All Implemented Interfaces:
    org.apache.bookkeeper.meta.LedgerManager.LedgerRangeIterator

    public class CombinedLedgerRangeIterator
    extends java.lang.Object
    implements org.apache.bookkeeper.meta.LedgerManager.LedgerRangeIterator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      org.apache.bookkeeper.meta.LedgerManager.LedgerRange next()  
      • Methods inherited from class java.lang.Object

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

      • hasNext

        public boolean hasNext()
                        throws java.io.IOException
        Specified by:
        hasNext in interface org.apache.bookkeeper.meta.LedgerManager.LedgerRangeIterator
        Throws:
        java.io.IOException
      • next

        public org.apache.bookkeeper.meta.LedgerManager.LedgerRange next()
                                                                  throws java.io.IOException
        Specified by:
        next in interface org.apache.bookkeeper.meta.LedgerManager.LedgerRangeIterator
        Throws:
        java.io.IOException