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

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

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


Method Summary
 YarnProtos.PreemptionContainerProto getContainer(int index)
          repeated .hadoop.yarn.PreemptionContainerProto container = 1;
 int getContainerCount()
          repeated .hadoop.yarn.PreemptionContainerProto container = 1;
 List<YarnProtos.PreemptionContainerProto> getContainerList()
          repeated .hadoop.yarn.PreemptionContainerProto container = 1;
 YarnProtos.PreemptionContainerProtoOrBuilder getContainerOrBuilder(int index)
          repeated .hadoop.yarn.PreemptionContainerProto container = 1;
 List<? extends YarnProtos.PreemptionContainerProtoOrBuilder> getContainerOrBuilderList()
          repeated .hadoop.yarn.PreemptionContainerProto container = 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

getContainerList

List<YarnProtos.PreemptionContainerProto> getContainerList()
repeated .hadoop.yarn.PreemptionContainerProto container = 1;


getContainer

YarnProtos.PreemptionContainerProto getContainer(int index)
repeated .hadoop.yarn.PreemptionContainerProto container = 1;


getContainerCount

int getContainerCount()
repeated .hadoop.yarn.PreemptionContainerProto container = 1;


getContainerOrBuilderList

List<? extends YarnProtos.PreemptionContainerProtoOrBuilder> getContainerOrBuilderList()
repeated .hadoop.yarn.PreemptionContainerProto container = 1;


getContainerOrBuilder

YarnProtos.PreemptionContainerProtoOrBuilder getContainerOrBuilder(int index)
repeated .hadoop.yarn.PreemptionContainerProto container = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.