| Method and Description |
|---|
| alluxio.hadoop.AbstractFileSystem.createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable)
API only for 0.20-append
|
| alluxio.hadoop.AbstractFileSystem.delete(Path)
Use
AbstractFileSystem.delete(Path, boolean) instead. |
| alluxio.hadoop.AbstractFileSystem.isZookeeperMode()
in 1.6.0, directly infer the value from
PropertyKey.ZOOKEEPER_ENABLED
configuration value.
Determines if zookeeper should be used for the FileSystem. This
method should only be used for
AbstractFileSystem.initialize(java.net.URI, org.apache.hadoop.conf.Configuration). |
Copyright © 2023. All Rights Reserved.