org.apache.hadoop.yarn.proto
Interface YarnProtos.SerializedExceptionProtoOrBuilder

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

public static interface YarnProtos.SerializedExceptionProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 YarnProtos.SerializedExceptionProto getCause()
          optional .hadoop.yarn.SerializedExceptionProto cause = 4;
 YarnProtos.SerializedExceptionProtoOrBuilder getCauseOrBuilder()
          optional .hadoop.yarn.SerializedExceptionProto cause = 4;
 String getClassName()
          optional string class_name = 3;
 com.google.protobuf.ByteString getClassNameBytes()
          optional string class_name = 3;
 String getMessage()
          optional string message = 1;
 com.google.protobuf.ByteString getMessageBytes()
          optional string message = 1;
 String getTrace()
          optional string trace = 2;
 com.google.protobuf.ByteString getTraceBytes()
          optional string trace = 2;
 boolean hasCause()
          optional .hadoop.yarn.SerializedExceptionProto cause = 4;
 boolean hasClassName()
          optional string class_name = 3;
 boolean hasMessage()
          optional string message = 1;
 boolean hasTrace()
          optional string trace = 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

hasMessage

boolean hasMessage()
optional string message = 1;


getMessage

String getMessage()
optional string message = 1;


getMessageBytes

com.google.protobuf.ByteString getMessageBytes()
optional string message = 1;


hasTrace

boolean hasTrace()
optional string trace = 2;


getTrace

String getTrace()
optional string trace = 2;


getTraceBytes

com.google.protobuf.ByteString getTraceBytes()
optional string trace = 2;


hasClassName

boolean hasClassName()
optional string class_name = 3;


getClassName

String getClassName()
optional string class_name = 3;


getClassNameBytes

com.google.protobuf.ByteString getClassNameBytes()
optional string class_name = 3;


hasCause

boolean hasCause()
optional .hadoop.yarn.SerializedExceptionProto cause = 4;


getCause

YarnProtos.SerializedExceptionProto getCause()
optional .hadoop.yarn.SerializedExceptionProto cause = 4;


getCauseOrBuilder

YarnProtos.SerializedExceptionProtoOrBuilder getCauseOrBuilder()
optional .hadoop.yarn.SerializedExceptionProto cause = 4;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.