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

Packages that use YarnServerCommonProtos.NodeActionProto
org.apache.hadoop.yarn.proto   
 

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

Methods in org.apache.hadoop.yarn.proto that return YarnServerCommonProtos.NodeActionProto
 YarnServerCommonProtos.NodeActionProto YarnServerCommonServiceProtos.RegisterNodeManagerResponseProtoOrBuilder.getNodeAction()
          optional .hadoop.yarn.NodeActionProto nodeAction = 3;
 YarnServerCommonProtos.NodeActionProto YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto.getNodeAction()
          optional .hadoop.yarn.NodeActionProto nodeAction = 3;
 YarnServerCommonProtos.NodeActionProto YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto.Builder.getNodeAction()
          optional .hadoop.yarn.NodeActionProto nodeAction = 3;
 YarnServerCommonProtos.NodeActionProto YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder.getNodeAction()
          optional .hadoop.yarn.NodeActionProto nodeAction = 4;
 YarnServerCommonProtos.NodeActionProto YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.getNodeAction()
          optional .hadoop.yarn.NodeActionProto nodeAction = 4;
 YarnServerCommonProtos.NodeActionProto YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder.getNodeAction()
          optional .hadoop.yarn.NodeActionProto nodeAction = 4;
static YarnServerCommonProtos.NodeActionProto YarnServerCommonProtos.NodeActionProto.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static YarnServerCommonProtos.NodeActionProto YarnServerCommonProtos.NodeActionProto.valueOf(int value)
           
static YarnServerCommonProtos.NodeActionProto YarnServerCommonProtos.NodeActionProto.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static YarnServerCommonProtos.NodeActionProto[] YarnServerCommonProtos.NodeActionProto.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnServerCommonProtos.NodeActionProto
static com.google.protobuf.Internal.EnumLiteMap<YarnServerCommonProtos.NodeActionProto> YarnServerCommonProtos.NodeActionProto.internalGetValueMap()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServerCommonProtos.NodeActionProto
 YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto.Builder YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto.Builder.setNodeAction(YarnServerCommonProtos.NodeActionProto value)
          optional .hadoop.yarn.NodeActionProto nodeAction = 3;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder.setNodeAction(YarnServerCommonProtos.NodeActionProto value)
          optional .hadoop.yarn.NodeActionProto nodeAction = 4;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.