org.apache.hadoop.conf
Interface Configurable

All Known Subinterfaces:
Authenticator, EndecaRecordGenerator, EndecaRecordOutputter, HtmlParseFilter, ParseFilter, Parser, Protocol, URLFilter, URLNormalizer
All Known Implementing Classes:
Configured, FetcherOutput, MD5Signature, MetaWrapper, ObjectWritable, ParseData, ParseImpl, Signature, TextProfileSignature

public interface Configurable

Something that may be configured with a Configuration.


Method Summary
 Configuration getConf()
          Return the configuration used by this object.
 void setConf(Configuration conf)
          Set the configuration to be used by this object.
 

Method Detail

setConf

void setConf(Configuration conf)
Set the configuration to be used by this object.


getConf

Configuration getConf()
Return the configuration used by this object.



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.