Class RemoteQueryModifierModule

java.lang.Object
io.airlift.configuration.AbstractConfigurationAwareModule
io.trino.plugin.jdbc.logging.RemoteQueryModifierModule
All Implemented Interfaces:
com.google.inject.Module, io.airlift.configuration.ConfigurationAwareModule

public class RemoteQueryModifierModule extends io.airlift.configuration.AbstractConfigurationAwareModule
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    setup(com.google.inject.Binder binder)
     

    Methods inherited from class io.airlift.configuration.AbstractConfigurationAwareModule

    buildConfigObject, buildConfigObject, configure, getProperty, install, setConfigurationFactory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RemoteQueryModifierModule

      public RemoteQueryModifierModule()
  • Method Details

    • setup

      protected void setup(com.google.inject.Binder binder)
      Specified by:
      setup in class io.airlift.configuration.AbstractConfigurationAwareModule