Package | Description |
---|---|
com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
Modifier and Type | Method and Description |
---|---|
NetworkRestoreConfig |
NetworkRestoreConfig.setLogProviders(java.util.List<ReplicationNode> providers)
Sets the prioritized list of data nodes, either ELECTABLE or SECONDARY
members, used to select a node from which to obtain log files for the
NetworkRestore operation.
|
NetworkRestoreConfig |
NetworkRestoreConfig.setReceiveBufferSize(int receiveBufferSize)
Sets the size of the receive buffer associated with the socket used to
transfer files during the NetworkRestore operation.
|
NetworkRestoreConfig |
NetworkRestoreConfig.setRetainLogFiles(boolean retainLogFiles)
If true retains obsolete log files, by renaming them instead of deleting
them.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkRestore.execute(InsufficientLogException logException,
NetworkRestoreConfig config)
Restores the log files from one of the members of the replication group.
|
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.