org.apache.hadoop.yarn.proto
Interface YarnServerCommonProtos.NodeStatusProtoOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- YarnServerCommonProtos.NodeStatusProto, YarnServerCommonProtos.NodeStatusProto.Builder
- Enclosing class:
- YarnServerCommonProtos
public static interface YarnServerCommonProtos.NodeStatusProtoOrBuilder
- 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 |
hasNodeId
boolean hasNodeId()
optional .hadoop.yarn.NodeIdProto node_id = 1;
getNodeId
org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProto getNodeId()
optional .hadoop.yarn.NodeIdProto node_id = 1;
getNodeIdOrBuilder
org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProtoOrBuilder getNodeIdOrBuilder()
optional .hadoop.yarn.NodeIdProto node_id = 1;
hasResponseId
boolean hasResponseId()
optional int32 response_id = 2;
getResponseId
int getResponseId()
optional int32 response_id = 2;
getContainersStatusesList
List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto> getContainersStatusesList()
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
getContainersStatuses
org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto getContainersStatuses(int index)
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
getContainersStatusesCount
int getContainersStatusesCount()
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
getContainersStatusesOrBuilderList
List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProtoOrBuilder> getContainersStatusesOrBuilderList()
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
getContainersStatusesOrBuilder
org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProtoOrBuilder getContainersStatusesOrBuilder(int index)
repeated .hadoop.yarn.ContainerStatusProto containersStatuses = 3;
hasNodeHealthStatus
boolean hasNodeHealthStatus()
optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
getNodeHealthStatus
YarnServerCommonProtos.NodeHealthStatusProto getNodeHealthStatus()
optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
getNodeHealthStatusOrBuilder
YarnServerCommonProtos.NodeHealthStatusProtoOrBuilder getNodeHealthStatusOrBuilder()
optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
getKeepAliveApplicationsList
List<org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto> getKeepAliveApplicationsList()
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
getKeepAliveApplications
org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getKeepAliveApplications(int index)
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
getKeepAliveApplicationsCount
int getKeepAliveApplicationsCount()
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
getKeepAliveApplicationsOrBuilderList
List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder> getKeepAliveApplicationsOrBuilderList()
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
getKeepAliveApplicationsOrBuilder
org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getKeepAliveApplicationsOrBuilder(int index)
repeated .hadoop.yarn.ApplicationIdProto keep_alive_applications = 5;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.