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

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

Methods in org.apache.camel.component.hdfs that return HdfsFileType
 HdfsFileType HdfsConfiguration.getFileType()
           
static HdfsFileType HdfsFileType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HdfsFileType[] HdfsFileType.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 HdfsFileType
 void HdfsConfiguration.setFileType(HdfsFileType fileType)
           
 



Apache CAMEL