public abstract class BackupManager.BackupConnector extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ClusterConnectionConfiguration |
config |
| Modifier and Type | Method and Description |
|---|---|
void |
announceBackup() |
void |
close() |
ServerLocator |
getBackupServerLocator()
This is for test assertions, please be careful, don't use outside of testing!
|
void |
informTopology() |
boolean |
isBackupAnnounced() |
protected void |
retryConnection()
it will re-schedule the connection after a timeout, using a scheduled executor
|
String |
toString() |
protected final ClusterConnectionConfiguration config
public ServerLocator getBackupServerLocator()
public void announceBackup()
protected void retryConnection()
public void informTopology()
public void close()
public boolean isBackupAnnounced()
Copyright © 2022 JBoss by Red Hat. All rights reserved.