| 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.
|
| com.sleepycat.je.rep.stream |
INTERNAL: Feeding and syncup (init) of rep stream from master node to
other node types (replicas, etc).
|
| Modifier and Type | Method and Description |
|---|---|
RollbackException |
RollbackException.wrapSelf(String msg)
For internal use only.
|
| Constructor and Description |
|---|
RollbackException(String message,
RollbackException cause)
For internal use only.
|
| Constructor and Description |
|---|
ReplicatedEnvironment(File envHome,
ReplicationConfig repConfig,
EnvironmentConfig envConfig)
A convenience constructor that defaults the replica consistency policy
and the initial election policy to be used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepImpl.setHardRecoveryInfo(RollbackException e)
If this node was started with a hard recovery, preserve that
information.
|
| Modifier and Type | Method and Description |
|---|---|
RollbackException |
ReplicaFeederSyncup.setupHardRecovery()
Hard recovery: truncate the files, repeat recovery.
|
Copyright © 2024. All rights reserved.