Uses of Interface
org.apache.hadoop.fs.BlockStoragePolicySpi
Packages that use BlockStoragePolicySpi
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.ViewFileSystem and ViewFileSystemOverloadScheme classes.
This package provides the administrative APIs for HDFS.
-
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) 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() -
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() -
Uses of BlockStoragePolicySpi in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client that return BlockStoragePolicySpiModifier and TypeMethodDescriptionHdfsAdmin.getStoragePolicy(Path src) Query the effective storage policy ID for the given file or directory.Methods in org.apache.hadoop.hdfs.client that return types with arguments of type BlockStoragePolicySpiModifier and TypeMethodDescriptionCollection<? extends BlockStoragePolicySpi>HdfsAdmin.getAllStoragePolicies()Retrieve all the storage policies supported by HDFS file system.