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

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

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

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

Methods in org.apache.hadoop.yarn.proto that return YarnProtos.ContainerResourceDecreaseProtoOrBuilder
 YarnProtos.ContainerResourceDecreaseProtoOrBuilder YarnServiceProtos.AllocateResponseProtoOrBuilder.getDecreasedContainersOrBuilder(int index)
          repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;
 YarnProtos.ContainerResourceDecreaseProtoOrBuilder YarnServiceProtos.AllocateResponseProto.getDecreasedContainersOrBuilder(int index)
          repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;
 YarnProtos.ContainerResourceDecreaseProtoOrBuilder YarnServiceProtos.AllocateResponseProto.Builder.getDecreasedContainersOrBuilder(int index)
          repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnProtos.ContainerResourceDecreaseProtoOrBuilder
 List<? extends YarnProtos.ContainerResourceDecreaseProtoOrBuilder> YarnServiceProtos.AllocateResponseProtoOrBuilder.getDecreasedContainersOrBuilderList()
          repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;
 List<? extends YarnProtos.ContainerResourceDecreaseProtoOrBuilder> YarnServiceProtos.AllocateResponseProto.getDecreasedContainersOrBuilderList()
          repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;
 List<? extends YarnProtos.ContainerResourceDecreaseProtoOrBuilder> YarnServiceProtos.AllocateResponseProto.Builder.getDecreasedContainersOrBuilderList()
          repeated .hadoop.yarn.ContainerResourceDecreaseProto decreased_containers = 11;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.