Package io.servicetalk.client.api.partition
-
Interface Summary Interface Description PartitionAttributes Provide a way to describe a partition using a collection of of attributes.PartitionAttributesBuilder A builder forPartitionAttributesobjects.PartitionedServiceDiscovererEvent<ResolvedAddress> AnServiceDiscovererEventwhich is associated with a partition.PartitionMap<T extends AsyncCloseable> A map like interface which managesPartitionAttributesthat are fully specified and returns the corresponding partitions thosePartitionAttributesbelong to.PartitionMapFactory A generic factory forPartitionMapobjects. -
Class Summary Class Description PartitionAttributes.Key<T> A key identifies a specific object in aPartitionAttributes. -
Exception Summary 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 aPartitionAttributes.UnknownPartitionException Thrown when a request is issued but there is no associated partition to send the request to.