Class EmptyBucketsVisitorResponse

    • Constructor Summary

      Constructors 
      Constructor Description
      EmptyBucketsVisitorResponse​(java.util.List<com.yahoo.document.BucketId> bucketIds, AckToken token)
      Creates visitor response containing an ack token.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<com.yahoo.document.BucketId> getBucketIds()  
      • Methods inherited from class java.lang.Object

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

      • EmptyBucketsVisitorResponse

        public EmptyBucketsVisitorResponse​(java.util.List<com.yahoo.document.BucketId> bucketIds,
                                           AckToken token)
        Creates visitor response containing an ack token.
        Parameters:
        bucketIds - the empty buckets
        token - the ack token
    • Method Detail

      • getBucketIds

        public java.util.List<com.yahoo.document.BucketId> getBucketIds()