public interface ScatteredStateProvider extends StateProvider
Modifier and Type | Method and Description |
---|---|
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. |
void |
startKeysTransfer(IntSet segments,
Address origin)
Start transferring keys and remote metadata for the given segments to the origin.
|
cancelOutboundTransfer, getClusterListenersToInstall, getTransactionsForSegments, isStateTransferInProgress, onTopologyUpdate, start, startOutboundTransfer, stop
void startKeysTransfer(IntSet segments, Address origin)
CompletableFuture<Void> confirmRevokedSegments(int topologyId)
ScatteredVersionManager.SegmentState.NOT_OWNED
state.topologyId
- Copyright © 2021 JBoss by Red Hat. All rights reserved.