org.apache.hadoop.yarn.proto
Interface YarnProtos.PreemptionMessageProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
YarnProtos.PreemptionMessageProto, YarnProtos.PreemptionMessageProto.Builder
Enclosing class:
YarnProtos

public static interface YarnProtos.PreemptionMessageProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 YarnProtos.PreemptionContractProto getContract()
          optional .hadoop.yarn.PreemptionContractProto contract = 2;
 YarnProtos.PreemptionContractProtoOrBuilder getContractOrBuilder()
          optional .hadoop.yarn.PreemptionContractProto contract = 2;
 YarnProtos.StrictPreemptionContractProto getStrictContract()
          optional .hadoop.yarn.StrictPreemptionContractProto strictContract = 1;
 YarnProtos.StrictPreemptionContractProtoOrBuilder getStrictContractOrBuilder()
          optional .hadoop.yarn.StrictPreemptionContractProto strictContract = 1;
 boolean hasContract()
          optional .hadoop.yarn.PreemptionContractProto contract = 2;
 boolean hasStrictContract()
          optional .hadoop.yarn.StrictPreemptionContractProto strictContract = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasStrictContract

boolean hasStrictContract()
optional .hadoop.yarn.StrictPreemptionContractProto strictContract = 1;


getStrictContract

YarnProtos.StrictPreemptionContractProto getStrictContract()
optional .hadoop.yarn.StrictPreemptionContractProto strictContract = 1;


getStrictContractOrBuilder

YarnProtos.StrictPreemptionContractProtoOrBuilder getStrictContractOrBuilder()
optional .hadoop.yarn.StrictPreemptionContractProto strictContract = 1;


hasContract

boolean hasContract()
optional .hadoop.yarn.PreemptionContractProto contract = 2;


getContract

YarnProtos.PreemptionContractProto getContract()
optional .hadoop.yarn.PreemptionContractProto contract = 2;


getContractOrBuilder

YarnProtos.PreemptionContractProtoOrBuilder getContractOrBuilder()
optional .hadoop.yarn.PreemptionContractProto contract = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.