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

Packages that use YarnProtos.ContainerIdProto
org.apache.hadoop.yarn.api.records.impl.pb   
org.apache.hadoop.yarn.proto   
 

Uses of YarnProtos.ContainerIdProto in org.apache.hadoop.yarn.api.records.impl.pb
 

Methods in org.apache.hadoop.yarn.api.records.impl.pb that return YarnProtos.ContainerIdProto
 YarnProtos.ContainerIdProto ContainerIdPBImpl.getProto()
           
 

Constructors in org.apache.hadoop.yarn.api.records.impl.pb with parameters of type YarnProtos.ContainerIdProto
ContainerIdPBImpl(YarnProtos.ContainerIdProto proto)
           
 

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

Methods in org.apache.hadoop.yarn.proto that return YarnProtos.ContainerIdProto
 YarnProtos.ContainerIdProto YarnProtos.ContainerIdProto.Builder.build()
           
 YarnProtos.ContainerIdProto YarnProtos.ContainerIdProto.Builder.buildPartial()
           
 YarnProtos.ContainerIdProto YarnProtos.ContainerLaunchContextProtoOrBuilder.getContainerId()
           
 YarnProtos.ContainerIdProto YarnProtos.ContainerLaunchContextProto.getContainerId()
           
 YarnProtos.ContainerIdProto YarnProtos.ContainerLaunchContextProto.Builder.getContainerId()
           
 YarnProtos.ContainerIdProto YarnProtos.ContainerStatusProtoOrBuilder.getContainerId()
           
 YarnProtos.ContainerIdProto YarnProtos.ContainerStatusProto.getContainerId()
           
 YarnProtos.ContainerIdProto YarnProtos.ContainerStatusProto.Builder.getContainerId()
           
 YarnProtos.ContainerIdProto YarnServiceProtos.StopContainerRequestProtoOrBuilder.getContainerId()
           
 YarnProtos.ContainerIdProto YarnServiceProtos.StopContainerRequestProto.getContainerId()
           
 YarnProtos.ContainerIdProto YarnServiceProtos.StopContainerRequestProto.Builder.getContainerId()
           
 YarnProtos.ContainerIdProto YarnServiceProtos.GetContainerStatusRequestProtoOrBuilder.getContainerId()
           
 YarnProtos.ContainerIdProto YarnServiceProtos.GetContainerStatusRequestProto.getContainerId()
           
 YarnProtos.ContainerIdProto YarnServiceProtos.GetContainerStatusRequestProto.Builder.getContainerId()
           
static YarnProtos.ContainerIdProto YarnProtos.ContainerIdProto.getDefaultInstance()
           
 YarnProtos.ContainerIdProto YarnProtos.ContainerIdProto.getDefaultInstanceForType()
           
 YarnProtos.ContainerIdProto YarnProtos.ContainerIdProto.Builder.getDefaultInstanceForType()
           
 YarnProtos.ContainerIdProto YarnProtos.ContainerProtoOrBuilder.getId()
           
 YarnProtos.ContainerIdProto YarnProtos.ContainerProto.getId()
           
 YarnProtos.ContainerIdProto YarnProtos.ContainerProto.Builder.getId()
           
 YarnProtos.ContainerIdProto YarnServiceProtos.AllocateRequestProtoOrBuilder.getRelease(int index)
           
 YarnProtos.ContainerIdProto YarnServiceProtos.AllocateRequestProto.getRelease(int index)
           
 YarnProtos.ContainerIdProto YarnServiceProtos.AllocateRequestProto.Builder.getRelease(int index)
           
static YarnProtos.ContainerIdProto YarnProtos.ContainerIdProto.parseDelimitedFrom(InputStream input)
           
static YarnProtos.ContainerIdProto YarnProtos.ContainerIdProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ContainerIdProto YarnProtos.ContainerIdProto.parseFrom(byte[] data)
           
static YarnProtos.ContainerIdProto YarnProtos.ContainerIdProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ContainerIdProto YarnProtos.ContainerIdProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnProtos.ContainerIdProto YarnProtos.ContainerIdProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ContainerIdProto YarnProtos.ContainerIdProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnProtos.ContainerIdProto YarnProtos.ContainerIdProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ContainerIdProto YarnProtos.ContainerIdProto.parseFrom(InputStream input)
           
static YarnProtos.ContainerIdProto YarnProtos.ContainerIdProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnProtos.ContainerIdProto
 List<YarnProtos.ContainerIdProto> YarnServiceProtos.AllocateRequestProtoOrBuilder.getReleaseList()
           
 List<YarnProtos.ContainerIdProto> YarnServiceProtos.AllocateRequestProto.getReleaseList()
           
 List<YarnProtos.ContainerIdProto> YarnServiceProtos.AllocateRequestProto.Builder.getReleaseList()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnProtos.ContainerIdProto
 YarnServiceProtos.AllocateRequestProto.Builder YarnServiceProtos.AllocateRequestProto.Builder.addRelease(int index, YarnProtos.ContainerIdProto value)
           
 YarnServiceProtos.AllocateRequestProto.Builder YarnServiceProtos.AllocateRequestProto.Builder.addRelease(YarnProtos.ContainerIdProto value)
           
 YarnProtos.ContainerLaunchContextProto.Builder YarnProtos.ContainerLaunchContextProto.Builder.mergeContainerId(YarnProtos.ContainerIdProto value)
           
 YarnProtos.ContainerStatusProto.Builder YarnProtos.ContainerStatusProto.Builder.mergeContainerId(YarnProtos.ContainerIdProto value)
           
 YarnServiceProtos.StopContainerRequestProto.Builder YarnServiceProtos.StopContainerRequestProto.Builder.mergeContainerId(YarnProtos.ContainerIdProto value)
           
 YarnServiceProtos.GetContainerStatusRequestProto.Builder YarnServiceProtos.GetContainerStatusRequestProto.Builder.mergeContainerId(YarnProtos.ContainerIdProto value)
           
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.Builder.mergeFrom(YarnProtos.ContainerIdProto other)
           
 YarnProtos.ContainerProto.Builder YarnProtos.ContainerProto.Builder.mergeId(YarnProtos.ContainerIdProto value)
           
static YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.newBuilder(YarnProtos.ContainerIdProto prototype)
           
 YarnProtos.ContainerLaunchContextProto.Builder YarnProtos.ContainerLaunchContextProto.Builder.setContainerId(YarnProtos.ContainerIdProto value)
           
 YarnProtos.ContainerStatusProto.Builder YarnProtos.ContainerStatusProto.Builder.setContainerId(YarnProtos.ContainerIdProto value)
           
 YarnServiceProtos.StopContainerRequestProto.Builder YarnServiceProtos.StopContainerRequestProto.Builder.setContainerId(YarnProtos.ContainerIdProto value)
           
 YarnServiceProtos.GetContainerStatusRequestProto.Builder YarnServiceProtos.GetContainerStatusRequestProto.Builder.setContainerId(YarnProtos.ContainerIdProto value)
           
 YarnProtos.ContainerProto.Builder YarnProtos.ContainerProto.Builder.setId(YarnProtos.ContainerIdProto value)
           
 YarnServiceProtos.AllocateRequestProto.Builder YarnServiceProtos.AllocateRequestProto.Builder.setRelease(int index, YarnProtos.ContainerIdProto value)
           
 

Method parameters in org.apache.hadoop.yarn.proto with type arguments of type YarnProtos.ContainerIdProto
 YarnServiceProtos.AllocateRequestProto.Builder YarnServiceProtos.AllocateRequestProto.Builder.addAllRelease(Iterable<? extends YarnProtos.ContainerIdProto> values)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.