Uses of Interface
org.apache.hadoop.yarn.proto.YarnProtos.ContainerProtoOrBuilder

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

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

Classes in org.apache.hadoop.yarn.proto that implement YarnProtos.ContainerProtoOrBuilder
static class YarnProtos.ContainerProto
          Protobuf type hadoop.yarn.ContainerProto
static class YarnProtos.ContainerProto.Builder
          Protobuf type hadoop.yarn.ContainerProto
 

Methods in org.apache.hadoop.yarn.proto that return YarnProtos.ContainerProtoOrBuilder
 YarnProtos.ContainerProtoOrBuilder YarnServiceProtos.AllocateResponseProtoOrBuilder.getAllocatedContainersOrBuilder(int index)
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 YarnProtos.ContainerProtoOrBuilder YarnServiceProtos.AllocateResponseProto.getAllocatedContainersOrBuilder(int index)
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 YarnProtos.ContainerProtoOrBuilder YarnServiceProtos.AllocateResponseProto.Builder.getAllocatedContainersOrBuilder(int index)
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 YarnProtos.ContainerProtoOrBuilder YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder.getMasterContainerOrBuilder()
          optional .hadoop.yarn.ContainerProto master_container = 2;
 YarnProtos.ContainerProtoOrBuilder YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.getMasterContainerOrBuilder()
          optional .hadoop.yarn.ContainerProto master_container = 2;
 YarnProtos.ContainerProtoOrBuilder YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder.getMasterContainerOrBuilder()
          optional .hadoop.yarn.ContainerProto master_container = 2;
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnProtos.ContainerProtoOrBuilder
 List<? extends YarnProtos.ContainerProtoOrBuilder> YarnServiceProtos.AllocateResponseProtoOrBuilder.getAllocatedContainersOrBuilderList()
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 List<? extends YarnProtos.ContainerProtoOrBuilder> YarnServiceProtos.AllocateResponseProto.getAllocatedContainersOrBuilderList()
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 List<? extends YarnProtos.ContainerProtoOrBuilder> YarnServiceProtos.AllocateResponseProto.Builder.getAllocatedContainersOrBuilderList()
          repeated .hadoop.yarn.ContainerProto allocated_containers = 3;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.