Class PulsarPlugin

  • All Implemented Interfaces:
    io.prestosql.spi.Plugin

    public class PulsarPlugin
    extends java.lang.Object
    implements io.prestosql.spi.Plugin
    Implementation 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
    • Constructor Detail

      • PulsarPlugin

        public PulsarPlugin()
    • Method Detail

      • getConnectorFactories

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