| 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 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 RepImpl |
RepInternal.getNonNullRepImpl(ReplicatedEnvironment rep)
Proxy to ReplicatedEnvironment.getNonNullEnvImpl
This method is called to access the underlying RepImpl when an env is
expected to be open, to guard against NPE when the env has been closed.
|
static RepImpl |
RepInternal.getRepImpl(ReplicatedEnvironment rep)
Proxy to ReplicatedEnvironment.getMaybeNullRepImpl.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicatedEnvironment |
RepImpl.makeEnvironment() |
Copyright © 2024. All rights reserved.