Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
static BalanceResponse.Builder |
BalanceResponse.newBuilder()
Creates a new
BalanceResponse.Builder |
BalanceResponse.Builder |
BalanceResponse.Builder.setBalancerRan(boolean balancerRan)
Set true if the balancer ran, otherwise false.
|
BalanceResponse.Builder |
BalanceResponse.Builder.setMovesCalculated(int movesCalculated)
Set how many moves were calculated by the balancer.
|
BalanceResponse.Builder |
BalanceResponse.Builder.setMovesExecuted(int movesExecuted)
Set how many of the calculated moves were actually executed by the balancer.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.