Modifier and Type | Method and Description |
---|---|
HdfsFileSystemType |
HdfsConfiguration.getFileSystemType() |
static HdfsFileSystemType |
HdfsFileSystemType.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.
|
Modifier and Type | Method and Description |
---|---|
void |
HdfsConfiguration.setFileSystemType(HdfsFileSystemType fileSystemType)
Set to LOCAL to not use HDFS but local java.io.File instead.
|
Apache Camel