org.apache.hadoop.yarn.proto
Interface YarnServiceProtos.GetClusterNodesRequestProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
YarnServiceProtos.GetClusterNodesRequestProto, YarnServiceProtos.GetClusterNodesRequestProto.Builder
Enclosing class:
YarnServiceProtos

public static interface YarnServiceProtos.GetClusterNodesRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 YarnProtos.NodeStateProto getNodeStates(int index)
          repeated .hadoop.yarn.NodeStateProto nodeStates = 1;
 int getNodeStatesCount()
          repeated .hadoop.yarn.NodeStateProto nodeStates = 1;
 List<YarnProtos.NodeStateProto> getNodeStatesList()
          repeated .hadoop.yarn.NodeStateProto nodeStates = 1;
 
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
 

Method Detail

getNodeStatesList

List<YarnProtos.NodeStateProto> getNodeStatesList()
repeated .hadoop.yarn.NodeStateProto nodeStates = 1;


getNodeStatesCount

int getNodeStatesCount()
repeated .hadoop.yarn.NodeStateProto nodeStates = 1;


getNodeStates

YarnProtos.NodeStateProto getNodeStates(int index)
repeated .hadoop.yarn.NodeStateProto nodeStates = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.