Uses of Class
org.apache.hadoop.hbase.replication.ReplicationPeerDescription
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.replication.ReplicationPeerDescription in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionList<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
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.replication.ReplicationPeerDescription
ReplicationPeerConfigUtil.toReplicationPeerDescription
(org.apache.hadoop.hbase.shaded.protobuf.generated.ReplicationProtos.ReplicationPeerDescription desc) Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionList<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.