Uses of Class
com.yahoo.documentapi.ProgressToken
Packages that use ProgressToken
Package
Description
-
Uses of ProgressToken in com.yahoo.documentapi
Methods in com.yahoo.documentapi that return ProgressTokenModifier and TypeMethodDescriptionstatic ProgressTokenProgressToken.fromSerializedString(String serializedString) VisitorControlHandler.getProgress()VisitorSession.getProgress()Retrieves the last progress token gotten for this visitor.VisitorIterator.getProgressToken()VisitorParameters.getResumeToken()Returns the progress token, which can be used to resume visitor.Methods in com.yahoo.documentapi with parameters of type ProgressTokenModifier and TypeMethodDescriptionstatic VisitorIteratorVisitorIterator.createFromDocumentSelection(String documentSelection, com.yahoo.document.BucketIdFactory idFactory, int distributionBitCount, ProgressToken progress) static VisitorIteratorVisitorIterator.createFromDocumentSelection(String documentSelection, com.yahoo.document.BucketIdFactory idFactory, int distributionBitCount, ProgressToken progress, int slices, int sliceId) Create a newVisitorIteratorinstance based on the given document selection string.static VisitorIteratorVisitorIterator.createFromExplicitBucketSet(Set<com.yahoo.document.BucketId> bucketsToVisit, int distributionBitCount, ProgressToken progress) Create a newVisitorIteratorinstance based on the given set of buckets.voidVisitorControlHandler.onProgress(ProgressToken token) Callback called when progress has changed.voidVisitorIterator.BucketSource.setDistributionBitCount(int distributionBitCount, ProgressToken progress) voidVisitorIterator.DistributionRangeBucketSource.setDistributionBitCount(int distributionBitCount, ProgressToken progress) voidVisitorIterator.ExplicitBucketSource.setDistributionBitCount(int distributionBitCount, ProgressToken progress) voidVisitorParameters.setResumeToken(ProgressToken token) Sets progress token, which can be used to resume visitor.voidVisitorIterator.BucketSource.update(com.yahoo.document.BucketId superbucket, com.yahoo.document.BucketId progress, ProgressToken token) voidVisitorIterator.DistributionRangeBucketSource.update(com.yahoo.document.BucketId superbucket, com.yahoo.document.BucketId progress, ProgressToken token) voidVisitorIterator.ExplicitBucketSource.update(com.yahoo.document.BucketId superbucket, com.yahoo.document.BucketId progress, ProgressToken token) Constructors in com.yahoo.documentapi with parameters of type ProgressTokenModifierConstructorDescriptionDistributionRangeBucketSource(int distributionBitCount, ProgressToken progress, int slices, int sliceId) ExplicitBucketSource(Set<com.yahoo.document.BucketId> superbuckets, int distributionBitCount, ProgressToken progress) -
Uses of ProgressToken in com.yahoo.documentapi.local
Methods in com.yahoo.documentapi.local that return ProgressTokenModifier and TypeMethodDescriptionLocalVisitorSession.getProgress()Returns the token set in the parameters used to create this. -
Uses of ProgressToken in com.yahoo.documentapi.messagebus
Methods in com.yahoo.documentapi.messagebus that return ProgressTokenModifier and TypeMethodDescriptionMessageBusVisitorSession.getProgress()MessageBusVisitorSession.VisitingProgress.getToken()Constructors in com.yahoo.documentapi.messagebus with parameters of type ProgressToken