Uses of Class
org.apache.hadoop.hbase.replication.ReplicationPeerDescription

Packages that use org.apache.hadoop.hbase.replication.ReplicationPeerDescription
  • Uses of org.apache.hadoop.hbase.replication.ReplicationPeerDescription in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client that return types with arguments of type org.apache.hadoop.hbase.replication.ReplicationPeerDescription in in
    Modifier and Type
    Method
    Description
    List<org.apache.hadoop.hbase.replication.ReplicationPeerDescription>
    Admin.listReplicationPeers()
    Return a list of replication peers.
    List<org.apache.hadoop.hbase.replication.ReplicationPeerDescription>
    Admin.listReplicationPeers(Pattern pattern)
    Return a list of replication peers.
    CompletableFuture<List<org.apache.hadoop.hbase.replication.ReplicationPeerDescription>>
    AsyncAdmin.listReplicationPeers()
    Return a list of replication peers.
    CompletableFuture<List<org.apache.hadoop.hbase.replication.ReplicationPeerDescription>>
    AsyncAdmin.listReplicationPeers(Pattern pattern)
    Return a list of replication peers.
  • Uses of org.apache.hadoop.hbase.replication.ReplicationPeerDescription in org.apache.hadoop.hbase.client.replication

    Methods in org.apache.hadoop.hbase.client.replication that return org.apache.hadoop.hbase.replication.ReplicationPeerDescription in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.replication.ReplicationPeerDescription
    ReplicationPeerConfigUtil.toReplicationPeerDescription(org.apache.hadoop.hbase.shaded.protobuf.generated.ReplicationProtos.ReplicationPeerDescription desc)
     
    Methods in org.apache.hadoop.hbase.client.replication with parameters of type org.apache.hadoop.hbase.replication.ReplicationPeerDescription in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.shaded.protobuf.generated.ReplicationProtos.ReplicationPeerDescription
    ReplicationPeerConfigUtil.toProtoReplicationPeerDescription(org.apache.hadoop.hbase.replication.ReplicationPeerDescription desc)
     
  • Uses of org.apache.hadoop.hbase.replication.ReplicationPeerDescription in org.apache.hadoop.hbase.master

    Methods in org.apache.hadoop.hbase.master that return types with arguments of type org.apache.hadoop.hbase.replication.ReplicationPeerDescription in in
    Modifier and Type
    Method
    Description
    List<org.apache.hadoop.hbase.replication.ReplicationPeerDescription>
    HMaster.listReplicationPeers(String regex)
     
    List<org.apache.hadoop.hbase.replication.ReplicationPeerDescription>
    MasterServices.listReplicationPeers(String regex)
    Return a list of replication peers.