Interface PartitionManager
- All Superinterfaces:
PartitionDistribution
Deprecated.
The partition manager provides the ability to obtain information about table partitions. This interface can be used to get all partitions
of a table, the location of the primary replica of a partition, the partition for a specific table key.
-
Method Summary
Methods inherited from interface org.apache.ignite.table.partition.PartitionDistribution
partition, partition, partitionAsync, partitionAsync, partitions, partitionsAsync, primaryReplica, primaryReplicaAsync, primaryReplicas, primaryReplicas, primaryReplicasAsync, primaryReplicasAsync
PartitionDistribution.