org.apache.hadoop.hbase.protobuf.generated
Interface MasterProtos.SetBalancerRunningResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MasterProtos.SetBalancerRunningResponse, MasterProtos.SetBalancerRunningResponse.Builder
Enclosing class:
MasterProtos

public static interface MasterProtos.SetBalancerRunningResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 boolean getPrevBalanceValue()
          optional bool prev_balance_value = 1;
 boolean hasPrevBalanceValue()
          optional bool prev_balance_value = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasPrevBalanceValue

boolean hasPrevBalanceValue()
optional bool prev_balance_value = 1;


getPrevBalanceValue

boolean getPrevBalanceValue()
optional bool prev_balance_value = 1;



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.