org.apache.hadoop.fs
Class ProxyLocalFileSystem

java.lang.Object
  extended by FilterFileSystem
      extended by org.apache.hadoop.fs.ProxyLocalFileSystem

public class ProxyLocalFileSystem
extends FilterFileSystem

A Proxy for LocalFileSystem Serves uri's corresponding to 'pfile:///' namespace with using a LocalFileSystem


Field Summary
protected  LocalFileSystem localFs
           
 
Constructor Summary
ProxyLocalFileSystem()
           
ProxyLocalFileSystem(FileSystem fs)
           
 
Method Summary
 void initialize(URI name, Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localFs

protected LocalFileSystem localFs
Constructor Detail

ProxyLocalFileSystem

public ProxyLocalFileSystem()

ProxyLocalFileSystem

public ProxyLocalFileSystem(FileSystem fs)
Method Detail

initialize

public void initialize(URI name,
                       Configuration conf)
                throws IOException
Throws:
IOException


Copyright © 2012 The Apache Software Foundation