Uses of Class
org.apache.druid.sql.SqlLifecycleManager
Packages that use SqlLifecycleManager
-
Uses of SqlLifecycleManager in org.apache.druid.sql
Constructors in org.apache.druid.sql with parameters of type SqlLifecycleManagerModifierConstructorDescriptionSqlToolbox(SqlEngine engine, PlannerFactory plannerFactory, ServiceEmitter emitter, RequestLogger requestLogger, QueryScheduler queryScheduler, SqlLifecycleManager sqlLifecycleManager) -
Uses of SqlLifecycleManager in org.apache.druid.sql.guice
Methods in org.apache.druid.sql.guice with parameters of type SqlLifecycleManagerModifier and TypeMethodDescriptionSqlModule.SqlStatementFactoryModule.makeSqlToolbox(PlannerFactory plannerFactory, ServiceEmitter emitter, RequestLogger requestLogger, QueryScheduler queryScheduler, SqlLifecycleManager sqlLifecycleManager) -
Uses of SqlLifecycleManager in org.apache.druid.sql.http
Constructors in org.apache.druid.sql.http with parameters of type SqlLifecycleManagerModifierConstructorDescriptionSqlResource(AuthorizerMapper authorizerMapper, SqlLifecycleManager sqlLifecycleManager, SqlEngineRegistry sqlEngineRegistry, SqlResourceQueryResultPusherFactory resultPusherFactory, QueryConfigProvider queryConfigProvider, ServerConfig serverConfig)