public interface FileSystemCache
| Modifier and Type | Method and Description |
|---|---|
void |
closeAll() |
FileSystem |
get(URI uri,
org.apache.hadoop.conf.Configuration configuration) |
FileSystem |
getUnique(URI uri,
org.apache.hadoop.conf.Configuration configuration) |
void |
remove(FileSystem fileSystem) |
FileSystem get(URI uri, org.apache.hadoop.conf.Configuration configuration) throws IOException
IOExceptionFileSystem getUnique(URI uri, org.apache.hadoop.conf.Configuration configuration) throws IOException
IOExceptionvoid remove(FileSystem fileSystem)
void closeAll()
throws IOException
IOExceptionCopyright © 2013–2024. All rights reserved.