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 |
---|---|
void |
NetworkRestore.execute(InsufficientLogException logException,
NetworkRestoreConfig config)
Restores the log files from one of the members of the replication group.
|
Constructor and Description |
---|
ReplicatedEnvironment(java.io.File envHome,
ReplicationConfig repConfig,
EnvironmentConfig envConfig)
A convenience constructor that defaults the replica consistency policy
and the initial election policy to be used.
|
ReplicatedEnvironment(java.io.File envHome,
ReplicationConfig repConfig,
EnvironmentConfig envConfig,
ReplicaConsistencyPolicy consistencyPolicy,
QuorumPolicy initialElectionPolicy)
Creates a replicated environment handle and starts participating in the
replication group as either a Master or a Replica.
|
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.