Package io.prestosql.plugin.blackhole
Class BlackHolePlugin
- java.lang.Object
-
- io.prestosql.plugin.blackhole.BlackHolePlugin
-
- All Implemented Interfaces:
io.prestosql.spi.Plugin
public final class BlackHolePlugin extends java.lang.Object implements io.prestosql.spi.Plugin
-
-
Constructor Summary
Constructors Constructor Description BlackHolePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<io.prestosql.spi.connector.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.prestosql.spi.Plugin
getBlockEncodings, getCertificateAuthenticatorFactories, getEventListenerFactories, getFunctions, getGroupProviderFactories, getParametricTypes, getPasswordAuthenticatorFactories, getResourceGroupConfigurationManagerFactories, getSessionPropertyConfigurationManagerFactories, getSystemAccessControlFactories, getTypes
-
-