Package org.infinispan.scattered
Interface ScatteredStateProvider
- All Superinterfaces:
StateProvider
- All Known Implementing Classes:
ScatteredStateProviderImpl
- Author:
- Radim Vansa <rvansa@redhat.com>
-
Method Summary
Modifier and TypeMethodDescriptionconfirmRevokedSegments(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 theScatteredVersionManager.SegmentState.NOT_OWNEDstate.voidstartKeysTransfer(org.infinispan.commons.util.IntSet segments, Address origin) Start transferring keys and remote metadata for the given segments to the origin.Methods inherited from interface org.infinispan.statetransfer.StateProvider
cancelOutboundTransfer, getClusterListenersToInstall, getTransactionsForSegments, isStateTransferInProgress, onTopologyUpdate, start, startOutboundTransfer, stop
-
Method Details
-
startKeysTransfer
Start transferring keys and remote metadata for the given segments to the origin. -
confirmRevokedSegments
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 theScatteredVersionManager.SegmentState.NOT_OWNEDstate.
-