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

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

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

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

Methods in org.apache.hadoop.yarn.proto that return YarnProtos.PreemptionContractProto
 YarnProtos.PreemptionContractProto YarnProtos.PreemptionContractProto.Builder.build()
           
 YarnProtos.PreemptionContractProto YarnProtos.PreemptionContractProto.Builder.buildPartial()
           
 YarnProtos.PreemptionContractProto YarnProtos.PreemptionMessageProtoOrBuilder.getContract()
          optional .hadoop.yarn.PreemptionContractProto contract = 2;
 YarnProtos.PreemptionContractProto YarnProtos.PreemptionMessageProto.getContract()
          optional .hadoop.yarn.PreemptionContractProto contract = 2;
 YarnProtos.PreemptionContractProto YarnProtos.PreemptionMessageProto.Builder.getContract()
          optional .hadoop.yarn.PreemptionContractProto contract = 2;
static YarnProtos.PreemptionContractProto YarnProtos.PreemptionContractProto.getDefaultInstance()
           
 YarnProtos.PreemptionContractProto YarnProtos.PreemptionContractProto.getDefaultInstanceForType()
           
 YarnProtos.PreemptionContractProto YarnProtos.PreemptionContractProto.Builder.getDefaultInstanceForType()
           
static YarnProtos.PreemptionContractProto YarnProtos.PreemptionContractProto.parseDelimitedFrom(InputStream input)
           
static YarnProtos.PreemptionContractProto YarnProtos.PreemptionContractProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.PreemptionContractProto YarnProtos.PreemptionContractProto.parseFrom(byte[] data)
           
static YarnProtos.PreemptionContractProto YarnProtos.PreemptionContractProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.PreemptionContractProto YarnProtos.PreemptionContractProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnProtos.PreemptionContractProto YarnProtos.PreemptionContractProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.PreemptionContractProto YarnProtos.PreemptionContractProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnProtos.PreemptionContractProto YarnProtos.PreemptionContractProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.PreemptionContractProto YarnProtos.PreemptionContractProto.parseFrom(InputStream input)
           
static YarnProtos.PreemptionContractProto YarnProtos.PreemptionContractProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnProtos.PreemptionContractProto
 com.google.protobuf.Parser<YarnProtos.PreemptionContractProto> YarnProtos.PreemptionContractProto.getParserForType()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnProtos.PreemptionContractProto
 YarnProtos.PreemptionMessageProto.Builder YarnProtos.PreemptionMessageProto.Builder.mergeContract(YarnProtos.PreemptionContractProto value)
          optional .hadoop.yarn.PreemptionContractProto contract = 2;
 YarnProtos.PreemptionContractProto.Builder YarnProtos.PreemptionContractProto.Builder.mergeFrom(YarnProtos.PreemptionContractProto other)
           
static YarnProtos.PreemptionContractProto.Builder YarnProtos.PreemptionContractProto.newBuilder(YarnProtos.PreemptionContractProto prototype)
           
 YarnProtos.PreemptionMessageProto.Builder YarnProtos.PreemptionMessageProto.Builder.setContract(YarnProtos.PreemptionContractProto value)
          optional .hadoop.yarn.PreemptionContractProto contract = 2;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.