| Package | Description |
|---|---|
| io.druid.client | |
| io.druid.client.cache | |
| io.druid.server.coordination |
| Modifier and Type | Method and Description |
|---|---|
static void |
CacheUtil.populate(Cache cache,
com.fasterxml.jackson.databind.ObjectMapper mapper,
Cache.NamedKey key,
Iterable<Object> results) |
| Constructor and Description |
|---|
CachingClusteredClient(QueryToolChestWarehouse warehouse,
TimelineServerView serverView,
Cache cache,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ExecutorService backgroundExecutorService,
CacheConfig cacheConfig) |
CachingQueryRunner(String segmentIdentifier,
io.druid.query.SegmentDescriptor segmentDescriptor,
com.fasterxml.jackson.databind.ObjectMapper mapper,
Cache cache,
QueryToolChest toolchest,
QueryRunner<T> base,
ExecutorService backgroundExecutorService,
CacheConfig cacheConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapCache |
class |
MemcachedCache |
| Modifier and Type | Method and Description |
|---|---|
static Cache |
MapCache.create(long sizeInBytes) |
Cache |
MemcachedCacheProvider.get() |
Cache |
LocalCacheProvider.get() |
| Constructor and Description |
|---|
CacheMonitor(Cache cache) |
| Constructor and Description |
|---|
ServerManager(SegmentLoader segmentLoader,
QueryRunnerFactoryConglomerate conglomerate,
com.metamx.emitter.service.ServiceEmitter emitter,
ExecutorService exec,
ExecutorService cachingExec,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Cache cache,
CacheConfig cacheConfig) |
Copyright © 2011–2015. All rights reserved.