Package io.trino.plugin.atop
Class AtopModule
java.lang.Object
io.trino.plugin.atop.AtopModule
- All Implemented Interfaces:
com.google.inject.Module
-
Constructor Summary
ConstructorsConstructorDescriptionAtopModule(Class<? extends AtopFactory> atopFactoryClass, TypeManager typeManager, NodeManager nodeManager, String environment) -
Method Summary
-
Constructor Details
-
AtopModule
public AtopModule(Class<? extends AtopFactory> atopFactoryClass, TypeManager typeManager, NodeManager nodeManager, String environment)
-
-
Method Details
-
configure
public void configure(com.google.inject.Binder binder) - Specified by:
configurein interfacecom.google.inject.Module
-