| Constructor and Description | 
|---|
BrokerServerView(QueryToolChestWarehouse warehouse,
                QueryWatcher queryWatcher,
                com.fasterxml.jackson.databind.ObjectMapper smileMapper,
                HttpClient httpClient,
                FilteredServerInventoryView baseView,
                TierSelectorStrategy tierSelectorStrategy,
                ServiceEmitter emitter,
                BrokerSegmentWatcherConfig segmentWatcherConfig)  | 
CachingClusteredClient(QueryToolChestWarehouse warehouse,
                      TimelineServerView serverView,
                      Cache cache,
                      com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                      ExecutorService backgroundExecutorService,
                      CacheConfig cacheConfig)  | 
HttpServerInventoryView(com.fasterxml.jackson.databind.ObjectMapper smileMapper,
                       HttpClient httpClient,
                       DruidNodeDiscoveryProvider druidNodeDiscoveryProvider,
                       com.google.common.base.Predicate<Pair<DruidServerMetadata,DataSegment>> defaultFilter,
                       HttpServerInventoryViewConfig config)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.fasterxml.jackson.databind.ObjectMapper | 
DruidSecondaryModule.getSmileMapper(com.google.inject.Injector injector)  | 
| Constructor and Description | 
|---|
DruidSecondaryModule(Properties properties,
                    org.skife.config.ConfigurationObjectFactory factory,
                    com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
                    com.fasterxml.jackson.databind.ObjectMapper smileMapper,
                    javax.validation.Validator validator)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.fasterxml.jackson.databind.ObjectMapper | 
JacksonModule.smileMapper()  | 
| Constructor and Description | 
|---|
GroupByStrategyV2(DruidProcessingConfig processingConfig,
                 com.google.common.base.Supplier<GroupByQueryConfig> configSupplier,
                 NonBlockingPool<ByteBuffer> bufferPool,
                 BlockingPool<ByteBuffer> mergeBufferPool,
                 com.fasterxml.jackson.databind.ObjectMapper spillMapper,
                 QueryWatcher queryWatcher)  | 
| Constructor and Description | 
|---|
CoordinatorPollingBasicAuthenticatorCacheManager(com.google.inject.Injector injector,
                                                BasicAuthCommonCacheConfig commonCacheConfig,
                                                com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                                DruidLeaderClient druidLeaderClient)  | 
| Constructor and Description | 
|---|
CoordinatorBasicAuthenticatorMetadataStorageUpdater(AuthenticatorMapper authenticatorMapper,
                                                   MetadataStorageConnector connector,
                                                   MetadataStorageTablesConfig connectorConfig,
                                                   BasicAuthCommonCacheConfig commonCacheConfig,
                                                   com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                                   BasicAuthenticatorCacheNotifier cacheNotifier,
                                                   ConfigManager configManager)  | 
| Constructor and Description | 
|---|
CoordinatorBasicAuthenticatorResourceHandler(BasicAuthenticatorMetadataStorageUpdater storageUpdater,
                                            AuthenticatorMapper authenticatorMapper,
                                            com.fasterxml.jackson.databind.ObjectMapper objectMapper)  | 
| Constructor and Description | 
|---|
CoordinatorPollingBasicAuthorizerCacheManager(com.google.inject.Injector injector,
                                             BasicAuthCommonCacheConfig commonCacheConfig,
                                             com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                             DruidLeaderClient druidLeaderClient)  | 
| Constructor and Description | 
|---|
CoordinatorBasicAuthorizerMetadataStorageUpdater(AuthorizerMapper authorizerMapper,
                                                MetadataStorageConnector connector,
                                                MetadataStorageTablesConfig connectorConfig,
                                                BasicAuthCommonCacheConfig commonCacheConfig,
                                                com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                                BasicAuthorizerCacheNotifier cacheNotifier,
                                                ConfigManager configManager)  | 
| Constructor and Description | 
|---|
CoordinatorBasicAuthorizerResourceHandler(BasicAuthorizerMetadataStorageUpdater storageUpdater,
                                         AuthorizerMapper authorizerMapper,
                                         com.fasterxml.jackson.databind.ObjectMapper objectMapper)  | 
| Constructor and Description | 
|---|
EventReceiverFirehoseFactory(String serviceName,
                            Integer bufferSize,
                            ChatHandlerProvider chatHandlerProvider,
                            com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
                            com.fasterxml.jackson.databind.ObjectMapper smileMapper,
                            EventReceiverFirehoseRegister eventReceiverFirehoseRegister,
                            AuthorizerMapper authorizerMapper)  | 
| Constructor and Description | 
|---|
AsyncQueryForwardingServlet(QueryToolChestWarehouse warehouse,
                           com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
                           com.fasterxml.jackson.databind.ObjectMapper smileMapper,
                           QueryHostFinder hostFinder,
                           com.google.inject.Provider<org.eclipse.jetty.client.HttpClient> httpClientProvider,
                           DruidHttpClientConfig httpClientConfig,
                           ServiceEmitter emitter,
                           RequestLogger requestLogger,
                           GenericQueryMetricsFactory queryMetricsFactory)  | 
BrokerQueryResource(QueryLifecycleFactory queryLifecycleFactory,
                   com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
                   com.fasterxml.jackson.databind.ObjectMapper smileMapper,
                   QueryManager queryManager,
                   AuthConfig authConfig,
                   AuthorizerMapper authorizerMapper,
                   GenericQueryMetricsFactory queryMetricsFactory,
                   TimelineServerView brokerServerView)  | 
QueryResource(QueryLifecycleFactory queryLifecycleFactory,
             com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
             com.fasterxml.jackson.databind.ObjectMapper smileMapper,
             QueryManager queryManager,
             AuthConfig authConfig,
             AuthorizerMapper authorizerMapper,
             GenericQueryMetricsFactory queryMetricsFactory)  | 
| Constructor and Description | 
|---|
ServerManager(QueryRunnerFactoryConglomerate conglomerate,
             ServiceEmitter emitter,
             ExecutorService exec,
             ExecutorService cachingExec,
             com.fasterxml.jackson.databind.ObjectMapper objectMapper,
             Cache cache,
             CacheConfig cacheConfig,
             SegmentManager segmentManager,
             ServerConfig serverConfig)  | 
| Constructor and Description | 
|---|
LookupCoordinatorResource(LookupCoordinatorManager lookupCoordinatorManager,
                         com.fasterxml.jackson.databind.ObjectMapper smileMapper,
                         com.fasterxml.jackson.databind.ObjectMapper jsonMapper)  | 
SegmentListerResource(com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
                     com.fasterxml.jackson.databind.ObjectMapper smileMapper,
                     BatchDataSegmentAnnouncer announcer,
                     SegmentLoadDropHandler loadDropRequestHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.fasterxml.jackson.jaxrs.smile.JacksonSmileProvider | 
JettyServerModule.getJacksonSmileProvider(com.fasterxml.jackson.databind.ObjectMapper objectMapper)  | 
| Constructor and Description | 
|---|
ListenerResource(com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
                com.fasterxml.jackson.databind.ObjectMapper smileMapper,
                ListenerHandler handler)  | 
| Constructor and Description | 
|---|
LookupCoordinatorManager(HttpClient httpClient,
                        DruidNodeDiscoveryProvider druidNodeDiscoveryProvider,
                        com.fasterxml.jackson.databind.ObjectMapper smileMapper,
                        JacksonConfigManager configManager,
                        LookupCoordinatorManagerConfig lookupCoordinatorManagerConfig)  | 
Copyright © 2011–2018. All rights reserved.