Uses of Class
org.apache.druid.server.QueryLifecycleFactory
-
Packages that use QueryLifecycleFactory Package Description org.apache.druid.segment.metadata org.apache.druid.server -
-
Uses of QueryLifecycleFactory in org.apache.druid.segment.metadata
Constructors in org.apache.druid.segment.metadata with parameters of type QueryLifecycleFactory Constructor Description AbstractSegmentMetadataCache(QueryLifecycleFactory queryLifecycleFactory, SegmentMetadataCacheConfig config, Escalator escalator, InternalQueryConfig internalQueryConfig, org.apache.druid.java.util.emitter.service.ServiceEmitter emitter)CoordinatorSegmentMetadataCache(QueryLifecycleFactory queryLifecycleFactory, CoordinatorServerView serverView, SegmentMetadataCacheConfig config, Escalator escalator, InternalQueryConfig internalQueryConfig, org.apache.druid.java.util.emitter.service.ServiceEmitter emitter, CentralizedDatasourceSchemaConfig centralizedDatasourceSchemaConfig) -
Uses of QueryLifecycleFactory in org.apache.druid.server
Fields in org.apache.druid.server declared as QueryLifecycleFactory Modifier and Type Field Description protected QueryLifecycleFactoryQueryResource. queryLifecycleFactoryConstructors in org.apache.druid.server with parameters of type QueryLifecycleFactory Constructor Description BrokerQueryResource(QueryLifecycleFactory queryLifecycleFactory, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper smileMapper, QueryScheduler queryScheduler, AuthConfig authConfig, AuthorizerMapper authorizerMapper, ResponseContextConfig responseContextConfig, DruidNode selfNode, TimelineServerView brokerServerView)QueryResource(QueryLifecycleFactory queryLifecycleFactory, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper smileMapper, QueryScheduler queryScheduler, AuthConfig authConfig, AuthorizerMapper authorizerMapper, ResponseContextConfig responseContextConfig, DruidNode selfNode)
-