| Package | Description |
|---|---|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
static SyncupProgress |
SyncupProgress.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncupProgress[] |
SyncupProgress.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProgressListener<SyncupProgress> |
ReplicationConfig.getSyncupProgressListener()
Return the ProgressListener to be used at this environment startup.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationConfig |
ReplicationConfig.setSyncupProgressListener(ProgressListener<SyncupProgress> progressListener)
Configure the environment to make periodic calls to a
ProgressListener to provide feedback on replication stream sync-up. |
void |
ReplicationConfig.setSyncupProgressListenerVoid(ProgressListener<SyncupProgress> progressListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepImpl.setSyncupProgress(SyncupProgress progress) |
void |
RepImpl.setSyncupProgress(SyncupProgress progress,
long n,
long total) |
Copyright © 2024. All rights reserved.