org.apache.hadoop.yarn.api.records
Class ResourceOption

java.lang.Object
  extended by org.apache.hadoop.yarn.api.records.ResourceOption

@InterfaceAudience.Public
@InterfaceStability.Evolving
public abstract class ResourceOption
extends Object


Constructor Summary
ResourceOption()
           
 
Method Summary
protected abstract  void build()
           
static ResourceOption newInstance(Resource resource, int overCommitTimeout)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceOption

public ResourceOption()
Method Detail

newInstance

public static ResourceOption newInstance(Resource resource,
                                         int overCommitTimeout)

build

protected abstract void build()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 Apache Software Foundation. All Rights Reserved.