ehcache

Uses of Class
net.sf.ehcache.CacheOperationOutcomes.EvictionOutcome

Packages that use CacheOperationOutcomes.EvictionOutcome
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. 
 

Uses of CacheOperationOutcomes.EvictionOutcome in net.sf.ehcache
 

Methods in net.sf.ehcache that return CacheOperationOutcomes.EvictionOutcome
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.
 

Uses of CacheOperationOutcomes.EvictionOutcome in net.sf.ehcache.statistics
 

Methods in net.sf.ehcache.statistics that return types with arguments of type CacheOperationOutcomes.EvictionOutcome
 CoreStatistics.CountOperation<CacheOperationOutcomes.EvictionOutcome> CoreStatisticsImpl.cacheEviction()
           
 CoreStatistics.CountOperation<CacheOperationOutcomes.EvictionOutcome> CoreStatistics.cacheEviction()
          Cache eviction.
 

Uses of CacheOperationOutcomes.EvictionOutcome in net.sf.ehcache.statistics.extended
 

Methods in net.sf.ehcache.statistics.extended that return types with arguments of type CacheOperationOutcomes.EvictionOutcome
 ExtendedStatistics.Operation<CacheOperationOutcomes.EvictionOutcome> ExtendedStatisticsImpl.eviction()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.EvictionOutcome> ExtendedStatistics.eviction()
          Eviction.
 

Uses of CacheOperationOutcomes.EvictionOutcome in net.sf.ehcache.store
 

Fields in net.sf.ehcache.store with type parameters of type CacheOperationOutcomes.EvictionOutcome
protected  org.terracotta.statistics.observer.OperationObserver<CacheOperationOutcomes.EvictionOutcome> MemoryStore.evictionObserver
          Eviction outcome observer
 

Uses of CacheOperationOutcomes.EvictionOutcome in net.sf.ehcache.store.disk
 

Constructor parameters in net.sf.ehcache.store.disk with type arguments of type CacheOperationOutcomes.EvictionOutcome
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.
 


ehcache

Copyright 2001-2017, Terracotta, Inc.