Interface | Description |
---|---|
ReplicationSourceInterface |
Interface that defines a replication source
|
Class | Description |
---|---|
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.
|
ReplicationSinkMetrics |
This class is for maintaining the various replication statistics
for a sink and publishing them through the metrics interfaces.
|
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.
|
ReplicationSourceMetrics |
This class is for maintaining the various replication statistics
for a source and publishing them through the metrics interfaces.
|
ReplicationStatistics |
Exports metrics recorded by
ReplicationSourceMetrics as an MBean
for JMX monitoring. |
ReplicationSyncUp |
In a scenario of Replication based Disaster/Recovery, when hbase
Master-Cluster crashes, this tool is used to sync-up the delta from Master to
Slave using the info from Zookeeper.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.