Uses of Interface
org.apache.hadoop.fs.BlockStoragePolicySpi
Packages that use BlockStoragePolicySpi
Package
Description
An abstract file system API.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
-
Uses of BlockStoragePolicySpi in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return BlockStoragePolicySpiModifier and TypeMethodDescriptionAbstractFileSystem.getStoragePolicy(Path src) Retrieve the storage policy for a given file or directory.FileContext.getStoragePolicy(Path path) Query the effective storage policy ID for the given file or directory.FileSystem.getStoragePolicy(Path src) Query the effective storage policy ID for the given file or directory.FilterFileSystem.getStoragePolicy(Path src) FilterFs.getStoragePolicy(Path src) Methods in org.apache.hadoop.fs that return types with arguments of type BlockStoragePolicySpiModifier and TypeMethodDescriptionCollection<? extends BlockStoragePolicySpi>AbstractFileSystem.getAllStoragePolicies()Retrieve all the storage policies supported by this file system.Collection<? extends BlockStoragePolicySpi>FileContext.getAllStoragePolicies()Retrieve all the storage policies supported by this file system.Collection<? extends BlockStoragePolicySpi>FileSystem.getAllStoragePolicies()Retrieve all the storage policies supported by this file system.Collection<? extends BlockStoragePolicySpi>FilterFileSystem.getAllStoragePolicies()Collection<? extends BlockStoragePolicySpi>FilterFs.getAllStoragePolicies() -
Uses of BlockStoragePolicySpi in org.apache.hadoop.fs.viewfs
Methods in org.apache.hadoop.fs.viewfs that return BlockStoragePolicySpiModifier and TypeMethodDescriptionViewFileSystem.getStoragePolicy(Path src) ViewFs.getStoragePolicy(Path src) Retrieve the storage policy for a given file or directory.Methods in org.apache.hadoop.fs.viewfs that return types with arguments of type BlockStoragePolicySpiModifier and TypeMethodDescriptionCollection<? extends BlockStoragePolicySpi>ViewFileSystem.getAllStoragePolicies()