Uses of Class
org.apache.hadoop.fs.FilterFileSystem

Packages that use FilterFileSystem
org.apache.hadoop.dfs A distributed implementation of FileSystem
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
 

Uses of FilterFileSystem in org.apache.hadoop.dfs
 

Subclasses of FilterFileSystem in org.apache.hadoop.dfs
 class ChecksumDistributedFileSystem
          An implementation of ChecksumFileSystem over DistributedFileSystem.
 

Uses of FilterFileSystem in org.apache.hadoop.fs
 

Subclasses of FilterFileSystem in org.apache.hadoop.fs
 class ChecksumFileSystem
          Abstract Checksumed FileSystem.
 class InMemoryFileSystem
          An implementation of the in-memory filesystem.
 class LocalFileSystem
          Implement the FileSystem API for the checksumed local filesystem.
 

Uses of FilterFileSystem in org.apache.hadoop.mapred
 

Subclasses of FilterFileSystem in org.apache.hadoop.mapred
 class PhasedFileSystem
          Deprecated. PhasedFileSystem is no longer used during speculative execution of tasks.
 



Copyright © 2006 The Apache Software Foundation