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

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

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

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

Methods in org.apache.hadoop.yarn.proto that return YarnServerCommonProtos.NodeHealthStatusProto
 YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeHealthStatusProto.Builder.build()
           
 YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeHealthStatusProto.Builder.buildPartial()
           
static YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeHealthStatusProto.getDefaultInstance()
           
 YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeHealthStatusProto.getDefaultInstanceForType()
           
 YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeHealthStatusProto.Builder.getDefaultInstanceForType()
           
 YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeStatusProtoOrBuilder.getNodeHealthStatus()
          optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
 YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeStatusProto.getNodeHealthStatus()
          optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
 YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeStatusProto.Builder.getNodeHealthStatus()
          optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
static YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeHealthStatusProto.parseDelimitedFrom(InputStream input)
           
static YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeHealthStatusProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeHealthStatusProto.parseFrom(byte[] data)
           
static YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeHealthStatusProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeHealthStatusProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeHealthStatusProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeHealthStatusProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeHealthStatusProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeHealthStatusProto.parseFrom(InputStream input)
           
static YarnServerCommonProtos.NodeHealthStatusProto YarnServerCommonProtos.NodeHealthStatusProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

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

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServerCommonProtos.NodeHealthStatusProto
 YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.Builder.mergeFrom(YarnServerCommonProtos.NodeHealthStatusProto other)
           
 YarnServerCommonProtos.NodeStatusProto.Builder YarnServerCommonProtos.NodeStatusProto.Builder.mergeNodeHealthStatus(YarnServerCommonProtos.NodeHealthStatusProto value)
          optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
static YarnServerCommonProtos.NodeHealthStatusProto.Builder YarnServerCommonProtos.NodeHealthStatusProto.newBuilder(YarnServerCommonProtos.NodeHealthStatusProto prototype)
           
 YarnServerCommonProtos.NodeStatusProto.Builder YarnServerCommonProtos.NodeStatusProto.Builder.setNodeHealthStatus(YarnServerCommonProtos.NodeHealthStatusProto value)
          optional .hadoop.yarn.NodeHealthStatusProto nodeHealthStatus = 4;
 

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

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

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.