| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
K - key typeV - value typepublic static interface Store.Configuration<K,V>
The basic configuration for a Store.
| Method Summary | |
|---|---|
|  java.lang.ClassLoader | getClassLoader()The Classloader for this store. | 
|  EvictionPrioritizer<? super K,? super V> | getEvictionPrioritizer()An entry comparator that may be used by the store to order a selected set of eviction candidates. | 
|  EvictionVeto<? super K,? super V> | getEvictionVeto()A predicate function that, if it passes an entry, must prevent that entry from being evicted by the store. | 
|  Expiry<? super K,? super V> | getExpiry()The expiration policy instance for this store | 
|  Serializer<K> | getKeySerializer() | 
|  java.lang.Class<K> | getKeyType()The typeof the keys that a Store will hold. | 
|  ResourcePools | getResourcePools()The resource pools this store can make use of | 
|  Serializer<V> | getValueSerializer() | 
|  java.lang.Class<V> | getValueType()The typeof the values that a Store will hold. | 
| Method Detail | 
|---|
java.lang.Class<K> getKeyType()
type of the keys that a Store will hold.
java.lang.Class<V> getValueType()
type of the values that a Store will hold.
EvictionVeto<? super K,? super V> getEvictionVeto()
EvictionPrioritizer<? super K,? super V> getEvictionPrioritizer()
java.lang.ClassLoader getClassLoader()
Expiry<? super K,? super V> getExpiry()
ResourcePools getResourcePools()
Serializer<K> getKeySerializer()
Serializer<V> getValueSerializer()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||