Class GlueMetastoreModule

java.lang.Object
io.airlift.configuration.AbstractConfigurationAwareModule
io.trino.plugin.hive.metastore.glue.v1.GlueMetastoreModule
All Implemented Interfaces:
com.google.inject.Module, io.airlift.configuration.ConfigurationAwareModule

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.amazonaws.handlers.RequestHandler2
    createRequestHandler(io.opentelemetry.api.OpenTelemetry openTelemetry)
     
    protected void
    setup(com.google.inject.Binder binder)
     

    Methods inherited from class io.airlift.configuration.AbstractConfigurationAwareModule

    buildConfigObject, buildConfigObject, configure, consumeProperty, getProperties, getProperty, install, setConfigurationFactory

    Methods inherited from class java.lang.Object

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

    • GlueMetastoreModule

      public GlueMetastoreModule()
  • Method Details

    • setup

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

      @ProvidesIntoSet public com.amazonaws.handlers.RequestHandler2 createRequestHandler(io.opentelemetry.api.OpenTelemetry openTelemetry)