Interface GridDhtFuture<T>

    • Method Detail

      • invalidPartitions

        Collection<Integer> invalidPartitions()
        Node that future should be able to provide keys to retry before it completes, so it's not necessary to wait till future is done to get retry keys.
        Returns:
        Keys to retry because this node is no longer a primary or backup.