Uses of Interface
org.apache.hadoop.yarn.proto.YarnServiceProtos.StartContainerRequestProtoOrBuilder

Packages that use YarnServiceProtos.StartContainerRequestProtoOrBuilder
org.apache.hadoop.yarn.proto   
 

Uses of YarnServiceProtos.StartContainerRequestProtoOrBuilder in org.apache.hadoop.yarn.proto
 

Classes in org.apache.hadoop.yarn.proto that implement YarnServiceProtos.StartContainerRequestProtoOrBuilder
static class YarnServiceProtos.StartContainerRequestProto
          Protobuf type hadoop.yarn.StartContainerRequestProto
static class YarnServiceProtos.StartContainerRequestProto.Builder
          Protobuf type hadoop.yarn.StartContainerRequestProto
 

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.StartContainerRequestProtoOrBuilder
 YarnServiceProtos.StartContainerRequestProtoOrBuilder YarnServiceProtos.StartContainersRequestProtoOrBuilder.getStartContainerRequestOrBuilder(int index)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 YarnServiceProtos.StartContainerRequestProtoOrBuilder YarnServiceProtos.StartContainersRequestProto.getStartContainerRequestOrBuilder(int index)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 YarnServiceProtos.StartContainerRequestProtoOrBuilder YarnServiceProtos.StartContainersRequestProto.Builder.getStartContainerRequestOrBuilder(int index)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnServiceProtos.StartContainerRequestProtoOrBuilder
 List<? extends YarnServiceProtos.StartContainerRequestProtoOrBuilder> YarnServiceProtos.StartContainersRequestProtoOrBuilder.getStartContainerRequestOrBuilderList()
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 List<? extends YarnServiceProtos.StartContainerRequestProtoOrBuilder> YarnServiceProtos.StartContainersRequestProto.getStartContainerRequestOrBuilderList()
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 List<? extends YarnServiceProtos.StartContainerRequestProtoOrBuilder> YarnServiceProtos.StartContainersRequestProto.Builder.getStartContainerRequestOrBuilderList()
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.