Uses of Class
com.azure.messaging.eventhubs.models.PartitionOwnership
Packages that use PartitionOwnership
Package
Description
Package containing classes for creating
EventHubProducerAsyncClient,
EventHubProducerClient,
EventHubConsumerAsyncClient,
EventHubConsumerClient, or
EventProcessorClient to perform operations on Azure Event Hubs.Package containing classes used for creating and configuring events that are being sent-to and received-from Azure
Event Hubs service.
-
Uses of PartitionOwnership in com.azure.messaging.eventhubs
Methods in com.azure.messaging.eventhubs that return types with arguments of type PartitionOwnershipModifier and TypeMethodDescriptionCheckpointStore.claimOwnership(List<PartitionOwnership> requestedPartitionOwnerships) Called to claim ownership of a list of partitions.CheckpointStore.listOwnership(String fullyQualifiedNamespace, String eventHubName, String consumerGroup) Called to get the list of all existing partition ownership from the underlying data store.Method parameters in com.azure.messaging.eventhubs with type arguments of type PartitionOwnershipModifier and TypeMethodDescriptionCheckpointStore.claimOwnership(List<PartitionOwnership> requestedPartitionOwnerships) Called to claim ownership of a list of partitions. -
Uses of PartitionOwnership in com.azure.messaging.eventhubs.models
Methods in com.azure.messaging.eventhubs.models that return PartitionOwnershipModifier and TypeMethodDescriptionPartitionOwnership.setConsumerGroup(String consumerGroup) Sets the consumer group name associated with this ownership record.Sets the ETag with the last known successful update to partition ownership record.PartitionOwnership.setEventHubName(String eventHubName) Sets the Event Hub name associated with this ownership record.PartitionOwnership.setFullyQualifiedNamespace(String fullyQualifiedNamespace) Sets the fully qualified namespace of the Event Hub.PartitionOwnership.setLastModifiedTime(Long lastModifiedTime) Sets the last modified time of this ownership record as epoch millis.PartitionOwnership.setOwnerId(String ownerId) Returns the unique event processor identifier that owns the partition id in this ownership record.PartitionOwnership.setPartitionId(String partitionId) Sets the partition id associated with this ownership record.