Package | Description |
---|---|
org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
org.apache.solr.util |
Common utility classes used throughout Solr
|
Constructor and Description |
---|
StringCache(Cache<JavaBinCodec.StringBytes,String> cache) |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentLFUCache<K,V>
A LFU cache implementation based upon ConcurrentHashMap.
|
class |
ConcurrentLRUCache<K,V>
A LRU cache implementation based upon ConcurrentHashMap and other techniques to reduce
contention and synchronization overhead to utilize multiple CPU cores more effectively.
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.