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

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

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


Method Summary
 YarnServiceProtos.StartContainerRequestProto getStartContainerRequest(int index)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 int getStartContainerRequestCount()
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 List<YarnServiceProtos.StartContainerRequestProto> getStartContainerRequestList()
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 YarnServiceProtos.StartContainerRequestProtoOrBuilder getStartContainerRequestOrBuilder(int index)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 List<? extends YarnServiceProtos.StartContainerRequestProtoOrBuilder> getStartContainerRequestOrBuilderList()
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 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

getStartContainerRequestList

List<YarnServiceProtos.StartContainerRequestProto> getStartContainerRequestList()
repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;


getStartContainerRequest

YarnServiceProtos.StartContainerRequestProto getStartContainerRequest(int index)
repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;


getStartContainerRequestCount

int getStartContainerRequestCount()
repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;


getStartContainerRequestOrBuilderList

List<? extends YarnServiceProtos.StartContainerRequestProtoOrBuilder> getStartContainerRequestOrBuilderList()
repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;


getStartContainerRequestOrBuilder

YarnServiceProtos.StartContainerRequestProtoOrBuilder getStartContainerRequestOrBuilder(int index)
repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.