Uses of Class
com.yahoo.documentapi.messagebus.protocol.DocumentReply
Packages that use DocumentReply
-
Uses of DocumentReply in com.yahoo.documentapi.messagebus.protocol
Subclasses of DocumentReply in com.yahoo.documentapi.messagebus.protocolModifier and TypeClassDescriptionclassclassCommon base class for replies that indicate that a document was routed to some recipient.classclassclassThis is a reply to aGetBucketStateMessage.classclassclassclassclassclassThis reply class is used by operations that perform writes to VDS/search, that is: Put, Remove, Update.classMethods in com.yahoo.documentapi.messagebus.protocol that return DocumentReplyModifier and TypeMethodDescriptionCreateVisitorMessage.createReply()DestroyVisitorMessage.createReply()DocumentListMessage.createReply()abstract DocumentReplyDocumentMessage.createReply()Creates and returns a reply to this message.EmptyBucketsMessage.createReply()GetBucketListMessage.createReply()GetBucketStateMessage.createReply()GetDocumentMessage.createReply()MapVisitorMessage.createReply()PutDocumentMessage.createReply()QueryResultMessage.createReply()RemoveDocumentMessage.createReply()RemoveLocationMessage.createReply()StatBucketMessage.createReply()UpdateDocumentMessage.createReply()VisitorInfoMessage.createReply()protected DocumentReplyRoutableFactories60.CreateVisitorReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) protected DocumentReplyRoutableFactories60.DestroyVisitorReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) protected DocumentReplyRoutableFactories60.DocumentIgnoredReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) protected DocumentReplyRoutableFactories60.DocumentListReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) protected abstract DocumentReplyRoutableFactories60.DocumentReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) This method decodes a reply from the given byte buffer.protected DocumentReplyRoutableFactories60.EmptyBucketsReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) protected DocumentReplyRoutableFactories60.GetBucketListReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) protected DocumentReplyRoutableFactories60.GetBucketStateReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) protected DocumentReplyRoutableFactories60.GetDocumentReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) protected DocumentReplyRoutableFactories60.MapVisitorReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) protected DocumentReplyRoutableFactories60.PutDocumentReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) protected DocumentReplyRoutableFactories60.QueryResultReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) protected DocumentReplyRoutableFactories60.RemoveDocumentReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) protected DocumentReplyRoutableFactories60.RemoveLocationReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) protected DocumentReplyRoutableFactories60.StatBucketReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) protected DocumentReplyRoutableFactories60.UpdateDocumentReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) protected DocumentReplyRoutableFactories60.VisitorInfoReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) protected DocumentReplyRoutableFactories60.WrongDistributionReplyFactory.doDecode(com.yahoo.document.serialization.DocumentDeserializer buf) Methods in com.yahoo.documentapi.messagebus.protocol with parameters of type DocumentReplyModifier and TypeMethodDescriptionprotected booleanRoutableFactories60.CreateVisitorReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf) protected booleanRoutableFactories60.DestroyVisitorReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf) protected booleanRoutableFactories60.DocumentIgnoredReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf) protected booleanRoutableFactories60.DocumentListReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf) protected abstract booleanRoutableFactories60.DocumentReplyFactory.doEncode(DocumentReply reply, com.yahoo.document.serialization.DocumentSerializer buf) This method encodes the given reply into the given byte buffer.protected booleanRoutableFactories60.EmptyBucketsReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf) protected booleanRoutableFactories60.GetBucketListReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf) protected booleanRoutableFactories60.GetBucketStateReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf) protected booleanRoutableFactories60.GetDocumentReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf) protected booleanRoutableFactories60.MapVisitorReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf) protected booleanRoutableFactories60.PutDocumentReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf) protected booleanRoutableFactories60.QueryResultReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf) protected booleanRoutableFactories60.RemoveDocumentReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf) protected booleanRoutableFactories60.RemoveLocationReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf) protected booleanRoutableFactories60.StatBucketReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf) protected booleanRoutableFactories60.UpdateDocumentReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf) protected booleanRoutableFactories60.VisitorInfoReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf) protected booleanRoutableFactories60.WrongDistributionReplyFactory.doEncode(DocumentReply obj, com.yahoo.document.serialization.DocumentSerializer buf)