Class RemoveLocationMessage


  • public class RemoveLocationMessage
    extends DocumentMessage
    Message (VDS only) to remove an entire location for users using n= or g= schemes. We use a document selection so the user can specify a subset of those documents to be deleted if they wish.
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoveLocationMessage​(java.lang.String documentSelection)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DocumentReply createReply()
      Creates and returns a reply to this message.
      com.yahoo.document.BucketId getBucketId()  
      java.lang.String getDocumentSelection()  
      int getType()  
      • 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

      • RemoveLocationMessage

        public RemoveLocationMessage​(java.lang.String documentSelection)
    • Method Detail

      • getDocumentSelection

        public java.lang.String getDocumentSelection()
      • getType

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

        public com.yahoo.document.BucketId getBucketId()