|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.impl.internal.store.offheap.AbstractOffHeapStore<K,V>
org.ehcache.impl.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.core.spi.cache.Store |
|---|
Store.Configuration<K,V>, Store.Iterator<T>, Store.ValueHolder<V> |
| Field Summary |
|---|
| Fields inherited from class org.ehcache.impl.internal.store.offheap.AbstractOffHeapStore |
|---|
mapEvictionListener |
| Constructor Summary | |
|---|---|
OffHeapStore(Store.Configuration<K,V> config,
TimeSource timeSource,
StoreEventDispatcher<K,V> eventDispatcher,
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.impl.internal.store.offheap.AbstractOffHeapStore |
|---|
bulkCompute, bulkCompute, bulkComputeIfAbsent, clear, compute, compute, computeIfAbsent, computeIfAbsentAndFault, computeIfPresent, computeIfPresent, containsKey, flush, get, getAndFault, getAndRemove, getStoreEventSource, handleOversizeMappingException, handleOversizeMappingException, installMapping, 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,
StoreEventDispatcher<K,V> eventDispatcher,
long sizeInBytes)
| Method Detail |
|---|
public java.util.List<CacheConfigurationChangeListener> getConfigurationChangeListeners()
ConfigurationChangeSupportList CacheConfigurationChangeListener defined in the Store
CacheConfigurationChangeListenerprotected 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 | ||||||||