Class EmptyBucketsMessage


  • public class EmptyBucketsMessage
    extends VisitorMessage
    Author:
    banino
    • Constructor Summary

      Constructors 
      Constructor Description
      EmptyBucketsMessage​(java.util.List<com.yahoo.document.BucketId> bids)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DocumentReply createReply()
      Creates and returns a reply to this message.
      java.util.List<com.yahoo.document.BucketId> getBucketIds()  
      int getType()  
      void setBucketIds​(java.util.List<com.yahoo.document.BucketId> bids)  
      • Methods inherited from class com.yahoo.messagebus.Message

        getBucketSequence, getRetry, getRetryEnabled, getRoute, getSequenceId, getTimeReceived, getTimeRemaining, getTimeRemainingNow, hasBucketSequence, hasSequenceId, isExpired, setRetry, setRetryEnabled, setRoute, setTimeReceived, setTimeReceivedNow, setTimeRemaining
      • Methods inherited from class com.yahoo.messagebus.Routable

        discard, getCallStack, getContext, getTrace, popHandler, pushHandler, setContext
      • Methods inherited from class java.lang.Object

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

      • EmptyBucketsMessage

        public EmptyBucketsMessage​(java.util.List<com.yahoo.document.BucketId> bids)
    • Method Detail

      • getBucketIds

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

        public void setBucketIds​(java.util.List<com.yahoo.document.BucketId> bids)
      • getType

        public int getType()
        Specified by:
        getType in class com.yahoo.messagebus.Routable