public static interface RecoveryProtos.ContainerLaunchedProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationAttemptId()
optional string application_attempt_id = 1; |
com.google.protobuf.ByteString |
getApplicationAttemptIdBytes()
optional string application_attempt_id = 1; |
String |
getContainerId()
optional string container_id = 2; |
com.google.protobuf.ByteString |
getContainerIdBytes()
optional string container_id = 2; |
long |
getLaunchTime()
optional int64 launch_time = 3; |
boolean |
hasApplicationAttemptId()
optional string application_attempt_id = 1; |
boolean |
hasContainerId()
optional string container_id = 2; |
boolean |
hasLaunchTime()
optional int64 launch_time = 3; |
boolean hasApplicationAttemptId()
optional string application_attempt_id = 1;String getApplicationAttemptId()
optional string application_attempt_id = 1;com.google.protobuf.ByteString getApplicationAttemptIdBytes()
optional string application_attempt_id = 1;boolean hasContainerId()
optional string container_id = 2;String getContainerId()
optional string container_id = 2;com.google.protobuf.ByteString getContainerIdBytes()
optional string container_id = 2;boolean hasLaunchTime()
optional int64 launch_time = 3;long getLaunchTime()
optional int64 launch_time = 3;Copyright © 2015 Apache Software Foundation. All rights reserved.