Uses of Class
com.yahoo.documentapi.AckToken
Package
Description
-
Uses of AckToken in com.yahoo.documentapi
Modifier and TypeMethodDescriptionvoid
Acknowledges a response previously retrieved by thegetNext
method.void
Function used to ack data.void
abstract void
Called when a data message is received.void
ModifierConstructorDescriptionBucketListVisitorResponse
(com.yahoo.document.BucketId bucketId, List<DocumentListEntry> documents, AckToken token) DocumentOpVisitorResponse
(com.yahoo.document.DocumentOperation op, AckToken ack) Creates visitor response containing a document operation and an ack token.EmptyBucketsVisitorResponse
(List<com.yahoo.document.BucketId> bucketIds, AckToken token) Creates visitor response containing an ack token.VisitorResponse
(AckToken token) Creates visitor response containing an ack token. -
Uses of AckToken in com.yahoo.documentapi.local
-
Uses of AckToken in com.yahoo.documentapi.messagebus