Class EmptyBucketsVisitorResponse

java.lang.Object
com.yahoo.documentapi.VisitorResponse
com.yahoo.documentapi.EmptyBucketsVisitorResponse

public class EmptyBucketsVisitorResponse extends VisitorResponse
Response containing list of empty buckets.
Author:
Einar M R Rosenvinge
  • Constructor Details

    • 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 Details

    • getBucketIds

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