FileSystemAccessService@Private
public interface FileSystemAccess
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
FileSystemAccess.FileSystemExecutor<T> |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.fs.FileSystem |
createFileSystem(java.lang.String user,
org.apache.hadoop.conf.Configuration conf) |
|
<T> T |
execute(java.lang.String user,
org.apache.hadoop.conf.Configuration conf,
FileSystemAccess.FileSystemExecutor<T> executor) |
|
org.apache.hadoop.conf.Configuration |
getFileSystemConfiguration() |
|
void |
releaseFileSystem(org.apache.hadoop.fs.FileSystem fs) |
<T> T execute(java.lang.String user,
org.apache.hadoop.conf.Configuration conf,
FileSystemAccess.FileSystemExecutor<T> executor)
throws FileSystemAccessException
FileSystemAccessExceptionorg.apache.hadoop.fs.FileSystem createFileSystem(java.lang.String user,
org.apache.hadoop.conf.Configuration conf)
throws java.io.IOException,
FileSystemAccessException
java.io.IOExceptionFileSystemAccessExceptionvoid releaseFileSystem(org.apache.hadoop.fs.FileSystem fs)
throws java.io.IOException
java.io.IOExceptionorg.apache.hadoop.conf.Configuration getFileSystemConfiguration()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.