| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| org.apache.hadoop.fs.viewfs |
ViewFileSystem and ViewFileSystemOverloadScheme classes.
|
| Modifier and Type | Method | Description |
|---|---|---|
BlockStoragePolicySpi |
AbstractFileSystem.getStoragePolicy(Path src) |
Retrieve the storage policy for a given file or directory.
|
BlockStoragePolicySpi |
FileContext.getStoragePolicy(Path path) |
Query the effective storage policy ID for the given file or directory.
|
BlockStoragePolicySpi |
FileSystem.getStoragePolicy(Path src) |
Query the effective storage policy ID for the given file or directory.
|
BlockStoragePolicySpi |
FilterFileSystem.getStoragePolicy(Path src) |
|
BlockStoragePolicySpi |
FilterFs.getStoragePolicy(Path src) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<? extends BlockStoragePolicySpi> |
AbstractFileSystem.getAllStoragePolicies() |
Retrieve all the storage policies supported by this file system.
|
java.util.Collection<? extends BlockStoragePolicySpi> |
FileContext.getAllStoragePolicies() |
Retrieve all the storage policies supported by this file system.
|
java.util.Collection<? extends BlockStoragePolicySpi> |
FileSystem.getAllStoragePolicies() |
Retrieve all the storage policies supported by this file system.
|
java.util.Collection<? extends BlockStoragePolicySpi> |
FilterFileSystem.getAllStoragePolicies() |
|
java.util.Collection<? extends BlockStoragePolicySpi> |
FilterFs.getAllStoragePolicies() |
| Modifier and Type | Method | Description |
|---|---|---|
BlockStoragePolicySpi |
ViewFileSystem.getStoragePolicy(Path src) |
|
BlockStoragePolicySpi |
ViewFs.getStoragePolicy(Path src) |
Retrieve the storage policy for a given file or directory.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<? extends BlockStoragePolicySpi> |
ViewFileSystem.getAllStoragePolicies() |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.