程序包 | 说明 |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
Table of Contents
Overview
Example API Usage
Overview
To administer HBase, create and drop tables, list and alter tables,
use
Admin . |
org.apache.hadoop.hbase.client.replication |
限定符和类型 | 方法和说明 |
---|---|
CompletableFuture<List<ReplicationPeerDescription>> |
AsyncAdmin.listReplicationPeers()
Return a list of replication peers.
|
List<ReplicationPeerDescription> |
Admin.listReplicationPeers()
Return a list of replication peers.
|
List<ReplicationPeerDescription> |
HBaseAdmin.listReplicationPeers() |
CompletableFuture<List<ReplicationPeerDescription>> |
AsyncAdmin.listReplicationPeers(Pattern pattern)
Return a list of replication peers.
|
List<ReplicationPeerDescription> |
Admin.listReplicationPeers(Pattern pattern)
Return a list of replication peers.
|
List<ReplicationPeerDescription> |
HBaseAdmin.listReplicationPeers(Pattern pattern) |
限定符和类型 | 方法和说明 |
---|---|
static ReplicationPeerDescription |
ReplicationPeerConfigUtil.toReplicationPeerDescription(org.apache.hadoop.hbase.shaded.protobuf.generated.ReplicationProtos.ReplicationPeerDescription desc) |
限定符和类型 | 方法和说明 |
---|---|
static org.apache.hadoop.conf.Configuration |
ReplicationPeerConfigUtil.getPeerClusterConfiguration(org.apache.hadoop.conf.Configuration conf,
ReplicationPeerDescription peer)
Returns the configuration needed to talk to the remote slave cluster.
|
static org.apache.hadoop.hbase.shaded.protobuf.generated.ReplicationProtos.ReplicationPeerDescription |
ReplicationPeerConfigUtil.toProtoReplicationPeerDescription(ReplicationPeerDescription desc) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.