See: Description
| Interface | Description |
|---|---|
| FeederFilter |
The FeederFilter is used by the Feeder to determine whether a record should
be sent to the Replica.
|
| FeederSource |
Provides the next log record, blocking if one is not available.
|
| ReplicaFeederHandshakeConfig | |
| ReplicaFeederSyncup.TestHook<T> |
This interface is used instead of com.sleepycat.je.utilint.TestHook
because the doHook method needs to throw InterruptedException.
|
| Class | Description |
|---|---|
| ArbiterFeederSource |
Implementation of a master node acting as a FeederSource for an Arbiter.
|
| ArbiterFeederStatDefinition |
Per-stat Metadata for HA Arbiter feeder statistics.
|
| BaseProtocol |
Defines the base protocol of messages used to set up a stream between
source and target.
|
| FeederReader |
The FeederReader is a flavor of VLSNReader which supports replication
stream feeding.
|
| FeederReplicaHandshake |
Implements the Feeder side of the handshake between the Feeder and the
Replica.
|
| FeederReplicaSyncup |
Establish where the replication stream should start for a feeder and replica
pair.
|
| FeederSyncupReader |
The FeederSyncupReader scans the log backwards for requested log entries.
|
| FeederTxns |
FeederTxns manages transactions that need acknowledgments.
|
| FeederTxnStatDefinition |
Per-stat Metadata for HA Feeder Transaction statistics.
|
| InputWireRecord |
Format for messages received at across the wire for replication.
|
| MasterChangeListener |
The Listener registered with Elections to learn about new Masters
|
| MasterFeederSource |
Implementation of a master node acting as a FeederSource.
|
| MasterStatus |
Class used by a node to track changes in Master Status.
|
| MasterSuggestionGenerator |
A Basic suggestion generator.
|
| MatchpointSearchResults |
Holds information seen by the ReplicaSyncupReader when
scanning a replica's log for a matchpoint.
|
| MatchpointSearchResults.PassedTxnInfo | |
| OutputWireRecord |
Format for log entries sent across the wire for replication.
|
| Protocol |
{@literal
Defines the messages used to set up a feeder-replica replication stream.
|
| ReplicaFeederHandshake |
Implements the Replica side of the handshake protocol between the Replica
and the Feeder.
|
| ReplicaFeederSyncup |
Establish where the replication stream should start for a replica and feeder
pair.
|
| ReplicaSyncupReader |
The ReplicaSyncupReader scans the log backwards for requested log entries.
|
| SubscriberFeederSyncup |
Object to sync-up the Feeder and Subscriber to establish the VLSN from
which subscriber should should start stream log entries from feeder.
|
| Enum | Description |
|---|---|
| BaseProtocol.EntryRequestType |
Type of entry request sent to feeder
RV: VLSN requested by client
LOW: low end of available VLSN range in vlsn index
HIGH: high end of available VLSN range in vlsn index
The DEFAULT mode is used by existing replication stream consumer e.g.
|
| Exception | Description |
|---|---|
| FeederReplicaSyncup.NetworkRestoreException | |
| ReplicaSyncupReader.SkipGapException |
Copyright © 2024. All rights reserved.