Index

B C E F G L M N U V 
All Classes and Interfaces|All Packages|Constant Field Values

B

BLOB_OWNER_INFO - Static variable in enum com.azure.messaging.eventhubs.checkpointstore.blob.Messages
Blob owner info.
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.

C

CHECKPOINT_INFO - Static variable in enum com.azure.messaging.eventhubs.checkpointstore.blob.Messages
Checkpoint info.
CLAIM_ERROR - Static variable in enum com.azure.messaging.eventhubs.checkpointstore.blob.Messages
Claim error.
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.

F

FOUND_BLOB_FOR_PARTITION - Static variable in enum com.azure.messaging.eventhubs.checkpointstore.blob.Messages
Found blob for partition.

G

getMessage(String) - Static method in enum com.azure.messaging.eventhubs.checkpointstore.blob.Messages
 

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.

M

Messages - Enum in com.azure.messaging.eventhubs.checkpointstore.blob
I18n messages loaded from the messages.properties file located within the same package.

N

NO_METADATA_AVAILABLE_FOR_BLOB - Static variable in enum com.azure.messaging.eventhubs.checkpointstore.blob.Messages
No metadata available for blob.

U

updateCheckpoint(Checkpoint) - Method in class com.azure.messaging.eventhubs.checkpointstore.blob.BlobCheckpointStore
Updates the checkpoint in Storage Blobs for a partition.

V

valueOf(String) - Static method in enum com.azure.messaging.eventhubs.checkpointstore.blob.Messages
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.messaging.eventhubs.checkpointstore.blob.Messages
Returns an array containing the constants of this enum type, in the order they are declared.
B C E F G L M N U V 
All Classes and Interfaces|All Packages|Constant Field Values