Uses of Class
com.azure.cosmos.models.ChangeFeedProcessorState
Packages that use ChangeFeedProcessorState
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of ChangeFeedProcessorState in com.azure.cosmos
Methods in com.azure.cosmos that return types with arguments of type ChangeFeedProcessorStateModifier and TypeMethodDescriptionChangeFeedProcessor.getCurrentState()
Returns a read only list of list of objects, each one represents one scoped worker item. -
Uses of ChangeFeedProcessorState in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return ChangeFeedProcessorStateModifier and TypeMethodDescriptionChangeFeedProcessorState.setContinuationToken
(String continuationToken) Sets a marker representing the last item that was processed.ChangeFeedProcessorState.setEstimatedLag
(int estimatedLag) Sets the estimated lag.ChangeFeedProcessorState.setHostName
(String hostName) Sets the name of the host which operates on the lease item.ChangeFeedProcessorState.setLeaseToken
(String leaseToken) Sets the token of the lease item representing the persistent state of a change feed processor worker.