Uses of Class
org.apache.hadoop.hbase.client.BalanceResponse.Builder
Packages that use BalanceResponse.Builder
-
Uses of BalanceResponse.Builder in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return BalanceResponse.BuilderModifier and TypeMethodDescriptionstatic BalanceResponse.Builder
BalanceResponse.newBuilder()
Creates a newBalanceResponse.Builder
BalanceResponse.Builder.setBalancerRan
(boolean balancerRan) Set true if the balancer ran, otherwise false.BalanceResponse.Builder.setMovesCalculated
(int movesCalculated) Set how many moves were calculated by the balancer.BalanceResponse.Builder.setMovesExecuted
(int movesExecuted) Set how many of the calculated moves were actually executed by the balancer.