| Package | Description |
|---|---|
| org.apache.hadoop.hbase.replication.regionserver |
| Modifier and Type | Class and Description |
|---|---|
class |
RecoveredReplicationSource
Class that handles the recovered source of a replication stream, which is transfered from another
dead region server.
|
class |
ReplicationSource
Class that handles the source of a replication stream.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationSourceInterface |
ReplicationSourceManager.addCatalogReplicationSource(RegionInfo regionInfo)
Add an hbase:meta Catalog replication source.
|
ReplicationSourceInterface |
ReplicationSourceManager.getSource(String peerId)
Get the normal source for a given peer
|
ReplicationSourceInterface |
ReplicationSourceInterface.startup()
Start the replication
|
ReplicationSourceInterface |
ReplicationSource.startup() |
| Modifier and Type | Method and Description |
|---|---|
List<ReplicationSourceInterface> |
ReplicationSourceManager.getOldSources()
Get a list of all the recovered sources of this rs
|
List<ReplicationSourceInterface> |
ReplicationSourceManager.getSources()
Get a list of all the normal sources of this rs
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationSourceManager.logPositionAndCleanOldLogs(ReplicationSourceInterface source,
org.apache.hadoop.hbase.replication.regionserver.WALEntryBatch entryBatch)
This method will log the current position to storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationLoad.buildReplicationLoad(List<ReplicationSourceInterface> sources,
MetricsSink skMetrics)
buildReplicationLoad
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.