| Package | Description |
|---|---|
| com.sleepycat.je.rep.impl.node |
INTERNAL: Feeder and Replica node implementations.
|
| com.sleepycat.je.rep.txn |
INTERNAL: HA Txn/Locker subclasses for enforcing consistency and durability
constraints.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleTxnMap<ReplayTxn> |
Replay.getActiveTxns() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplayTxn.registerWithActiveTxns(SimpleTxnMap<ReplayTxn> newActiveTxns) |
| Constructor and Description |
|---|
ReplayTxn(EnvironmentImpl envImpl,
TransactionConfig config,
long txnId,
SimpleTxnMap<ReplayTxn> activeTxns,
Logger logger)
Used when creating ReplayTxns for Replay.
|
Copyright © 2024. All rights reserved.