public static interface RecoveryProtos.DataEventDependencyInfoProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getTaskAttemptId()
optional string task_attempt_id = 1; |
com.google.protobuf.ByteString |
getTaskAttemptIdBytes()
optional string task_attempt_id = 1; |
long |
getTimestamp()
optional int64 timestamp = 2; |
boolean |
hasTaskAttemptId()
optional string task_attempt_id = 1; |
boolean |
hasTimestamp()
optional int64 timestamp = 2; |
boolean hasTaskAttemptId()
optional string task_attempt_id = 1;String getTaskAttemptId()
optional string task_attempt_id = 1;com.google.protobuf.ByteString getTaskAttemptIdBytes()
optional string task_attempt_id = 1;boolean hasTimestamp()
optional int64 timestamp = 2;long getTimestamp()
optional int64 timestamp = 2;Copyright © 2020 Apache Software Foundation. All rights reserved.