public static interface YarnProtos.SerializedExceptionProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
boolean hasMessage()
optional string message = 1;
String getMessage()
optional string message = 1;
com.google.protobuf.ByteString getMessageBytes()
optional string message = 1;
boolean hasTrace()
optional string trace = 2;
String getTrace()
optional string trace = 2;
com.google.protobuf.ByteString getTraceBytes()
optional string trace = 2;
boolean hasClassName()
optional string class_name = 3;
String getClassName()
optional string class_name = 3;
com.google.protobuf.ByteString getClassNameBytes()
optional string class_name = 3;
boolean hasCause()
optional .hadoop.yarn.SerializedExceptionProto cause = 4;
YarnProtos.SerializedExceptionProto getCause()
optional .hadoop.yarn.SerializedExceptionProto cause = 4;
YarnProtos.SerializedExceptionProtoOrBuilder getCauseOrBuilder()
optional .hadoop.yarn.SerializedExceptionProto cause = 4;
Copyright © 2013 Apache Software Foundation. All rights reserved.