Index

C J L U 
All Classes and Interfaces|All Packages

C

claimOwnership(List<PartitionOwnership>) - Method in class com.azure.messaging.eventhubs.checkpointstore.jedis.JedisCheckpointStore
This method returns the list of partitions that were owned successfully.
com.azure.messaging.eventhubs.checkpointstore.jedis - package com.azure.messaging.eventhubs.checkpointstore.jedis
Package containing implementation of CheckpointStore that uses Azure Redis Cache, specifically Jedis.

J

JedisCheckpointStore - Class in com.azure.messaging.eventhubs.checkpointstore.jedis
Implementation of CheckpointStore that uses Azure Redis Cache, specifically Jedis.
JedisCheckpointStore(JedisPool) - Constructor for class com.azure.messaging.eventhubs.checkpointstore.jedis.JedisCheckpointStore
Constructor for JedisRedisCheckpointStore

L

listCheckpoints(String, String, String) - Method in class com.azure.messaging.eventhubs.checkpointstore.jedis.JedisCheckpointStore
This method returns the list of checkpoints from the underlying data store, and if no checkpoints are available, then it returns empty results.
listOwnership(String, String, String) - Method in class com.azure.messaging.eventhubs.checkpointstore.jedis.JedisCheckpointStore
This method returns the list of ownership records from the underlying data store, and if no ownership records are available, then it returns empty results.

U

updateCheckpoint(Checkpoint) - Method in class com.azure.messaging.eventhubs.checkpointstore.jedis.JedisCheckpointStore
This method updates the checkpoint in the Jedis resource for a given partition.
C J L U 
All Classes and Interfaces|All Packages