|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.config.persistence.PersistentStoreConfigurationImpl<K,V>
public class PersistentStoreConfigurationImpl<K,V>
Constructor Summary | |
---|---|
PersistentStoreConfigurationImpl(Store.Configuration<K,V> config,
java.lang.String identifier)
|
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 |
java.lang.String |
getIdentifier()
|
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 |
java.lang.Class<V> |
getValueType()
The type of the values that a Store will hold. |
boolean |
isPersistent()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PersistentStoreConfigurationImpl(Store.Configuration<K,V> config, java.lang.String identifier)
Method Detail |
---|
public java.lang.String getIdentifier()
getIdentifier
in interface Store.PersistentStoreConfiguration<K,V,java.lang.String>
public boolean isPersistent()
isPersistent
in interface Store.PersistentStoreConfiguration<K,V,java.lang.String>
public java.lang.Class<K> getKeyType()
Store.Configuration
type
of the keys that a Store will hold.
getKeyType
in interface Store.Configuration<K,V>
public java.lang.Class<V> getValueType()
Store.Configuration
type
of the values that a Store will hold.
getValueType
in interface Store.Configuration<K,V>
public EvictionVeto<? super K,? super V> getEvictionVeto()
Store.Configuration
getEvictionVeto
in interface Store.Configuration<K,V>
public EvictionPrioritizer<? super K,? super V> getEvictionPrioritizer()
Store.Configuration
getEvictionPrioritizer
in interface Store.Configuration<K,V>
public java.lang.ClassLoader getClassLoader()
Store.Configuration
getClassLoader
in interface Store.Configuration<K,V>
public Expiry<? super K,? super V> getExpiry()
Store.Configuration
getExpiry
in interface Store.Configuration<K,V>
public ResourcePools getResourcePools()
Store.Configuration
getResourcePools
in interface Store.Configuration<K,V>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |