|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.internal.store.offheap.AbstractOffHeapStore<K,V>
org.ehcache.internal.store.offheap.OffHeapStore<K,V>
public class OffHeapStore<K,V>
OffHeapStore
Nested Class Summary | |
---|---|
static class |
OffHeapStore.Provider
|
Nested classes/interfaces inherited from interface org.ehcache.spi.cache.Store |
---|
Store.Configuration<K,V>, Store.Iterator<T>, Store.ValueHolder<V> |
Field Summary |
---|
Fields inherited from class org.ehcache.internal.store.offheap.AbstractOffHeapStore |
---|
mapEvictionListener |
Constructor Summary | |
---|---|
OffHeapStore(Store.Configuration<K,V> config,
TimeSource timeSource,
long sizeInBytes)
|
Method Summary | |
---|---|
protected EhcacheOffHeapBackingMap<K,OffHeapValueHolder<V>> |
backingMap()
|
java.util.List<CacheConfigurationChangeListener> |
getConfigurationChangeListeners()
get the List CacheConfigurationChangeListener defined in the Store |
Methods inherited from class org.ehcache.internal.store.offheap.AbstractOffHeapStore |
---|
bulkCompute, bulkCompute, bulkComputeIfAbsent, clear, compute, compute, computeIfAbsent, computeIfAbsentAndFault, computeIfPresent, computeIfPresent, containsKey, disableStoreEventNotifications, enableStoreEventNotifications, flush, get, getAndFault, getAndRemove, getOrComputeIfAbsent, handleOversizeMappingException, handleOversizeMappingException, invalidate, invalidate, iterator, put, putIfAbsent, registerEmergencyValve, remove, remove, replace, replace, setInvalidationListener, wrap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OffHeapStore(Store.Configuration<K,V> config, TimeSource timeSource, long sizeInBytes)
Method Detail |
---|
public java.util.List<CacheConfigurationChangeListener> getConfigurationChangeListeners()
ConfigurationChangeSupport
List
CacheConfigurationChangeListener
defined in the Store
CacheConfigurationChangeListener
protected EhcacheOffHeapBackingMap<K,OffHeapValueHolder<V>> backingMap()
backingMap
in class AbstractOffHeapStore<K,V>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |