Uses of Class
com.yahoo.documentapi.AckToken
Packages that use AckToken
Package
Description
-
Uses of AckToken in com.yahoo.documentapi
Methods in com.yahoo.documentapi that return AckTokenMethods in com.yahoo.documentapi with parameters of type AckTokenModifier and TypeMethodDescriptionvoidAcknowledges a response previously retrieved by thegetNextmethod.voidFunction used to ack data.voidabstract voidCalled when a data message is received.voidConstructors in com.yahoo.documentapi with parameters of type AckTokenModifierConstructorDescriptionBucketListVisitorResponse(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
Methods in com.yahoo.documentapi.local with parameters of type AckToken -
Uses of AckToken in com.yahoo.documentapi.messagebus
Methods in com.yahoo.documentapi.messagebus with parameters of type AckToken