org.apache.camel.component.hdfs
Class HdfsInfo

java.lang.Object
  extended by org.apache.camel.component.hdfs.HdfsInfo

public class HdfsInfo
extends Object


Constructor Summary
HdfsInfo(String hdfsPath)
           
 
Method Summary
 org.apache.hadoop.conf.Configuration getConf()
           
 org.apache.hadoop.fs.FileSystem getFileSystem()
           
 org.apache.hadoop.fs.Path getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HdfsInfo

public HdfsInfo(String hdfsPath)
         throws IOException
Throws:
IOException
Method Detail

getConf

public final org.apache.hadoop.conf.Configuration getConf()

getFileSystem

public final org.apache.hadoop.fs.FileSystem getFileSystem()

getPath

public final org.apache.hadoop.fs.Path getPath()


Apache CAMEL