Uses of Interface
org.apache.ignite.internal.processors.affinity.HistoryAffinityAssignment
-
Packages that use HistoryAffinityAssignment Package Description org.apache.ignite.internal.processors.affinity Data affinity processor. -
-
Uses of HistoryAffinityAssignment in org.apache.ignite.internal.processors.affinity
Classes in org.apache.ignite.internal.processors.affinity that implement HistoryAffinityAssignment Modifier and Type Class Description 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 HistoryAffinityAssignment Modifier and Type Method Description HistoryAffinityAssignmentHistoryAffinityAssignment. origin()In case this instance is lightweight wrapper of another instance, this method should return reference to an original one.HistoryAffinityAssignmentHistoryAffinityAssignmentImpl. origin()In case this instance is lightweight wrapper of another instance, this method should return reference to an original one.HistoryAffinityAssignmentHistoryAffinityAssignmentShallowCopy. origin()In case this instance is lightweight wrapper of another instance, this method should return reference to an original one.Constructors in org.apache.ignite.internal.processors.affinity with parameters of type HistoryAffinityAssignment Constructor Description HistoryAffinityAssignmentShallowCopy(HistoryAffinityAssignment histAssignment, AffinityTopologyVersion topVer)
-