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

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

Methods in org.apache.camel.component.hdfs2 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.hdfs2 with parameters of type HdfsFileType
 void HdfsConfiguration.setFileType(HdfsFileType fileType)
           
 



Apache Camel