public interface FileSystemDescriptor
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.Path |
getFileSystemRoot()
Returns the Hadoop path representing the root of the FileSystem associated with this
FileSystemDescriptor.
|
java.lang.String |
getHadoopScheme()
Deprecated.
|
java.lang.String |
getScheme()
Returns the URI scheme for the Hadoop FileSystem associated with this FileSystemDescriptor.
|
org.apache.hadoop.fs.Path getFileSystemRoot()
java.lang.String getScheme()
@Deprecated java.lang.String getHadoopScheme()
getScheme()
, the name of which coincides
with Hadoop 2's method.Copyright © 2018. All rights reserved.