Interface ScatteredStateProvider

    • Method Detail

      • startKeysTransfer

        void startKeysTransfer​(org.infinispan.commons.util.IntSet segments,
                               Address origin)
        Start transferring keys and remote metadata for the given segments to the origin.
      • confirmRevokedSegments

        CompletableFuture<Void> confirmRevokedSegments​(int topologyId)
        Confirm that this node has received cache topology with given topologyId and that it has moved all the segments it does not own according to consistent hash to the ScatteredVersionManager.SegmentState.NOT_OWNED state.
        Parameters:
        topologyId -