org.apache.hadoop.yarn.proto
Interface ApplicationHistoryServerProtos.ApplicationAttemptHistoryDataProtoOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- ApplicationHistoryServerProtos.ApplicationAttemptHistoryDataProto, ApplicationHistoryServerProtos.ApplicationAttemptHistoryDataProto.Builder
- Enclosing class:
- ApplicationHistoryServerProtos
public static interface ApplicationHistoryServerProtos.ApplicationAttemptHistoryDataProtoOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
hasApplicationAttemptId
boolean hasApplicationAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto application_attempt_id = 1;
getApplicationAttemptId
YarnProtos.ApplicationAttemptIdProto getApplicationAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto application_attempt_id = 1;
getApplicationAttemptIdOrBuilder
YarnProtos.ApplicationAttemptIdProtoOrBuilder getApplicationAttemptIdOrBuilder()
optional .hadoop.yarn.ApplicationAttemptIdProto application_attempt_id = 1;
hasHost
boolean hasHost()
optional string host = 2;
getHost
String getHost()
optional string host = 2;
getHostBytes
com.google.protobuf.ByteString getHostBytes()
optional string host = 2;
hasRpcPort
boolean hasRpcPort()
optional int32 rpc_port = 3;
getRpcPort
int getRpcPort()
optional int32 rpc_port = 3;
hasTrackingUrl
boolean hasTrackingUrl()
optional string tracking_url = 4;
getTrackingUrl
String getTrackingUrl()
optional string tracking_url = 4;
getTrackingUrlBytes
com.google.protobuf.ByteString getTrackingUrlBytes()
optional string tracking_url = 4;
hasDiagnosticsInfo
boolean hasDiagnosticsInfo()
optional string diagnostics_info = 5;
getDiagnosticsInfo
String getDiagnosticsInfo()
optional string diagnostics_info = 5;
getDiagnosticsInfoBytes
com.google.protobuf.ByteString getDiagnosticsInfoBytes()
optional string diagnostics_info = 5;
hasFinalApplicationStatus
boolean hasFinalApplicationStatus()
optional .hadoop.yarn.FinalApplicationStatusProto final_application_status = 6;
getFinalApplicationStatus
YarnProtos.FinalApplicationStatusProto getFinalApplicationStatus()
optional .hadoop.yarn.FinalApplicationStatusProto final_application_status = 6;
hasMasterContainerId
boolean hasMasterContainerId()
optional .hadoop.yarn.ContainerIdProto master_container_id = 7;
getMasterContainerId
YarnProtos.ContainerIdProto getMasterContainerId()
optional .hadoop.yarn.ContainerIdProto master_container_id = 7;
getMasterContainerIdOrBuilder
YarnProtos.ContainerIdProtoOrBuilder getMasterContainerIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto master_container_id = 7;
hasYarnApplicationAttemptState
boolean hasYarnApplicationAttemptState()
optional .hadoop.yarn.YarnApplicationAttemptStateProto yarn_application_attempt_state = 8;
getYarnApplicationAttemptState
YarnProtos.YarnApplicationAttemptStateProto getYarnApplicationAttemptState()
optional .hadoop.yarn.YarnApplicationAttemptStateProto yarn_application_attempt_state = 8;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.