@InterfaceAudience.Private public interface FileSystemAccess
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FileSystemAccess.FileSystemExecutor<T> |
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
createFileSystem(String user,
Configuration conf) |
<T> T |
execute(String user,
Configuration conf,
FileSystemAccess.FileSystemExecutor<T> executor) |
Configuration |
getFileSystemConfiguration() |
void |
releaseFileSystem(FileSystem fs) |
<T> T execute(String user, Configuration conf, FileSystemAccess.FileSystemExecutor<T> executor) throws FileSystemAccessException
FileSystemAccessExceptionFileSystem createFileSystem(String user, Configuration conf) throws IOException, FileSystemAccessException
IOExceptionFileSystemAccessExceptionvoid releaseFileSystem(FileSystem fs) throws IOException
IOExceptionConfiguration getFileSystemConfiguration()
Copyright © 2018 CERN. All Rights Reserved.