Class StatBucketMessage
java.lang.Object
com.yahoo.messagebus.Routable
com.yahoo.messagebus.Message
com.yahoo.documentapi.messagebus.protocol.DocumentMessage
com.yahoo.documentapi.messagebus.protocol.StatBucketMessage
-
Constructor Summary
ConstructorsConstructorDescriptionStatBucketMessage(com.yahoo.document.BucketId bucket, String documentSelection) StatBucketMessage(com.yahoo.document.BucketId bucketId, String bucketSpace, String documentSelection) -
Method Summary
Modifier and TypeMethodDescriptionCreates and returns a reply to this message.intcom.yahoo.document.BucketIdintgetType()voidsetBucketSpace(String bucketSpace) Methods inherited from class com.yahoo.documentapi.messagebus.protocol.DocumentMessage
getPriority, getProtocol, setPriority, swapStateMethods inherited from class com.yahoo.messagebus.Message
getBucketSequence, getRetry, getRetryEnabled, getRoute, getSequenceId, getTimeReceived, getTimeRemaining, getTimeRemainingNow, hasBucketSequence, hasSequenceId, isExpired, setRetry, setRetryEnabled, setRoute, setTimeReceived, setTimeReceivedNow, setTimeRemainingMethods inherited from class com.yahoo.messagebus.Routable
discard, getCallStack, getContext, getTrace, popHandler, pushHandler, setContext
-
Constructor Details
-
StatBucketMessage
-
StatBucketMessage
-
-
Method Details
-
getBucketId
public com.yahoo.document.BucketId getBucketId() -
getDocumentSelection
-
getBucketSpace
-
setBucketSpace
-
createReply
Description copied from class:DocumentMessageCreates and returns a reply to this message.- Specified by:
createReplyin classDocumentMessage- Returns:
- The created reply.
-
getApproxSize
public int getApproxSize()- Overrides:
getApproxSizein classDocumentMessage
-
getType
public int getType()- Specified by:
getTypein classcom.yahoo.messagebus.Routable
-