org.apache.hadoop.hbase.protobuf.generated
Interface AdminProtos.StopServerRequestOrBuilder

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

public static interface AdminProtos.StopServerRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getReason()
          required string reason = 1;
 com.google.protobuf.ByteString getReasonBytes()
          required string reason = 1;
 boolean hasReason()
          required string reason = 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

hasReason

boolean hasReason()
required string reason = 1;


getReason

String getReason()
required string reason = 1;


getReasonBytes

com.google.protobuf.ByteString getReasonBytes()
required string reason = 1;



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