Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- Authenticate the storage container client - Search tag in Overview
- Section
- Azure Event Hubs Checkpoint Store client library for Java using Storage Blobs - Search tag in Overview
- Section
B
- BlobCheckpointStore - Class in com.azure.messaging.eventhubs.checkpointstore.blob
-
Implementation of
CheckpointStorethat 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
- Checkpointing - Search tag in Overview
- Section
- claimOwnership(List<PartitionOwnership>) - Method in class com.azure.messaging.eventhubs.checkpointstore.blob.BlobCheckpointStore
-
This method is called by the
EventProcessorClientto claim ownership of a list of partitions. - com.azure.messaging.eventhubs.checkpointstore.blob - package com.azure.messaging.eventhubs.checkpointstore.blob
-
Package containing implementation for
CheckpointStorethat uses Storage blobs for persisting checkpoints and partition ownership details. - Consume events using an Event Processor Client - Search tag in Overview
- Section
- Contributing - Search tag in Overview
- Section
- Create an instance of Storage container with SAS token - Search tag in Overview
- Section
D
- Default SSL library - Search tag in Overview
- Section
E
- EMPTY_STRING - Static variable in class com.azure.messaging.eventhubs.checkpointstore.blob.BlobCheckpointStore
-
An empty string.
- Enable client logging - Search tag in Overview
- Section
- Examples - Search tag in Overview
- Section
G
- Getting started - Search tag in Overview
- Section
I
- Include direct dependency - Search tag in Overview
- Section
- Include the BOM file - Search tag in Overview
- Section
- Include the package - Search tag in Overview
- Section
K
- Key concepts - Search tag in Overview
- Section
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
EventProcessorClientto get the list of all existing partition ownership from the Storage Blobs.
N
- Next steps - Search tag in Overview
- Section
O
- Offsets sequence numbers - Search tag in Overview
- Section
P
- Prerequisites - Search tag in Overview
- Section
T
- Troubleshooting - Search tag in Overview
- Section
U
- updateCheckpoint(Checkpoint) - Method in class com.azure.messaging.eventhubs.checkpointstore.blob.BlobCheckpointStore
-
Updates the checkpoint in Storage Blobs for a partition.
All Classes and Interfaces|All Packages|Constant Field Values