Uses of Enum Class
org.apache.camel.component.hdfs.HdfsFileType
Packages that use HdfsFileType
-
Uses of HdfsFileType in org.apache.camel.component.hdfs
Methods in org.apache.camel.component.hdfs that return HdfsFileTypeModifier and TypeMethodDescriptionHdfsConfiguration.getFileType()static HdfsFileTypeReturns the enum constant of this class with the specified name.static HdfsFileType[]HdfsFileType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.hdfs with parameters of type HdfsFileTypeModifier and TypeMethodDescriptionvoidHdfsConfiguration.setFileType(HdfsFileType fileType) The file type to use.