Class VisitorIterator.BucketProgress

  • Enclosing class:
    VisitorIterator

    public static class VisitorIterator.BucketProgress
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BucketProgress​(com.yahoo.document.BucketId superbucket, com.yahoo.document.BucketId progress)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.yahoo.document.BucketId getProgress()  
      com.yahoo.document.BucketId getSuperbucket()  
      • Methods inherited from class java.lang.Object

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

      • BucketProgress

        public BucketProgress​(com.yahoo.document.BucketId superbucket,
                              com.yahoo.document.BucketId progress)
    • Method Detail

      • getProgress

        public com.yahoo.document.BucketId getProgress()
      • getSuperbucket

        public com.yahoo.document.BucketId getSuperbucket()