Package io.trino.filesystem.manager
Class SwitchingFileSystemFactory
java.lang.Object
io.trino.filesystem.manager.SwitchingFileSystemFactory
- All Implemented Interfaces:
TrinoFileSystemFactory
-
Constructor Summary
ConstructorsConstructorDescriptionSwitchingFileSystemFactory(Optional<TrinoFileSystemFactory> hdfsFactory, Map<String, TrinoFileSystemFactory> factories) -
Method Summary
Modifier and TypeMethodDescriptioncreate(ConnectorSession session) create(ConnectorIdentity identity)
-
Constructor Details
-
SwitchingFileSystemFactory
public SwitchingFileSystemFactory(Optional<TrinoFileSystemFactory> hdfsFactory, Map<String, TrinoFileSystemFactory> factories)
-
-
Method Details
-
create
- Specified by:
createin interfaceTrinoFileSystemFactory
-
create
- Specified by:
createin interfaceTrinoFileSystemFactory
-