| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepImpl.preLogCommitHook(MasterTxn txn)
This hook is used primarily to perform the final checks before allowing
the commit operation to proceed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DurabilityQuorum.ensureReplicasForCommit(MasterTxn txn,
int insufficientReplicasTimeout)
See if there are a sufficient number of replicas alive to support
the commit for this transaction.
|
Copyright © 2024. All rights reserved.