org.apache.hadoop.yarn.proto
Interface YarnServerCommonServiceProtos.RegisterNodeManagerRequestProtoOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto, YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto.Builder
- Enclosing class:
- YarnServerCommonServiceProtos
public static interface YarnServerCommonServiceProtos.RegisterNodeManagerRequestProtoOrBuilder
- 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;
hasHttpPort
boolean hasHttpPort()
optional int32 http_port = 3;
getHttpPort
int getHttpPort()
optional int32 http_port = 3;
hasResource
boolean hasResource()
optional .hadoop.yarn.ResourceProto resource = 4;
getResource
org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto getResource()
optional .hadoop.yarn.ResourceProto resource = 4;
getResourceOrBuilder
org.apache.hadoop.yarn.proto.YarnProtos.ResourceProtoOrBuilder getResourceOrBuilder()
optional .hadoop.yarn.ResourceProto resource = 4;
hasNmVersion
boolean hasNmVersion()
optional string nm_version = 5;
getNmVersion
String getNmVersion()
optional string nm_version = 5;
getNmVersionBytes
com.google.protobuf.ByteString getNmVersionBytes()
optional string nm_version = 5;
getContainerStatusesList
List<YarnServerCommonServiceProtos.NMContainerStatusProto> getContainerStatusesList()
repeated .hadoop.yarn.NMContainerStatusProto container_statuses = 6;
getContainerStatuses
YarnServerCommonServiceProtos.NMContainerStatusProto getContainerStatuses(int index)
repeated .hadoop.yarn.NMContainerStatusProto container_statuses = 6;
getContainerStatusesCount
int getContainerStatusesCount()
repeated .hadoop.yarn.NMContainerStatusProto container_statuses = 6;
getContainerStatusesOrBuilderList
List<? extends YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder> getContainerStatusesOrBuilderList()
repeated .hadoop.yarn.NMContainerStatusProto container_statuses = 6;
getContainerStatusesOrBuilder
YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder getContainerStatusesOrBuilder(int index)
repeated .hadoop.yarn.NMContainerStatusProto container_statuses = 6;
getRunningApplicationsList
List<org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto> getRunningApplicationsList()
repeated .hadoop.yarn.ApplicationIdProto runningApplications = 7;
getRunningApplications
org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getRunningApplications(int index)
repeated .hadoop.yarn.ApplicationIdProto runningApplications = 7;
getRunningApplicationsCount
int getRunningApplicationsCount()
repeated .hadoop.yarn.ApplicationIdProto runningApplications = 7;
getRunningApplicationsOrBuilderList
List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder> getRunningApplicationsOrBuilderList()
repeated .hadoop.yarn.ApplicationIdProto runningApplications = 7;
getRunningApplicationsOrBuilder
org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getRunningApplicationsOrBuilder(int index)
repeated .hadoop.yarn.ApplicationIdProto runningApplications = 7;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.