Class PulsarPlugin

java.lang.Object
org.apache.pulsar.sql.presto.PulsarPlugin
All Implemented Interfaces:
io.prestosql.spi.Plugin

public class PulsarPlugin extends Object implements io.prestosql.spi.Plugin
Implementation of the Pulsar plugin for Pesto.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Iterable<io.prestosql.spi.connector.ConnectorFactory>
     

    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
  • Constructor Details

    • PulsarPlugin

      public PulsarPlugin()
  • Method Details

    • getConnectorFactories

      public Iterable<io.prestosql.spi.connector.ConnectorFactory> getConnectorFactories()
      Specified by:
      getConnectorFactories in interface io.prestosql.spi.Plugin