See: Description
| Class | Description |
|---|---|
| ChannelTimeoutTask |
The ChannelTimeoutTask ensures that all channels registered with it are
periodically checked to ensure that they are active.
|
| CommitFreezeLatch |
Ensures that a VLSN is not advanced at this node while an election is in
progress.
|
| DbCache |
Cache used to maintain DatabaseImpl handles.
|
| DurabilityQuorum |
Provides information about quorums needed for durability decisions.
|
| ElectionQuorum |
ElectionQuorum centralizes decision making about what constitutes a
successful election quorum and the definition of an authoritative master.
|
| Feeder |
There is an instance of a Feeder for each client that needs a replication
stream.
|
| FeederManager |
FeedManager is responsible for the creation and management of the Feeders
used to respond to connections initiated by a Replica.
|
| FeederManagerStatDefinition |
Per-stat Metadata for HA Replay statistics.
|
| MasterTransfer |
A Master Transfer operation.
|
| MonitorEventManager |
The class for firing MonitorChangeEvents.
|
| NameIdPair |
The public name and internal id pair used to uniquely identify a node
within a replication group.
|
| NodeState |
NodeState encapsulates the current replicator state, and the ability to wait
for state transition and fire state change notifications.
|
| Replay |
Replays log records from the replication stream, and manages the
transactions for those records.
|
| Replay.TxnInfo |
Simple helper class to package a Txn vlsn and its associated commit
time.
|
| ReplayStatDefinition |
Per-stat Metadata for HA Replay statistics.
|
| Replica |
The Replica class is the locus of the replay operations and replica
transaction consistency tracking and management operations at a replica
node.
|
| ReplicaFactory | |
| ReplicaOutputThread | |
| ReplicaOutputThreadBase |
The thread used to write responses asynchronously to the network, to avoid
network stalls in the replica replay thread.
|
| ReplicaStatDefinition |
Per-stat Metadata for HA Replica statistics.
|
| RepNode |
Represents a replication node.
|
| Enum | Description |
|---|---|
| ReplicaFactory.ReplicaType |
| Exception | Description |
|---|---|
| Feeder.ExitException |
A marker exception that wraps the real exception.
|
| Replica.HardRecoveryElectionException |
Indicates that an election is needed before the hard recovery can
proceed.
|
Copyright © 2024. All rights reserved.