org.apache.hadoop.hbase.protobuf.generated
Interface RegionServerStatusProtos.ReportRegionStateTransitionResponseOrBuilder

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

public static interface RegionServerStatusProtos.ReportRegionStateTransitionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getErrorMessage()
          optional string error_message = 1;
 com.google.protobuf.ByteString getErrorMessageBytes()
          optional string error_message = 1;
 boolean hasErrorMessage()
          optional string error_message = 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

hasErrorMessage

boolean hasErrorMessage()
optional string error_message = 1;
 Error message if failed to update the region state 
 


getErrorMessage

String getErrorMessage()
optional string error_message = 1;
 Error message if failed to update the region state 
 


getErrorMessageBytes

com.google.protobuf.ByteString getErrorMessageBytes()
optional string error_message = 1;
 Error message if failed to update the region state 
 



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