public static interface HistoryLoggerProtos.HistoryEventProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAppAttemptId()
optional string app_attempt_id = 5; |
com.google.protobuf.ByteString |
getAppAttemptIdBytes()
optional string app_attempt_id = 5; |
String |
getAppId()
optional string app_id = 4; |
com.google.protobuf.ByteString |
getAppIdBytes()
optional string app_id = 4; |
String |
getDagId()
optional string dag_id = 6; |
com.google.protobuf.ByteString |
getDagIdBytes()
optional string dag_id = 6; |
HistoryLoggerProtos.KVPair |
getEventData(int index)
repeated .KVPair event_data = 10; |
int |
getEventDataCount()
repeated .KVPair event_data = 10; |
List<HistoryLoggerProtos.KVPair> |
getEventDataList()
repeated .KVPair event_data = 10; |
HistoryLoggerProtos.KVPairOrBuilder |
getEventDataOrBuilder(int index)
repeated .KVPair event_data = 10; |
List<? extends HistoryLoggerProtos.KVPairOrBuilder> |
getEventDataOrBuilderList()
repeated .KVPair event_data = 10; |
long |
getEventTime()
optional int64 event_time = 2; |
String |
getEventType()
optional string event_type = 1; |
com.google.protobuf.ByteString |
getEventTypeBytes()
optional string event_type = 1; |
String |
getTaskAttemptId()
optional string task_attempt_id = 9; |
com.google.protobuf.ByteString |
getTaskAttemptIdBytes()
optional string task_attempt_id = 9; |
String |
getTaskId()
optional string task_id = 8; |
com.google.protobuf.ByteString |
getTaskIdBytes()
optional string task_id = 8; |
String |
getUser()
optional string user = 3; |
com.google.protobuf.ByteString |
getUserBytes()
optional string user = 3; |
String |
getVertexId()
optional string vertex_id = 7; |
com.google.protobuf.ByteString |
getVertexIdBytes()
optional string vertex_id = 7; |
boolean |
hasAppAttemptId()
optional string app_attempt_id = 5; |
boolean |
hasAppId()
optional string app_id = 4; |
boolean |
hasDagId()
optional string dag_id = 6; |
boolean |
hasEventTime()
optional int64 event_time = 2; |
boolean |
hasEventType()
optional string event_type = 1; |
boolean |
hasTaskAttemptId()
optional string task_attempt_id = 9; |
boolean |
hasTaskId()
optional string task_id = 8; |
boolean |
hasUser()
optional string user = 3; |
boolean |
hasVertexId()
optional string vertex_id = 7; |
boolean hasEventType()
optional string event_type = 1;String getEventType()
optional string event_type = 1;com.google.protobuf.ByteString getEventTypeBytes()
optional string event_type = 1;boolean hasEventTime()
optional int64 event_time = 2;long getEventTime()
optional int64 event_time = 2;boolean hasUser()
optional string user = 3;String getUser()
optional string user = 3;com.google.protobuf.ByteString getUserBytes()
optional string user = 3;boolean hasAppId()
optional string app_id = 4;String getAppId()
optional string app_id = 4;com.google.protobuf.ByteString getAppIdBytes()
optional string app_id = 4;boolean hasAppAttemptId()
optional string app_attempt_id = 5;String getAppAttemptId()
optional string app_attempt_id = 5;com.google.protobuf.ByteString getAppAttemptIdBytes()
optional string app_attempt_id = 5;boolean hasDagId()
optional string dag_id = 6;String getDagId()
optional string dag_id = 6;com.google.protobuf.ByteString getDagIdBytes()
optional string dag_id = 6;boolean hasVertexId()
optional string vertex_id = 7;String getVertexId()
optional string vertex_id = 7;com.google.protobuf.ByteString getVertexIdBytes()
optional string vertex_id = 7;boolean hasTaskId()
optional string task_id = 8;String getTaskId()
optional string task_id = 8;com.google.protobuf.ByteString getTaskIdBytes()
optional string task_id = 8;boolean hasTaskAttemptId()
optional string task_attempt_id = 9;String getTaskAttemptId()
optional string task_attempt_id = 9;com.google.protobuf.ByteString getTaskAttemptIdBytes()
optional string task_attempt_id = 9;List<HistoryLoggerProtos.KVPair> getEventDataList()
repeated .KVPair event_data = 10;HistoryLoggerProtos.KVPair getEventData(int index)
repeated .KVPair event_data = 10;int getEventDataCount()
repeated .KVPair event_data = 10;List<? extends HistoryLoggerProtos.KVPairOrBuilder> getEventDataOrBuilderList()
repeated .KVPair event_data = 10;HistoryLoggerProtos.KVPairOrBuilder getEventDataOrBuilder(int index)
repeated .KVPair event_data = 10;Copyright © 2020 Apache Software Foundation. All rights reserved.