Uses of Class
com.azure.cosmos.models.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
Modifier 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
Modifier 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.