| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
TrashPolicyDefault |
Provides a trash feature.
|
| Modifier and Type | Method | Description |
|---|---|---|
static TrashPolicy |
TrashPolicy.getInstance(Configuration conf,
FileSystem fs) |
Get an instance of the configured TrashPolicy based on the value
of the configuration parameter fs.trash.classname.
|
static TrashPolicy |
TrashPolicy.getInstance(Configuration conf,
FileSystem fs,
Path home) |
Deprecated.
Use
getInstance(Configuration, FileSystem) instead. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.