org.apache.hadoop.yarn.proto
Interface YarnProtos.PreemptionContractProtoOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- YarnProtos.PreemptionContractProto, YarnProtos.PreemptionContractProto.Builder
- Enclosing class:
- YarnProtos
public static interface YarnProtos.PreemptionContractProtoOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| 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 |
getResourceList
List<YarnProtos.PreemptionResourceRequestProto> getResourceList()
repeated .hadoop.yarn.PreemptionResourceRequestProto resource = 1;
getResource
YarnProtos.PreemptionResourceRequestProto getResource(int index)
repeated .hadoop.yarn.PreemptionResourceRequestProto resource = 1;
getResourceCount
int getResourceCount()
repeated .hadoop.yarn.PreemptionResourceRequestProto resource = 1;
getResourceOrBuilderList
List<? extends YarnProtos.PreemptionResourceRequestProtoOrBuilder> getResourceOrBuilderList()
repeated .hadoop.yarn.PreemptionResourceRequestProto resource = 1;
getResourceOrBuilder
YarnProtos.PreemptionResourceRequestProtoOrBuilder getResourceOrBuilder(int index)
repeated .hadoop.yarn.PreemptionResourceRequestProto resource = 1;
getContainerList
List<YarnProtos.PreemptionContainerProto> getContainerList()
repeated .hadoop.yarn.PreemptionContainerProto container = 2;
getContainer
YarnProtos.PreemptionContainerProto getContainer(int index)
repeated .hadoop.yarn.PreemptionContainerProto container = 2;
getContainerCount
int getContainerCount()
repeated .hadoop.yarn.PreemptionContainerProto container = 2;
getContainerOrBuilderList
List<? extends YarnProtos.PreemptionContainerProtoOrBuilder> getContainerOrBuilderList()
repeated .hadoop.yarn.PreemptionContainerProto container = 2;
getContainerOrBuilder
YarnProtos.PreemptionContainerProtoOrBuilder getContainerOrBuilder(int index)
repeated .hadoop.yarn.PreemptionContainerProto container = 2;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.