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

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

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


Method Summary
 boolean getOn()
          required bool on = 1;
 boolean getSynchronous()
          optional bool synchronous = 2;
 boolean hasOn()
          required bool on = 1;
 boolean hasSynchronous()
          optional bool synchronous = 2;
 
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

hasOn

boolean hasOn()
required bool on = 1;


getOn

boolean getOn()
required bool on = 1;


hasSynchronous

boolean hasSynchronous()
optional bool synchronous = 2;


getSynchronous

boolean getSynchronous()
optional bool synchronous = 2;



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