Uses of Interface
org.apache.hadoop.hbase.regionserver.ReplicationService
Packages that use ReplicationService
Package
Description
Multi Cluster Replication
-
Uses of ReplicationService in org.apache.hadoop.hbase.regionserver
Subinterfaces of ReplicationService in org.apache.hadoop.hbase.regionserverModifier 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.Methods in org.apache.hadoop.hbase.regionserver with type parameters of type ReplicationServiceModifier 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
Classes in org.apache.hadoop.hbase.replication that implement ReplicationService -
Uses of ReplicationService in org.apache.hadoop.hbase.replication.regionserver
Classes in org.apache.hadoop.hbase.replication.regionserver that implement ReplicationService