Class ComponentStateCheckpointStoreUtils
java.lang.Object
org.apache.nifi.processors.azure.eventhub.checkpoint.ComponentStateCheckpointStoreUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static StringcheckpointToString(com.azure.messaging.eventhubs.models.Checkpoint checkpoint) (package private) static com.azure.messaging.eventhubs.models.CheckpointconvertCheckpoint(String key, String value) (package private) static com.azure.messaging.eventhubs.models.PartitionOwnershipconvertOwnership(String key, String value) (package private) static com.azure.messaging.eventhubs.models.PartitionContext(package private) static StringcreateCheckpointKey(com.azure.messaging.eventhubs.models.Checkpoint checkpoint) (package private) static StringcreateCheckpointValue(com.azure.messaging.eventhubs.models.Checkpoint checkpoint) private static StringcreateKey(String kind, String fullyQualifiedNamespace, String eventHubName, String consumerGroup, String partitionId) (package private) static StringcreateOwnershipKey(com.azure.messaging.eventhubs.models.PartitionOwnership partitionOwnership) (package private) static StringcreateOwnershipValue(com.azure.messaging.eventhubs.models.PartitionOwnership partitionOwnership) ownershipListToString(List<com.azure.messaging.eventhubs.models.PartitionOwnership> partitionOwnershipList) (package private) static StringownershipToString(com.azure.messaging.eventhubs.models.PartitionOwnership partitionOwnership)
-
Constructor Details
-
ComponentStateCheckpointStoreUtils
private ComponentStateCheckpointStoreUtils()
-
-
Method Details
-
convertOwnership
-
convertCheckpoint
-
convertPartitionContext
-
createOwnershipKey
static String createOwnershipKey(com.azure.messaging.eventhubs.models.PartitionOwnership partitionOwnership) -
createCheckpointKey
-
createKey
-
createOwnershipValue
static String createOwnershipValue(com.azure.messaging.eventhubs.models.PartitionOwnership partitionOwnership) -
createCheckpointValue
-
ownershipToString
static String ownershipToString(com.azure.messaging.eventhubs.models.PartitionOwnership partitionOwnership) -
ownershipListToString
-
checkpointToString
-