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

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

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


Method Summary
 YarnProtos.ContainerIdProto getContainerId(int index)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 int getContainerIdCount()
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 List<YarnProtos.ContainerIdProto> getContainerIdList()
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 List<? extends YarnProtos.ContainerIdProtoOrBuilder> getContainerIdOrBuilderList()
          repeated .hadoop.yarn.ContainerIdProto container_id = 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

getContainerIdList

List<YarnProtos.ContainerIdProto> getContainerIdList()
repeated .hadoop.yarn.ContainerIdProto container_id = 1;


getContainerId

YarnProtos.ContainerIdProto getContainerId(int index)
repeated .hadoop.yarn.ContainerIdProto container_id = 1;


getContainerIdCount

int getContainerIdCount()
repeated .hadoop.yarn.ContainerIdProto container_id = 1;


getContainerIdOrBuilderList

List<? extends YarnProtos.ContainerIdProtoOrBuilder> getContainerIdOrBuilderList()
repeated .hadoop.yarn.ContainerIdProto container_id = 1;


getContainerIdOrBuilder

YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder(int index)
repeated .hadoop.yarn.ContainerIdProto container_id = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.