public static interface RecoveryProtos.TaskAttemptStartedProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerId()
optional string container_id = 3; |
com.google.protobuf.ByteString |
getContainerIdBytes()
optional string container_id = 3; |
String |
getNodeId()
optional string node_id = 4; |
com.google.protobuf.ByteString |
getNodeIdBytes()
optional string node_id = 4; |
long |
getStartTime()
optional int64 start_time = 2; |
String |
getTaskAttemptId()
optional string task_attempt_id = 1; |
com.google.protobuf.ByteString |
getTaskAttemptIdBytes()
optional string task_attempt_id = 1; |
boolean |
hasContainerId()
optional string container_id = 3; |
boolean |
hasNodeId()
optional string node_id = 4; |
boolean |
hasStartTime()
optional int64 start_time = 2; |
boolean |
hasTaskAttemptId()
optional string task_attempt_id = 1; |
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 hasStartTime()
optional int64 start_time = 2;long getStartTime()
optional int64 start_time = 2;boolean hasContainerId()
optional string container_id = 3;String getContainerId()
optional string container_id = 3;com.google.protobuf.ByteString getContainerIdBytes()
optional string container_id = 3;boolean hasNodeId()
optional string node_id = 4;String getNodeId()
optional string node_id = 4;com.google.protobuf.ByteString getNodeIdBytes()
optional string node_id = 4;Copyright © 2019 Apache Software Foundation. All rights reserved.