Class ProgressToken.BucketEntry

  • Enclosing class:
    ProgressToken

    public static class ProgressToken.BucketEntry
    extends Object
    When a bucket has its state kept by the progress token, we need to discern between active buckets (i.e. those that have been returned by VisitorIterator.getNext() but have not yet been update()'d) and pending buckets (i.e. those that have been update()'d and may be returned by getNext() at some point)
    • Method Detail

      • getProgress

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

        public void setProgress​(com.yahoo.document.BucketId progress)