| Package | Description |
|---|---|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SyncupProgress |
SyncupProgress.valueOf(java.lang.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 | Description |
|---|---|---|
ProgressListener<SyncupProgress> |
ReplicationConfig.getSyncupProgressListener() |
Return the ProgressListener to be used at this environment startup.
|
| Modifier and Type | Method | 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. |
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.