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

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

Methods in org.apache.camel.component.hdfs 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.hdfs with parameters of type HdfsFileSystemType
 void HdfsConfiguration.setFileSystemType(HdfsFileSystemType fileSystemType)
           
 



Apache CAMEL