Index

B C E L U 
All Classes and Interfaces|All Packages|Constant Field Values

B

BlobCheckpointStore - Class in com.azure.messaging.eventhubs.checkpointstore.blob
Implementation of CheckpointStore that uses Storage Blobs for persisting partition ownership and checkpoint information.
BlobCheckpointStore(BlobContainerAsyncClient) - Constructor for class com.azure.messaging.eventhubs.checkpointstore.blob.BlobCheckpointStore
Creates an instance of BlobCheckpointStore.
BlobCheckpointStore(BlobContainerAsyncClient, ClientOptions) - Constructor for class com.azure.messaging.eventhubs.checkpointstore.blob.BlobCheckpointStore
Creates an instance of BlobCheckpointStore.

C

claimOwnership(List<PartitionOwnership>) - Method in class com.azure.messaging.eventhubs.checkpointstore.blob.BlobCheckpointStore
This method is called by the EventProcessorClient to claim ownership of a list of partitions.
com.azure.messaging.eventhubs.checkpointstore.blob - package com.azure.messaging.eventhubs.checkpointstore.blob
Package containing implementation for CheckpointStore that uses Storage blobs for persisting checkpoints and partition ownership details.

E

EMPTY_STRING - Static variable in class com.azure.messaging.eventhubs.checkpointstore.blob.BlobCheckpointStore
An empty string.

L

listCheckpoints(String, String, String) - Method in class com.azure.messaging.eventhubs.checkpointstore.blob.BlobCheckpointStore
 
listOwnership(String, String, String) - Method in class com.azure.messaging.eventhubs.checkpointstore.blob.BlobCheckpointStore
This method is called by the EventProcessorClient to get the list of all existing partition ownership from the Storage Blobs.

U

updateCheckpoint(Checkpoint) - Method in class com.azure.messaging.eventhubs.checkpointstore.blob.BlobCheckpointStore
Updates the checkpoint in Storage Blobs for a partition.
B C E L U 
All Classes and Interfaces|All Packages|Constant Field Values