org.apache.hadoop.conf
Interface Configurable

All Known Subinterfaces:
SequenceFileInputFilter.Filter, Tool
All Known Implementing Classes:
ChecksumFileSystem, Configured, CopyFiles, DefaultCodec, DFSAdmin, DFSck, DistributedFileSystem, FileSystem, FilterFileSystem, FsShell, GzipCodec, InMemoryFileSystem, JobClient, LocalFileSystem, Logalyzer.LogComparator, LzoCodec, MigrationTool, ObjectWritable, PhasedFileSystem, RawLocalFileSystem, S3FileSystem, SequenceFileInputFilter.FilterBase, SequenceFileInputFilter.MD5Filter, SequenceFileInputFilter.PercentFilter, SequenceFileInputFilter.RegexFilter, ToolBase, Trash

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 © 2006 The Apache Software Foundation