public interface XSiteStateProvider
Modifier and Type | Method and Description |
---|---|
void |
cancelStateTransfer(String siteName)
It cancels the state transfer for the remote site.
|
Collection<String> |
getCurrentStateSending() |
Collection<String> |
getSitesMissingCoordinator(Collection<Address> currentMembers) |
void |
startStateTransfer(String siteName,
Address requestor,
int minTopologyId)
It notifies this node to start sending state to the remote site.
|
void startStateTransfer(String siteName, Address requestor, int minTopologyId)
siteName
- the remote site name.requestor
- the requestor.minTopologyId
- the topology id to wait before start sending the state.void cancelStateTransfer(String siteName)
siteName
- the remote site name.Collection<String> getCurrentStateSending()
Collection<String> getSitesMissingCoordinator(Collection<Address> currentMembers)
currentMembers
.Copyright © 2021 JBoss by Red Hat. All rights reserved.