Uses of Class
org.apache.camel.component.hdfs2.HdfsFileSystemType

Uses of HdfsFileSystemType in org.apache.camel.component.hdfs2
 

Methods in org.apache.camel.component.hdfs2 that return HdfsFileSystemType
 HdfsFileSystemType HdfsConfiguration.getFileSystemType()
           
static HdfsFileSystemType HdfsFileSystemType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HdfsFileSystemType[] HdfsFileSystemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.hdfs2 with parameters of type HdfsFileSystemType
 void HdfsConfiguration.setFileSystemType(HdfsFileSystemType fileSystemType)
           
 



Apache Camel