| 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 | Field and Description |
|---|---|
protected ReplicationSourceInterface |
ReplicationSourceShipper.source |
| Modifier and Type | Method and Description |
|---|---|
ReplicationSourceInterface |
ReplicationSourceManager.getSource(java.lang.String peerId)
Get the normal source for a given peer
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ReplicationSourceInterface> |
ReplicationSourceManager.getOldSources()
Get a list of all the old sources of this rs
|
java.util.List<ReplicationSourceInterface> |
ReplicationSourceManager.getSources()
Get a list of all the normal sources of this rs
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationSourceManager.closeQueue(ReplicationSourceInterface src)
Clear the references to the specified old source
|
void |
ReplicationSourceManager.closeRecoveredQueue(ReplicationSourceInterface src)
Clear the references to the specified old source
|
| Constructor and Description |
|---|
ReplicationSourceShipper(Configuration conf,
java.lang.String walGroupId,
java.util.concurrent.PriorityBlockingQueue<Path> queue,
ReplicationSourceInterface source) |