Class PowerSetPartitionMap<T extends AsyncCloseable>

java.lang.Object
io.servicetalk.client.api.internal.partition.PowerSetPartitionMap<T>
Type Parameters:
T - The partition type.
All Implemented Interfaces:
PartitionMap<T>, AsyncCloseable, ListenableAsyncCloseable

@Deprecated public final class PowerSetPartitionMap<T extends AsyncCloseable> extends Object implements PartitionMap<T>
Deprecated.
We are unaware of anyone using "partition" feature and plan to remove it in future releases. If you depend on it, consider using ClientGroup as an alternative or reach out to the maintainers describing the use-case.
A PartitionMap that creates the full power set using the individual attributes in PartitionAttributeses to create partitions for each add(PartitionAttributes).