public static interface DAGProtos.TezEntityDescriptorProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
optional string class_name = 1; |
com.google.protobuf.ByteString |
getClassNameBytes()
optional string class_name = 1; |
com.google.protobuf.ByteString |
getHistoryText()
optional bytes history_text = 3; |
com.google.protobuf.ByteString |
getUserPayload()
optional bytes user_payload = 2; |
int |
getVersion()
optional int32 version = 4; |
boolean |
hasClassName()
optional string class_name = 1; |
boolean |
hasHistoryText()
optional bytes history_text = 3; |
boolean |
hasUserPayload()
optional bytes user_payload = 2; |
boolean |
hasVersion()
optional int32 version = 4; |
boolean hasClassName()
optional string class_name = 1;String getClassName()
optional string class_name = 1;com.google.protobuf.ByteString getClassNameBytes()
optional string class_name = 1;boolean hasUserPayload()
optional bytes user_payload = 2;com.google.protobuf.ByteString getUserPayload()
optional bytes user_payload = 2;boolean hasHistoryText()
optional bytes history_text = 3;com.google.protobuf.ByteString getHistoryText()
optional bytes history_text = 3;boolean hasVersion()
optional int32 version = 4;int getVersion()
optional int32 version = 4;Copyright © 2014 Apache Software Foundation. All rights reserved.