Class VisitorInfoMessage

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DocumentReply createReply()
      Creates and returns a reply to this message.
      java.lang.String getErrorMessage()  
      java.util.Set<com.yahoo.document.BucketId> getFinishedBuckets()  
      int getType()  
      void setErrorMessage​(java.lang.String s)  
      void setFinishedBuckets​(java.util.Set<com.yahoo.document.BucketId> finishedBuckets)  
      java.lang.String toString()  
      • 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, wait, wait, wait
    • Constructor Detail

      • VisitorInfoMessage

        public VisitorInfoMessage()
    • Method Detail

      • getErrorMessage

        public java.lang.String getErrorMessage()
      • setErrorMessage

        public void setErrorMessage​(java.lang.String s)
      • getFinishedBuckets

        public java.util.Set<com.yahoo.document.BucketId> getFinishedBuckets()
      • setFinishedBuckets

        public void setFinishedBuckets​(java.util.Set<com.yahoo.document.BucketId> finishedBuckets)
      • getType

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object