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

Packages that use org.apache.hadoop.hbase.replication.ReplicationPeer
Package
Description
Multi Cluster Replication
  • Uses of org.apache.hadoop.hbase.replication.ReplicationPeer in org.apache.hadoop.hbase.replication

    Classes in org.apache.hadoop.hbase.replication that implement org.apache.hadoop.hbase.replication.ReplicationPeer in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.replication.ReplicationPeerImpl
     
    Methods in org.apache.hadoop.hbase.replication that return org.apache.hadoop.hbase.replication.ReplicationPeer in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.replication.ReplicationPeer
    ReplicationEndpoint.Context.getReplicationPeer()
     
    Constructors in org.apache.hadoop.hbase.replication with parameters of type org.apache.hadoop.hbase.replication.ReplicationPeer in in
    Modifier
    Constructor
    Description
     
    Context(org.apache.hadoop.hbase.Server server, org.apache.hadoop.conf.Configuration localConf, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, String peerId, UUID clusterId, org.apache.hadoop.hbase.replication.ReplicationPeer replicationPeer, org.apache.hadoop.hbase.replication.regionserver.MetricsSource metrics, org.apache.hadoop.hbase.TableDescriptors tableDescriptors, org.apache.hadoop.hbase.Abortable abortable)
     
     
    NamespaceTableCfWALEntryFilter(org.apache.hadoop.hbase.replication.ReplicationPeer peer)