Interface | Description |
---|---|
FeederSource |
Provides the next log record, blocking if one is not available.
|
ReplicaFeederSyncup.TestHook<T> |
This interface is used instead of com.sleepycat.je.utilint.TestHook
because the doHook method needs to throw InterruptedException.
|
Class | Description |
---|---|
FeederReader |
The FeederReader is a flavor of VLSNReader which supports replication
stream feeding.
|
FeederReader.SwitchWindow |
The SwitchWindow can fill itself from either the log file or the log
buffers.
|
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 |
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.
|
VLSNReader |
The VLSNReader returns picks out replicated log entries from the log.
|
WireRecord |
Format for log entries sent across the wire for replication.
|
Exception | Description |
---|---|
FeederReplicaSyncup.NetworkRestoreException |
Copyright (c) 2004-2012 Oracle. All rights reserved.