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

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

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


Method Summary
 YarnProtos.ContainerIdProto getId()
          optional .hadoop.yarn.ContainerIdProto id = 1;
 YarnProtos.ContainerIdProtoOrBuilder getIdOrBuilder()
          optional .hadoop.yarn.ContainerIdProto id = 1;
 boolean hasId()
          optional .hadoop.yarn.ContainerIdProto id = 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

hasId

boolean hasId()
optional .hadoop.yarn.ContainerIdProto id = 1;


getId

YarnProtos.ContainerIdProto getId()
optional .hadoop.yarn.ContainerIdProto id = 1;


getIdOrBuilder

YarnProtos.ContainerIdProtoOrBuilder getIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto id = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.