|
|||||||||
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. |
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()
The serializer for key instances |
java.lang.Class<K> |
getKeyType()
The type of the keys that a Store will hold. |
int |
getOrderedEventParallelism()
The number of parallel queues used when doing ordered events |
ResourcePools |
getResourcePools()
The resource pools this store can make use of |
Serializer<V> |
getValueSerializer()
The serializer for value instances |
java.lang.Class<V> |
getValueType()
The type of 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()
java.lang.ClassLoader getClassLoader()
Expiry<? super K,? super V> getExpiry()
ResourcePools getResourcePools()
Serializer<K> getKeySerializer()
Serializer<V> getValueSerializer()
int getOrderedEventParallelism()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |