See: Description
| Interface | Description |
|---|---|
| MasterTxn.MasterTxnFactory |
| Class | Description |
|---|---|
| MasterThreadLocker |
A MasterThreadLocker is used with a user initiated non-transactional
operation on a Master, for a replicated DB.
|
| MasterTxn |
A MasterTxn represents:
- a user initiated Txn executed on the Master node, when local-write and
read-only are not configured, or
- an auto-commit Txn on the Master node for a replicated DB.
|
| ReadonlyTxn |
A ReadonlyTxn represents
- a user initiated Txn executed on the Master node, when local-write or
read-only is configured, or
- a user initiated Txn executed on the Replica node, whether or not
local-write is configured, or
- an auto-commit Txn on a Replica node for a replicated DB.
|
| ReplayTxn |
Used for replaying replicated operations at replica nodes.
|
| ReplicaThreadLocker |
A ReplicaThreadLocker is used with a user initiated non-transactional
operation on a Replica, for a replicated DB.
|
Copyright © 2024. All rights reserved.