Uses of Interface
org.apache.hadoop.hbase.regionserver.ReplicationService
Package
Description
Multi Cluster Replication
-
Uses of ReplicationService in org.apache.hadoop.hbase.regionserver
Modifier and TypeInterfaceDescriptioninterface
A sink for a replication stream has to expose this service.interface
A source for a replication stream has to expose this service.Modifier and TypeMethodDescriptionprivate static <T extends ReplicationService>
THRegionServer.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) -
Uses of ReplicationService in org.apache.hadoop.hbase.replication
-
Uses of ReplicationService in org.apache.hadoop.hbase.replication.regionserver