Class GridDhtFinishedFuture<T>

    • Constructor Detail

      • GridDhtFinishedFuture

        public GridDhtFinishedFuture​(T t)
        Parameters:
        t - Result.
      • GridDhtFinishedFuture

        public GridDhtFinishedFuture​(Throwable err)
        Parameters:
        err - Error.
    • Method Detail

      • invalidPartitions

        public 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.
        Specified by:
        invalidPartitions in interface GridDhtFuture<T>
        Returns:
        Keys to retry because this node is no longer a primary or backup.