Uses of Class
org.apache.hadoop.yarn.proto.YarnServerCommonProtos.NodeStatusProto

Packages that use YarnServerCommonProtos.NodeStatusProto
org.apache.hadoop.yarn.proto   
org.apache.hadoop.yarn.server.api.records.impl.pb   
 

Uses of YarnServerCommonProtos.NodeStatusProto in org.apache.hadoop.yarn.proto
 

Fields in org.apache.hadoop.yarn.proto with type parameters of type YarnServerCommonProtos.NodeStatusProto
static com.google.protobuf.Parser<YarnServerCommonProtos.NodeStatusProto> YarnServerCommonProtos.NodeStatusProto.PARSER
           
 

Methods in org.apache.hadoop.yarn.proto that return YarnServerCommonProtos.NodeStatusProto
 YarnServerCommonProtos.NodeStatusProto YarnServerCommonProtos.NodeStatusProto.Builder.build()
           
 YarnServerCommonProtos.NodeStatusProto YarnServerCommonProtos.NodeStatusProto.Builder.buildPartial()
           
static YarnServerCommonProtos.NodeStatusProto YarnServerCommonProtos.NodeStatusProto.getDefaultInstance()
           
 YarnServerCommonProtos.NodeStatusProto YarnServerCommonProtos.NodeStatusProto.getDefaultInstanceForType()
           
 YarnServerCommonProtos.NodeStatusProto YarnServerCommonProtos.NodeStatusProto.Builder.getDefaultInstanceForType()
           
 YarnServerCommonProtos.NodeStatusProto YarnServerCommonServiceProtos.NodeHeartbeatRequestProtoOrBuilder.getNodeStatus()
          optional .hadoop.yarn.NodeStatusProto node_status = 1;
 YarnServerCommonProtos.NodeStatusProto YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.getNodeStatus()
          optional .hadoop.yarn.NodeStatusProto node_status = 1;
 YarnServerCommonProtos.NodeStatusProto YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.Builder.getNodeStatus()
          optional .hadoop.yarn.NodeStatusProto node_status = 1;
static YarnServerCommonProtos.NodeStatusProto YarnServerCommonProtos.NodeStatusProto.parseDelimitedFrom(InputStream input)
           
static YarnServerCommonProtos.NodeStatusProto YarnServerCommonProtos.NodeStatusProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonProtos.NodeStatusProto YarnServerCommonProtos.NodeStatusProto.parseFrom(byte[] data)
           
static YarnServerCommonProtos.NodeStatusProto YarnServerCommonProtos.NodeStatusProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonProtos.NodeStatusProto YarnServerCommonProtos.NodeStatusProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnServerCommonProtos.NodeStatusProto YarnServerCommonProtos.NodeStatusProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonProtos.NodeStatusProto YarnServerCommonProtos.NodeStatusProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServerCommonProtos.NodeStatusProto YarnServerCommonProtos.NodeStatusProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonProtos.NodeStatusProto YarnServerCommonProtos.NodeStatusProto.parseFrom(InputStream input)
           
static YarnServerCommonProtos.NodeStatusProto YarnServerCommonProtos.NodeStatusProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnServerCommonProtos.NodeStatusProto
 com.google.protobuf.Parser<YarnServerCommonProtos.NodeStatusProto> YarnServerCommonProtos.NodeStatusProto.getParserForType()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServerCommonProtos.NodeStatusProto
 YarnServerCommonProtos.NodeStatusProto.Builder YarnServerCommonProtos.NodeStatusProto.Builder.mergeFrom(YarnServerCommonProtos.NodeStatusProto other)
           
 YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.Builder YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.Builder.mergeNodeStatus(YarnServerCommonProtos.NodeStatusProto value)
          optional .hadoop.yarn.NodeStatusProto node_status = 1;
static YarnServerCommonProtos.NodeStatusProto.Builder YarnServerCommonProtos.NodeStatusProto.newBuilder(YarnServerCommonProtos.NodeStatusProto prototype)
           
 YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.Builder YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.Builder.setNodeStatus(YarnServerCommonProtos.NodeStatusProto value)
          optional .hadoop.yarn.NodeStatusProto node_status = 1;
 

Uses of YarnServerCommonProtos.NodeStatusProto in org.apache.hadoop.yarn.server.api.records.impl.pb
 

Methods in org.apache.hadoop.yarn.server.api.records.impl.pb that return YarnServerCommonProtos.NodeStatusProto
 YarnServerCommonProtos.NodeStatusProto NodeStatusPBImpl.getProto()
           
 

Constructors in org.apache.hadoop.yarn.server.api.records.impl.pb with parameters of type YarnServerCommonProtos.NodeStatusProto
NodeStatusPBImpl(YarnServerCommonProtos.NodeStatusProto proto)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.