Modifier and Type | Method and Description |
---|---|
CacheLoaderWriter<? super K,V> |
getCacheLoaderWriter()
Cache Loader-Writer for the store
|
java.lang.ClassLoader |
getClassLoader()
The Classloader for this store.
|
int |
getDispatcherConcurrency()
The concurrency level of the dispatcher that processes events
|
EvictionAdvisor<? super K,? super V> |
getEvictionAdvisor()
The
EvictionAdvisor indicates if mappings should be advised against eviction. |
ExpiryPolicy<? 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. |
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. |
default boolean |
isOperationStatisticsEnabled()
If operation statistics (e.g.
|
default boolean |
useLoaderInAtomics()
Whether Store should use loader-writer in atomic ops or not
|
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.EvictionAdvisor<? super K,? super V> getEvictionAdvisor()
EvictionAdvisor
indicates if mappings should be advised against eviction.
The Store
will use best effort to prevent eviction of advised mappings.
java.lang.ClassLoader getClassLoader()
ExpiryPolicy<? super K,? super V> getExpiry()
ResourcePools getResourcePools()
Serializer<K> getKeySerializer()
Serializer<V> getValueSerializer()
int getDispatcherConcurrency()
default boolean isOperationStatisticsEnabled()
CacheLoaderWriter<? super K,V> getCacheLoaderWriter()
default boolean useLoaderInAtomics()