org.apache.hadoop.util
Class Options.ProgressableOption

java.lang.Object
  extended by org.apache.hadoop.util.Options.ProgressableOption
Enclosing class:
Options

public abstract static class Options.ProgressableOption
extends Object


Constructor Summary
protected Options.ProgressableOption(Progressable value)
           
 
Method Summary
 Progressable getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Options.ProgressableOption

protected Options.ProgressableOption(Progressable value)
Method Detail

getValue

public Progressable getValue()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.