Uses of Class
org.apache.hadoop.yarn.proto.YarnServiceProtos.StartContainerRequestProto

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

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

Fields in org.apache.hadoop.yarn.proto with type parameters of type YarnServiceProtos.StartContainerRequestProto
static com.google.protobuf.Parser<YarnServiceProtos.StartContainerRequestProto> YarnServiceProtos.StartContainerRequestProto.PARSER
           
 

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.StartContainerRequestProto
 YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainerRequestProto.Builder.build()
           
 YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainerRequestProto.Builder.buildPartial()
           
static YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainerRequestProto.getDefaultInstance()
           
 YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainerRequestProto.getDefaultInstanceForType()
           
 YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainerRequestProto.Builder.getDefaultInstanceForType()
           
 YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainersRequestProtoOrBuilder.getStartContainerRequest(int index)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainersRequestProto.getStartContainerRequest(int index)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainersRequestProto.Builder.getStartContainerRequest(int index)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
static YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainerRequestProto.parseDelimitedFrom(InputStream input)
           
static YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainerRequestProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainerRequestProto.parseFrom(byte[] data)
           
static YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainerRequestProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainerRequestProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainerRequestProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainerRequestProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainerRequestProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainerRequestProto.parseFrom(InputStream input)
           
static YarnServiceProtos.StartContainerRequestProto YarnServiceProtos.StartContainerRequestProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnServiceProtos.StartContainerRequestProto
 com.google.protobuf.Parser<YarnServiceProtos.StartContainerRequestProto> YarnServiceProtos.StartContainerRequestProto.getParserForType()
           
 List<YarnServiceProtos.StartContainerRequestProto> YarnServiceProtos.StartContainersRequestProtoOrBuilder.getStartContainerRequestList()
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 List<YarnServiceProtos.StartContainerRequestProto> YarnServiceProtos.StartContainersRequestProto.getStartContainerRequestList()
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 List<YarnServiceProtos.StartContainerRequestProto> YarnServiceProtos.StartContainersRequestProto.Builder.getStartContainerRequestList()
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServiceProtos.StartContainerRequestProto
 YarnServiceProtos.StartContainersRequestProto.Builder YarnServiceProtos.StartContainersRequestProto.Builder.addStartContainerRequest(int index, YarnServiceProtos.StartContainerRequestProto value)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 YarnServiceProtos.StartContainersRequestProto.Builder YarnServiceProtos.StartContainersRequestProto.Builder.addStartContainerRequest(YarnServiceProtos.StartContainerRequestProto value)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.Builder.mergeFrom(YarnServiceProtos.StartContainerRequestProto other)
           
static YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.newBuilder(YarnServiceProtos.StartContainerRequestProto prototype)
           
 YarnServiceProtos.StartContainersRequestProto.Builder YarnServiceProtos.StartContainersRequestProto.Builder.setStartContainerRequest(int index, YarnServiceProtos.StartContainerRequestProto value)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 

Method parameters in org.apache.hadoop.yarn.proto with type arguments of type YarnServiceProtos.StartContainerRequestProto
 YarnServiceProtos.StartContainersRequestProto.Builder YarnServiceProtos.StartContainersRequestProto.Builder.addAllStartContainerRequest(Iterable<? extends YarnServiceProtos.StartContainerRequestProto> values)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.