Uses of Interface
io.trino.plugin.atop.AtopFactory
-
Uses of AtopFactory in io.trino.plugin.atop
Classes in io.trino.plugin.atop that implement AtopFactoryConstructors in io.trino.plugin.atop with parameters of type AtopFactoryModifierConstructorDescriptionAtopPageSource(Semaphore readerPermits, AtopFactory atopFactory, ConnectorSession session, io.airlift.slice.Slice hostIp, AtopTable table, ZonedDateTime date, List<AtopTable.AtopColumn> columns, List<Type> types) AtopPageSourceProvider(AtopConnectorConfig config, AtopFactory atopFactory, TypeManager typeManager) Constructor parameters in io.trino.plugin.atop with type arguments of type AtopFactoryModifierConstructorDescriptionAtopConnectorFactory(Class<? extends AtopFactory> atopFactoryClass, ClassLoader classLoader) AtopModule(Class<? extends AtopFactory> atopFactoryClass, TypeManager typeManager, NodeManager nodeManager, String environment)