Uses of Class
org.apache.hadoop.yarn.proto.YarnProtos.ContainerProto

Packages that use YarnProtos.ContainerProto
org.apache.hadoop.yarn.proto   
 

Uses of YarnProtos.ContainerProto in org.apache.hadoop.yarn.proto
 

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

Methods in org.apache.hadoop.yarn.proto that return YarnProtos.ContainerProto
 YarnProtos.ContainerProto YarnProtos.ContainerProto.Builder.build()
           
 YarnProtos.ContainerProto YarnProtos.ContainerProto.Builder.buildPartial()
           
 YarnProtos.ContainerProto YarnServiceProtos.AllocateResponseProtoOrBuilder.getAllocatedContainers(int index)
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 YarnProtos.ContainerProto YarnServiceProtos.AllocateResponseProto.getAllocatedContainers(int index)
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 YarnProtos.ContainerProto YarnServiceProtos.AllocateResponseProto.Builder.getAllocatedContainers(int index)
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
static YarnProtos.ContainerProto YarnProtos.ContainerProto.getDefaultInstance()
           
 YarnProtos.ContainerProto YarnProtos.ContainerProto.getDefaultInstanceForType()
           
 YarnProtos.ContainerProto YarnProtos.ContainerProto.Builder.getDefaultInstanceForType()
           
 YarnProtos.ContainerProto YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder.getMasterContainer()
          optional .hadoop.yarn.ContainerProto master_container = 2;
 YarnProtos.ContainerProto YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.getMasterContainer()
          optional .hadoop.yarn.ContainerProto master_container = 2;
 YarnProtos.ContainerProto YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder.getMasterContainer()
          optional .hadoop.yarn.ContainerProto master_container = 2;
static YarnProtos.ContainerProto YarnProtos.ContainerProto.parseDelimitedFrom(InputStream input)
           
static YarnProtos.ContainerProto YarnProtos.ContainerProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ContainerProto YarnProtos.ContainerProto.parseFrom(byte[] data)
           
static YarnProtos.ContainerProto YarnProtos.ContainerProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ContainerProto YarnProtos.ContainerProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnProtos.ContainerProto YarnProtos.ContainerProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ContainerProto YarnProtos.ContainerProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnProtos.ContainerProto YarnProtos.ContainerProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ContainerProto YarnProtos.ContainerProto.parseFrom(InputStream input)
           
static YarnProtos.ContainerProto YarnProtos.ContainerProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnProtos.ContainerProto
 List<YarnProtos.ContainerProto> YarnServiceProtos.AllocateResponseProtoOrBuilder.getAllocatedContainersList()
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 List<YarnProtos.ContainerProto> YarnServiceProtos.AllocateResponseProto.getAllocatedContainersList()
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 List<YarnProtos.ContainerProto> YarnServiceProtos.AllocateResponseProto.Builder.getAllocatedContainersList()
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 com.google.protobuf.Parser<YarnProtos.ContainerProto> YarnProtos.ContainerProto.getParserForType()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnProtos.ContainerProto
 YarnServiceProtos.AllocateResponseProto.Builder YarnServiceProtos.AllocateResponseProto.Builder.addAllocatedContainers(int index, YarnProtos.ContainerProto value)
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 YarnServiceProtos.AllocateResponseProto.Builder YarnServiceProtos.AllocateResponseProto.Builder.addAllocatedContainers(YarnProtos.ContainerProto value)
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 YarnProtos.ContainerProto.Builder YarnProtos.ContainerProto.Builder.mergeFrom(YarnProtos.ContainerProto other)
           
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder.mergeMasterContainer(YarnProtos.ContainerProto value)
          optional .hadoop.yarn.ContainerProto master_container = 2;
static YarnProtos.ContainerProto.Builder YarnProtos.ContainerProto.newBuilder(YarnProtos.ContainerProto prototype)
           
 YarnServiceProtos.AllocateResponseProto.Builder YarnServiceProtos.AllocateResponseProto.Builder.setAllocatedContainers(int index, YarnProtos.ContainerProto value)
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder.setMasterContainer(YarnProtos.ContainerProto value)
          optional .hadoop.yarn.ContainerProto master_container = 2;
 

Method parameters in org.apache.hadoop.yarn.proto with type arguments of type YarnProtos.ContainerProto
 YarnServiceProtos.AllocateResponseProto.Builder YarnServiceProtos.AllocateResponseProto.Builder.addAllAllocatedContainers(Iterable<? extends YarnProtos.ContainerProto> values)
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.