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

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

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


Method Summary
 boolean getValue()
          required bool value = 1;
 boolean hasValue()
          required bool 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

hasValue

boolean hasValue()
required bool value = 1;


getValue

boolean getValue()
required bool value = 1;



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.