| Package | Description |
|---|---|
| com.sleepycat.je.rep.util.ldiff |
INTERNAL: LDiff debugging utility for comparing databases on different
nodes in a group.
|
| Modifier and Type | Method and Description |
|---|---|
LDiffConfig |
LDiffConfig.setBlockSize(int size)
Configure the number of records to include in each block analyzed by the
LDiff operation.
|
LDiffConfig |
LDiffConfig.setDiffAnalysis(boolean analysis)
Configure an LDiff object to provide detailed analysis about diff
failures.
|
LDiffConfig |
LDiffConfig.setMaxConnectionAttempts(int maxAttempts) |
LDiffConfig |
LDiffConfig.setMaxErrors(int max)
Configure the maximum number of errors to be analyzed before ending the
LDiff operation.
|
LDiffConfig |
LDiffConfig.setReconnectDelay(int delay) |
LDiffConfig |
LDiffConfig.setVerbose(boolean verbose)
Configure whether or not the operation will output information on its
success or failure.
|
LDiffConfig |
LDiffConfig.setWaitIfBusy(boolean wait,
int maxAttempts,
int delay)
Configure whether or not the operation should wait for the remote
service to become available, if the remote service is busy.
|
| Constructor and Description |
|---|
LDiff(LDiffConfig cfg)
Configure a new object with which to compare two databases.
|
Copyright © 2024. All rights reserved.