Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.replication |
Multi Cluster Replication
|
org.apache.hadoop.hbase.replication.regionserver |
Modifier and Type | Interface and Description |
---|---|
interface |
ReplicationSinkService
A sink for a replication stream has to expose this service.
|
interface |
ReplicationSourceService
A source for a replication stream has to expose this service.
|
Modifier and Type | Method and Description |
---|---|
private static <T extends ReplicationService> |
HRegionServer.newReplicationInstance(String classname,
Class<T> xface,
org.apache.hadoop.conf.Configuration conf,
HRegionServer server,
org.apache.hadoop.fs.FileSystem walFs,
org.apache.hadoop.fs.Path logDir,
org.apache.hadoop.fs.Path oldLogDir,
WALFactory walFactory) |
Modifier and Type | Class and Description |
---|---|
class |
ReplicationSinkServiceImpl |
Modifier and Type | Class and Description |
---|---|
class |
Replication
Gateway to Replication.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.