Uses of Interface
org.apache.ignite.internal.processors.affinity.AffinityAssignment
-
Packages that use AffinityAssignment Package Description org.apache.ignite.internal.processors.affinity Data affinity processor.org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed.dht.topology org.apache.ignite.internal.processors.platform.client.cache -
-
Uses of AffinityAssignment in org.apache.ignite.internal.processors.affinity
Subinterfaces of AffinityAssignment in org.apache.ignite.internal.processors.affinity Modifier and Type Interface Description interfaceHistoryAffinityAssignmentInterface for historical calculated affinity assignment.Classes in org.apache.ignite.internal.processors.affinity that implement AffinityAssignment Modifier and Type Class Description classGridAffinityAssignmentDeprecated.classGridAffinityAssignmentV2Cached affinity calculations V2.classHistoryAffinityAssignmentImplHeap-space optimized version of calculated affinity assignment.classHistoryAffinityAssignmentShallowCopyShallow copy that contains reference to delegateHistoryAffinityAssignment.Methods in org.apache.ignite.internal.processors.affinity that return AffinityAssignment Modifier and Type Method Description AffinityAssignmentGridAffinityAssignmentCache. cachedAffinity(AffinityTopologyVersion topVer)Get cached affinity for specified topology version.AffinityAssignmentGridAffinityAssignmentCache. cachedAffinity(AffinityTopologyVersion topVer, AffinityTopologyVersion lastAffChangeTopVer)Get cached affinity for specified topology version.AffinityAssignmentGridAffinityAssignmentCache. lastReadyAffinity()AffinityAssignmentGridAffinityAssignmentCache. readyAffinity(AffinityTopologyVersion topVer)Constructors in org.apache.ignite.internal.processors.affinity with parameters of type AffinityAssignment Constructor Description HistoryAffinityAssignmentImpl(AffinityAssignment assign, int backups) -
Uses of AffinityAssignment in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return AffinityAssignment Modifier and Type Method Description AffinityAssignmentGridCacheAffinityManager. assignment(AffinityTopologyVersion topVer)Get affinity assignment for the given topology version.AffinityAssignmentGridCacheAffinityManager. assignment(AffinityTopologyVersion topVer, AffinityTopologyVersion lastAffChangedTopVer)Get affinity assignment for the given topology version. -
Uses of AffinityAssignment in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology with parameters of type AffinityAssignment Modifier and Type Method Description @Nullable List<ClusterNode>GridClientPartitionTopology. nodes(int p, AffinityAssignment affAssignment, List<ClusterNode> affNodes)@Nullable List<ClusterNode>GridDhtPartitionTopology. nodes(int p, AffinityAssignment affAssignment, List<ClusterNode> affNodes)@Nullable List<ClusterNode>GridDhtPartitionTopologyImpl. nodes(int p, AffinityAssignment affAssignment, List<ClusterNode> affNodes)voidGridClientPartitionTopology. onExchangeDone(GridDhtPartitionsExchangeFuture fut, AffinityAssignment assignment, boolean updateRebalanceVer)Callback on exchange done.voidGridDhtPartitionTopology. onExchangeDone(GridDhtPartitionsExchangeFuture fut, AffinityAssignment assignment, boolean updateRebalanceVer)Callback on exchange done.voidGridDhtPartitionTopologyImpl. onExchangeDone(@Nullable GridDhtPartitionsExchangeFuture fut, AffinityAssignment assignment, boolean updateRebalanceVer)Callback on exchange done. -
Uses of AffinityAssignment in org.apache.ignite.internal.processors.platform.client.cache
Constructors in org.apache.ignite.internal.processors.platform.client.cache with parameters of type AffinityAssignment Constructor Description ClientCachePartitionMapping(AffinityAssignment assignment)
-