| Package | Description |
|---|---|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| com.sleepycat.je.rep.impl.node |
INTERNAL: Feeder and Replica node implementations.
|
| com.sleepycat.je.rep.stream |
INTERNAL: Feeding and syncup (init) of rep stream from master node to
other node types (replicas, etc).
|
| com.sleepycat.je.rep.txn |
INTERNAL: HA Txn/Locker subclasses for enforcing consistency and durability
constraints.
|
| Modifier and Type | Method and Description |
|---|---|
Replay |
RepImpl.getReplay() |
| Modifier and Type | Method and Description |
|---|---|
Replay |
Replica.replay() |
| Modifier and Type | Method and Description |
|---|---|
static Replica |
ReplicaFactory.create(RepNode repNode,
Replay replay) |
| Constructor and Description |
|---|
RepNode(RepImpl repImpl,
Replay replay,
NodeState nodeState) |
| Constructor and Description |
|---|
ReplicaFeederSyncup(RepNode repNode,
Replay replay,
NamedChannel namedChannel,
Protocol protocol,
boolean hardRecoveryNeedsElection) |
| Modifier and Type | Method and Description |
|---|---|
ReplayTxn |
MasterTxn.convertToReplayTxnAndClose(Logger logger,
Replay replay)
Convert a MasterTxn that has any write locks into a ReplayTxn, and close
the MasterTxn after it is disemboweled.
|
Copyright © 2024. All rights reserved.