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

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

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


Method Summary
 int getOverCommitTimeout()
          optional int32 over_commit_timeout = 2;
 YarnProtos.ResourceProto getResource()
          optional .hadoop.yarn.ResourceProto resource = 1;
 YarnProtos.ResourceProtoOrBuilder getResourceOrBuilder()
          optional .hadoop.yarn.ResourceProto resource = 1;
 boolean hasOverCommitTimeout()
          optional int32 over_commit_timeout = 2;
 boolean hasResource()
          optional .hadoop.yarn.ResourceProto resource = 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

hasResource

boolean hasResource()
optional .hadoop.yarn.ResourceProto resource = 1;


getResource

YarnProtos.ResourceProto getResource()
optional .hadoop.yarn.ResourceProto resource = 1;


getResourceOrBuilder

YarnProtos.ResourceProtoOrBuilder getResourceOrBuilder()
optional .hadoop.yarn.ResourceProto resource = 1;


hasOverCommitTimeout

boolean hasOverCommitTimeout()
optional int32 over_commit_timeout = 2;


getOverCommitTimeout

int getOverCommitTimeout()
optional int32 over_commit_timeout = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.