Uses of Class
org.apache.hadoop.yarn.proto.YarnProtos.StrictPreemptionContractProto.Builder

Packages that use YarnProtos.StrictPreemptionContractProto.Builder
org.apache.hadoop.yarn.proto   
 

Uses of YarnProtos.StrictPreemptionContractProto.Builder in org.apache.hadoop.yarn.proto
 

Methods in org.apache.hadoop.yarn.proto that return YarnProtos.StrictPreemptionContractProto.Builder
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.Builder.addAllContainer(Iterable<? extends YarnProtos.PreemptionContainerProto> values)
          repeated .hadoop.yarn.PreemptionContainerProto container = 1;
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.Builder.addContainer(int index, YarnProtos.PreemptionContainerProto.Builder builderForValue)
          repeated .hadoop.yarn.PreemptionContainerProto container = 1;
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.Builder.addContainer(int index, YarnProtos.PreemptionContainerProto value)
          repeated .hadoop.yarn.PreemptionContainerProto container = 1;
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.Builder.addContainer(YarnProtos.PreemptionContainerProto.Builder builderForValue)
          repeated .hadoop.yarn.PreemptionContainerProto container = 1;
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.Builder.addContainer(YarnProtos.PreemptionContainerProto value)
          repeated .hadoop.yarn.PreemptionContainerProto container = 1;
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.Builder.clear()
           
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.Builder.clearContainer()
          repeated .hadoop.yarn.PreemptionContainerProto container = 1;
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.Builder.clone()
           
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.PreemptionMessageProto.Builder.getStrictContractBuilder()
          optional .hadoop.yarn.StrictPreemptionContractProto strictContract = 1;
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.Builder.mergeFrom(YarnProtos.StrictPreemptionContractProto other)
           
static YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.newBuilder()
           
static YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.newBuilder(YarnProtos.StrictPreemptionContractProto prototype)
           
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.newBuilderForType()
           
protected  YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.Builder.removeContainer(int index)
          repeated .hadoop.yarn.PreemptionContainerProto container = 1;
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.Builder.setContainer(int index, YarnProtos.PreemptionContainerProto.Builder builderForValue)
          repeated .hadoop.yarn.PreemptionContainerProto container = 1;
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.Builder.setContainer(int index, YarnProtos.PreemptionContainerProto value)
          repeated .hadoop.yarn.PreemptionContainerProto container = 1;
 YarnProtos.StrictPreemptionContractProto.Builder YarnProtos.StrictPreemptionContractProto.toBuilder()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnProtos.StrictPreemptionContractProto.Builder
 YarnProtos.PreemptionMessageProto.Builder YarnProtos.PreemptionMessageProto.Builder.setStrictContract(YarnProtos.StrictPreemptionContractProto.Builder builderForValue)
          optional .hadoop.yarn.StrictPreemptionContractProto strictContract = 1;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.