Package | Description |
---|---|
io.druid.server.lookup | |
io.druid.server.lookup.cache.polling |
Constructor and Description |
---|
PollingLookup(long pollPeriodMs,
DataFetcher dataFetcher,
PollingCacheFactory cacheFactory) |
PollingLookupFactory(org.joda.time.Period pollPeriod,
DataFetcher dataFetcher,
PollingCacheFactory cacheFactory) |
PollingLookupFactory(org.joda.time.Period pollPeriod,
DataFetcher dataFetcher,
PollingCacheFactory pollingCacheFactory,
PollingLookup pollingLookup) |
Modifier and Type | Class and Description |
---|---|
static class |
OffHeapPollingCache.OffHeapPollingCacheProvider<K,V> |
static class |
OnHeapPollingCache.OnHeapPollingCacheProvider<K,V> |
Copyright © 2011–2017. All rights reserved.