@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
FileSystemAccessException
FileSystem createFileSystem(String user, Configuration conf) throws IOException, FileSystemAccessException
IOException
FileSystemAccessException
void releaseFileSystem(FileSystem fs) throws IOException
IOException
Configuration getFileSystemConfiguration()
Copyright © 2013 Apache Software Foundation. All rights reserved.