Uses of Interface
org.apache.hadoop.hbase.replication.ReplicationPeerStorage
Packages that use org.apache.hadoop.hbase.replication.ReplicationPeerStorage
-
Uses of org.apache.hadoop.hbase.replication.ReplicationPeerStorage in org.apache.hadoop.hbase.replication
Classes in org.apache.hadoop.hbase.replication that implement org.apache.hadoop.hbase.replication.ReplicationPeerStorage in inModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.replication.FSReplicationPeerStorage
A filesystem based replication peer storage.class
org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
ZK based replication peer storage.Methods in org.apache.hadoop.hbase.replication that return org.apache.hadoop.hbase.replication.ReplicationPeerStorage in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.replication.ReplicationPeerStorage
ReplicationPeers.getPeerStorage()
static org.apache.hadoop.hbase.replication.ReplicationPeerStorage
ReplicationStorageFactory.getReplicationPeerStorage
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.hbase.zookeeper.ZKWatcher zk, org.apache.hadoop.conf.Configuration conf) Create a newReplicationPeerStorage
.Methods in org.apache.hadoop.hbase.replication that return types with arguments of type org.apache.hadoop.hbase.replication.ReplicationPeerStorage in inModifier and TypeMethodDescriptionClass<? extends org.apache.hadoop.hbase.replication.ReplicationPeerStorage>
ReplicationPeerStorageType.getClazz()