Interface GridCacheAtomicFuture<R>

    • Method Detail

      • completeFuture

        IgniteInternalFuture<Void> completeFuture​(AffinityTopologyVersion topVer)
        Gets future that will be completed when it is safe when update is finished on the given version of topology.
        Parameters:
        topVer - Topology version to finish.
        Returns:
        Future or null if no need to wait.