Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.shaded.protobuf |
Modifier and Type | Method and Description |
---|---|
BalanceResponse |
HBaseAdmin.balance(BalanceRequest request) |
BalanceResponse |
Admin.balance(BalanceRequest request)
Invoke the balancer with the given balance request.
|
BalanceResponse |
BalanceResponse.Builder.build()
Build the
BalanceResponse |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<BalanceResponse> |
AsyncAdmin.balance(BalanceRequest request)
Invoke the balancer with the given balance request.
|
Modifier and Type | Method and Description |
---|---|
static BalanceResponse |
ProtobufUtil.toBalanceResponse(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalanceResponse response) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalanceResponse |
ProtobufUtil.toBalanceResponse(BalanceResponse response) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.