Uses of Enum Class
org.apache.camel.component.hdfs.HdfsFileSystemType
Packages that use HdfsFileSystemType
-
Uses of HdfsFileSystemType in org.apache.camel.component.hdfs
Methods in org.apache.camel.component.hdfs that return HdfsFileSystemTypeModifier and TypeMethodDescriptionHdfsConfiguration.getFileSystemType()static HdfsFileSystemTypeReturns the enum constant of this class with the specified name.static HdfsFileSystemType[]HdfsFileSystemType.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 HdfsFileSystemTypeModifier and TypeMethodDescriptionvoidHdfsConfiguration.setFileSystemType(HdfsFileSystemType fileSystemType) Set to LOCAL to not use HDFS but local java.io.File instead.