Uses of Class
org.apache.camel.component.hdfs.HdfsFileType
-
Packages that use HdfsFileType Package Description org.apache.camel.component.hdfs -
-
Uses of HdfsFileType in org.apache.camel.component.hdfs
Methods in org.apache.camel.component.hdfs that return HdfsFileType Modifier and Type Method Description HdfsFileTypeHdfsConfiguration. getFileType()static HdfsFileTypeHdfsFileType. 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 Modifier and Type Method Description voidHdfsConfiguration. setFileType(HdfsFileType fileType)The file type to use.
-