@FunctionalInterface public interface FileSystemFactory
Modifier and Type | Method and Description |
---|---|
FileSystem |
createFileSystem(Session session)
Create user specific file system.
|
FileSystem createFileSystem(Session session) throws IOException
session
- The session created for the userFileSystem
for the provided sessionIOException
- if the filesystem can not be createdCopyright © 2008–2022 The Apache Software Foundation. All rights reserved.