Class EmptyBucketsVisitorResponse

    • Constructor Detail

      • EmptyBucketsVisitorResponse

        public EmptyBucketsVisitorResponse​(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 List<com.yahoo.document.BucketId> getBucketIds()