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 TypeClassDescriptionclassorg.apache.hadoop.hbase.replication.FSReplicationPeerStorageA filesystem based replication peer storage.classorg.apache.hadoop.hbase.replication.ZKReplicationPeerStorageZK 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.ReplicationPeerStorageReplicationPeers.getPeerStorage()static org.apache.hadoop.hbase.replication.ReplicationPeerStorageReplicationStorageFactory.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()