ClientGroup as an alternative or reach out to the maintainers describing
the use-case.@Deprecated
public interface PartitionMapFactory
PartitionMap objects.| Modifier and Type | Method and Description |
|---|---|
<T extends AsyncCloseable> |
newPartitionMap(Function<PartitionAttributes,T> valueFactory)
Deprecated.
Create a new
PartitionMap object. |
<T extends AsyncCloseable> PartitionMap<T> newPartitionMap(Function<PartitionAttributes,T> valueFactory)
PartitionMap object.T - The value type of a partition.valueFactory - The factory used to create new partitions.PartitionMap object.