Package org.apache.hadoop.fs.http.server
Class FSOperations.FSGetStoragePolicy
java.lang.Object
org.apache.hadoop.fs.http.server.FSOperations.FSGetStoragePolicy
- All Implemented Interfaces:
FileSystemAccess.FileSystemExecutor<org.json.simple.JSONObject>
- Enclosing class:
- FSOperations
@Private
public static class FSOperations.FSGetStoragePolicy
extends Object
implements FileSystemAccess.FileSystemExecutor<org.json.simple.JSONObject>
Executor that performs a getStoragePolicy FileSystemAccess files system
operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.json.simple.JSONObjectexecute(org.apache.hadoop.fs.FileSystem fs)
-
Constructor Details
-
FSGetStoragePolicy
-
-
Method Details
-
execute
- Specified by:
executein interfaceFileSystemAccess.FileSystemExecutor<org.json.simple.JSONObject>- Throws:
IOException
-