|
Class Summary |
| MetricsSink |
This class is for maintaining the various replication statistics for a sink and publishing them
through the metrics interfaces. |
| MetricsSource |
This class is for maintaining the various replication statistics for a source and publishing them
through the metrics interfaces. |
| Replication |
Gateway to Replication. |
| ReplicationHLogReaderManager |
Wrapper class around HLog to help manage the implementation details
such as compression. |
| ReplicationSink |
This class is responsible for replicating the edits coming
from another cluster. |
| ReplicationSinkManager |
Maintains a collection of peers to replicate to, and randomly selects a
single peer to replicate to per set of data to replicate. |
| ReplicationSinkManager.SinkPeer |
Wraps a replication region server sink to provide the ability to identify
it. |
| ReplicationSource |
Class that handles the source of a replication stream. |
| ReplicationSource.LogsComparator |
Comparator used to compare logs together based on their start time |
| ReplicationSourceManager |
This class is responsible to manage all the replication
sources. |