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 - void cancelStateTransfer(String siteName)
siteName - the remote site name.Collection<String> getCurrentStateSending()
Collection<String> getSitesMissingCoordinator(Collection<Address> currentMembers)
currentMembers.Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.