public class DelegatedRecoveryManager extends Object
| Constructor and Description |
|---|
DelegatedRecoveryManager() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
delegated_recover(String serverName,
String logPath,
XAResource[] resources) |
static boolean |
delegated_recover(String logPath,
XAResource[] resources) |
static void |
waitForRecovery(String logPath) |
static void |
waitForResync(String logPath)
Waits for resync to complete.
|
public static boolean delegated_recover(String logPath, XAResource[] resources) throws Exception
Exceptionpublic static boolean delegated_recover(String serverName, String logPath, XAResource[] resources) throws Exception
Exceptionpublic static void waitForRecovery(String logPath)
public static void waitForResync(String logPath)
logPath - log location for which the delegated recovery is doneCopyright © 2019. All rights reserved.