| Package | Description |
|---|---|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepImpl.checkIfMaster(Locker locker)
Ensures that the environment is currently a Master before proceeding
with an operation that requires it to be the master.
|
void |
RepImpl.preLogAbortHook(MasterTxn txn)
Invoked before aborting a MasterTxn, this happens when the master is
going to be a replica because of mastership transfer.
|
void |
RepImpl.preLogCommitHook(MasterTxn txn)
This hook is used primarily to perform the final checks before allowing
the commit operation to proceed.
|
Copyright © 2024. All rights reserved.