Class GridDhtPreloaderAssignments

    • Method Detail

      • affinityReassign

        public boolean affinityReassign()
        Returns:
        True if partitions were reassigned.
      • cancelled

        public boolean cancelled()
        Returns:
        True if assignments creation was cancelled.
      • cancelled

        public void cancelled​(boolean cancelled)
        Parameters:
        cancelled - True if assignments creation was cancelled.
      • retainMoving

        public void retainMoving​(GridDhtPartitionTopology top)
        Retains only moving partitions for the current topology.
        Parameters:
        top - Topology.
      • supplier

        public ClusterNode supplier​(int part)
        Gets a supplier node for a partition.
        Parameters:
        part - Partition.
        Returns:
        Supplier node for a partition or null if not found.