Uses of Interface
org.apache.hadoop.hbase.replication.ReplicationPeerStorage

Packages that use org.apache.hadoop.hbase.replication.ReplicationPeerStorage
Package
Description
Multi Cluster Replication
  • 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 in
    Modifier and Type
    Class
    Description
    class 
    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 in
    Modifier and Type
    Method
    Description
    org.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 new ReplicationPeerStorage.
    Methods in org.apache.hadoop.hbase.replication that return types with arguments of type org.apache.hadoop.hbase.replication.ReplicationPeerStorage in in
    Modifier and Type
    Method
    Description
    Class<? extends org.apache.hadoop.hbase.replication.ReplicationPeerStorage>
    ReplicationPeerStorageType.getClazz()