Uses of Class
org.apache.hadoop.hbase.replication.ReplicationPeerDescription
Packages that use 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
Methods in org.apache.hadoop.hbase.client that return types with arguments of type org.apache.hadoop.hbase.replication.ReplicationPeerDescription in inModifier 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.List<org.apache.hadoop.hbase.replication.ReplicationPeerDescription>HBaseAdmin.listReplicationPeers()List<org.apache.hadoop.hbase.replication.ReplicationPeerDescription>HBaseAdmin.listReplicationPeers(Pattern pattern) -
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 inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.replication.ReplicationPeerDescriptionReplicationPeerConfigUtil.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 inModifier and TypeMethodDescriptionstatic org.apache.hadoop.conf.ConfigurationReplicationPeerConfigUtil.getPeerClusterConfiguration(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.replication.ReplicationPeerDescription peer) Returns the configuration needed to talk to the remote slave cluster.static org.apache.hadoop.hbase.shaded.protobuf.generated.ReplicationProtos.ReplicationPeerDescriptionReplicationPeerConfigUtil.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 inModifier 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.