| 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.getSource(String peerId)
Get the normal source for a given peer
|
| 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
|
| Constructor and Description |
|---|
ReplicationSourceShipper(org.apache.hadoop.conf.Configuration conf,
String walGroupId,
PriorityBlockingQueue<org.apache.hadoop.fs.Path> queue,
ReplicationSourceInterface source) |
Copyright © 2007–2019 Cloudera. All rights reserved.