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 system for scalable, fault-tolerant, distributed computation over large data collections. 
 

Uses of FilterFileSystem in org.apache.hadoop.dfs
 

Subclasses of FilterFileSystem in org.apache.hadoop.dfs
 class DistributedFileSystem
          Implementation of the abstract FileSystem for the DFS system.
 

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