| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client | |
| org.apache.hadoop.hbase.protobuf | |
| org.apache.hadoop.hbase.replication |
Multi Cluster Replication
|
| Modifier and Type | Method and Description |
|---|---|
AsyncRegionServerAdmin |
AsyncClusterConnection.getRegionServerAdmin(ServerName serverName)
Get the admin service for the given region server.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ReplicationProtobufUtil.replicateWALEntry(AsyncRegionServerAdmin admin,
WAL.Entry[] entries,
String replicationClusterId,
org.apache.hadoop.fs.Path sourceBaseNamespaceDir,
org.apache.hadoop.fs.Path sourceHFileArchiveDir,
int timeout)
A helper to replicate a list of WAL entries using region server admin
|
| Modifier and Type | Method and Description |
|---|---|
AsyncRegionServerAdmin |
HBaseReplicationEndpoint.SinkPeer.getRegionServer() |
| Constructor and Description |
|---|
SinkPeer(ServerName serverName,
AsyncRegionServerAdmin regionServer) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.