Interface | Description |
---|---|
PartitionAttributes |
Provide a way to describe a partition using a collection of of attributes.
|
PartitionAttributesBuilder |
A builder for
PartitionAttributes objects. |
PartitionedServiceDiscovererEvent<ResolvedAddress> |
An
ServiceDiscovererEvent which is associated with a partition. |
PartitionMap<T extends AsyncCloseable> |
A map like interface which manages
PartitionAttributes that are fully specified and returns the corresponding
partitions those PartitionAttributes belong to. |
PartitionMapFactory |
A generic factory for
PartitionMap objects. |
Class | Description |
---|---|
PartitionAttributes.Key<T> |
A key identifies a specific object in a
PartitionAttributes . |
Exception | Description |
---|---|
ClosedPartitionException |
Thrown when a request is issued against a valid partition that was closed after selection.
|
DuplicateAttributeException |
Indicates that a duplicate value was added while constructing a
PartitionAttributes . |
UnknownPartitionException |
Thrown when a request is issued but there is no associated partition to send the request to.
|