Uses of Class
org.apache.camel.component.hdfs.HdfsFileSystemType
-
Packages that use HdfsFileSystemType Package Description org.apache.camel.component.hdfs -
-
Uses of HdfsFileSystemType in org.apache.camel.component.hdfs
Methods in org.apache.camel.component.hdfs that return HdfsFileSystemType Modifier and Type Method Description HdfsFileSystemTypeHdfsConfiguration. getFileSystemType()static HdfsFileSystemTypeHdfsFileSystemType. valueOf(String name)Returns the enum constant of this type with the specified name.static HdfsFileSystemType[]HdfsFileSystemType. 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 HdfsFileSystemType Modifier and Type Method Description voidHdfsConfiguration. setFileSystemType(HdfsFileSystemType fileSystemType)Set to LOCAL to not use HDFS but local java.io.File instead.
-