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 |
---|---|
static ReplicatedEnvironment |
RepInternal.createDetachedEnv(File envHome,
ReplicationConfig repConfig,
EnvironmentConfig envConfig) |
static ReplicatedEnvironment |
RepInternal.createInternalEnvHandle(File envHome,
ReplicationConfig repConfig,
EnvironmentConfig envConfig) |
Modifier and Type | Method and Description |
---|---|
static int |
RepInternal.getNodeId(ReplicatedEnvironment rep) |
static com.sleepycat.je.rep.impl.RepImpl |
RepInternal.getRepImpl(ReplicatedEnvironment rep) |
static boolean |
RepInternal.isClosed(ReplicatedEnvironment replicatedEnvironment) |
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.