public interface AffinityAssignment
| Modifier and Type | Method and Description |
|---|---|
List<List<ClusterNode>> |
assignment() |
Set<Integer> |
backupPartitions(UUID nodeId)
Get backup partitions for specified node ID.
|
List<ClusterNode> |
get(int part)
Get affinity nodes for partition.
|
HashSet<UUID> |
getIds(int part)
Get affinity node IDs for partition.
|
List<List<ClusterNode>> |
idealAssignment() |
MvccCoordinator |
mvccCoordinator() |
Set<ClusterNode> |
nodes() |
Set<ClusterNode> |
primaryPartitionNodes() |
Set<Integer> |
primaryPartitions(UUID nodeId)
Get primary partitions for specified node ID.
|
AffinityTopologyVersion |
topologyVersion() |
List<List<ClusterNode>> idealAssignment()
List<List<ClusterNode>> assignment()
AffinityTopologyVersion topologyVersion()
List<ClusterNode> get(int part)
part - Partition.HashSet<UUID> getIds(int part)
part - Partition.Set<ClusterNode> nodes()
Set<ClusterNode> primaryPartitionNodes()
Set<Integer> primaryPartitions(UUID nodeId)
nodeId - Node ID to get primary partitions for.Set<Integer> backupPartitions(UUID nodeId)
nodeId - Node ID to get backup partitions for.MvccCoordinator mvccCoordinator()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019