Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.statistics |
This package contains classes related to LiveCacheStatistics and its implementation.
|
net.sf.ehcache.statistics.extended |
This package contains classes related to extended statistics implementation.
|
net.sf.ehcache.store |
Store package.
|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
Modifier and Type | Method and Description |
---|---|
static CacheOperationOutcomes.EvictionOutcome |
CacheOperationOutcomes.EvictionOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheOperationOutcomes.EvictionOutcome[] |
CacheOperationOutcomes.EvictionOutcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CoreStatistics.CountOperation<CacheOperationOutcomes.EvictionOutcome> |
CoreStatistics.cacheEviction()
Cache eviction.
|
CoreStatistics.CountOperation<CacheOperationOutcomes.EvictionOutcome> |
CoreStatisticsImpl.cacheEviction() |
Modifier and Type | Method and Description |
---|---|
ExtendedStatistics.Operation<CacheOperationOutcomes.EvictionOutcome> |
ExtendedStatisticsImpl.eviction() |
ExtendedStatistics.Operation<CacheOperationOutcomes.EvictionOutcome> |
ExtendedStatistics.eviction()
Eviction.
|
Modifier and Type | Field and Description |
---|---|
protected org.terracotta.statistics.observer.OperationObserver<CacheOperationOutcomes.EvictionOutcome> |
MemoryStore.evictionObserver
Eviction outcome observer
|
Constructor and Description |
---|
Segment(int initialCapacity,
float loadFactor,
DiskStorageFactory primary,
CacheConfiguration cacheConfiguration,
PoolAccessor onHeapPoolAccessor,
PoolAccessor onDiskPoolAccessor,
RegisteredEventListeners cacheEventNotificationService,
org.terracotta.statistics.observer.OperationObserver<CacheOperationOutcomes.EvictionOutcome> evictionObserver)
Create a Segment with the given initial capacity, load-factor, primary element substitute factory, and identity element substitute factory.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.