A ReplicaThreadLocker is used with a user initiated non-transactional operation on a Replica. Like ReadonlyTxn, it enforces read-only semantics and implements the ReplicaConsistencyPolicy. Unlike ReadonlyTxn, the environment default ReplicaConsistencyPolicy is enforced rather than the policy specified via TransactionConfig, and this policy is enforced via the openCursorHook rather than the txnBeginHook.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.