Package | Description |
---|---|
io.druid.server.lookup.cache.polling |
Modifier and Type | Class and Description |
---|---|
class |
OffHeapPollingCache<K,V> |
class |
OnHeapPollingCache<K,V> |
Modifier and Type | Method and Description |
---|---|
PollingCache<K,V> |
PollingCacheFactory.makeOf(Iterable<Map.Entry<K,V>> entries) |
PollingCache |
OnHeapPollingCache.OnHeapPollingCacheProvider.makeOf(Iterable<Map.Entry<K,V>> entries) |
PollingCache<K,V> |
OffHeapPollingCache.OffHeapPollingCacheProvider.makeOf(Iterable<Map.Entry<K,V>> entries) |
Copyright © 2011–2017. All rights reserved.