Package io.trino.plugin.localfile
Class LocalFilePlugin
- java.lang.Object
-
- io.trino.plugin.localfile.LocalFilePlugin
-
-
Constructor Summary
Constructors Constructor Description LocalFilePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<ConnectorFactory>getConnectorFactories()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.spi.Plugin
getBlockEncodings, getCertificateAuthenticatorFactories, getEventListenerFactories, getExchangeManagerFactories, getFunctions, getGroupProviderFactories, getHeaderAuthenticatorFactories, getParametricTypes, getPasswordAuthenticatorFactories, getResourceGroupConfigurationManagerFactories, getSessionPropertyConfigurationManagerFactories, getSystemAccessControlFactories, getTypes
-
-
-
-
Method Detail
-
getConnectorFactories
public Iterable<ConnectorFactory> getConnectorFactories()
- Specified by:
getConnectorFactoriesin interfacePlugin
-
-