Package org.apache.pulsar.sql.presto
Class PulsarPlugin
- java.lang.Object
-
- org.apache.pulsar.sql.presto.PulsarPlugin
-
- All Implemented Interfaces:
io.prestosql.spi.Plugin
public class PulsarPlugin extends java.lang.Object implements io.prestosql.spi.PluginImplementation of the Pulsar plugin for Pesto.
-
-
Constructor Summary
Constructors Constructor Description PulsarPlugin()
-
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, getEventListenerFactories, getFunctions, getGroupProviderFactories, getParametricTypes, getPasswordAuthenticatorFactories, getResourceGroupConfigurationManagerFactories, getSessionPropertyConfigurationManagerFactories, getSystemAccessControlFactories, getTypes
-
-