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

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

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


Method Summary
 YarnProtos.ContainerReportProto getContainers(int index)
          repeated .hadoop.yarn.ContainerReportProto containers = 1;
 int getContainersCount()
          repeated .hadoop.yarn.ContainerReportProto containers = 1;
 List<YarnProtos.ContainerReportProto> getContainersList()
          repeated .hadoop.yarn.ContainerReportProto containers = 1;
 YarnProtos.ContainerReportProtoOrBuilder getContainersOrBuilder(int index)
          repeated .hadoop.yarn.ContainerReportProto containers = 1;
 List<? extends YarnProtos.ContainerReportProtoOrBuilder> getContainersOrBuilderList()
          repeated .hadoop.yarn.ContainerReportProto containers = 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

getContainersList

List<YarnProtos.ContainerReportProto> getContainersList()
repeated .hadoop.yarn.ContainerReportProto containers = 1;


getContainers

YarnProtos.ContainerReportProto getContainers(int index)
repeated .hadoop.yarn.ContainerReportProto containers = 1;


getContainersCount

int getContainersCount()
repeated .hadoop.yarn.ContainerReportProto containers = 1;


getContainersOrBuilderList

List<? extends YarnProtos.ContainerReportProtoOrBuilder> getContainersOrBuilderList()
repeated .hadoop.yarn.ContainerReportProto containers = 1;


getContainersOrBuilder

YarnProtos.ContainerReportProtoOrBuilder getContainersOrBuilder(int index)
repeated .hadoop.yarn.ContainerReportProto containers = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.