ehcache

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

Packages that use CacheOperationOutcomes.NonStopOperationOutcomes
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.statistics.extended This package contains classes related to extended statistics implementation. 
 

Uses of CacheOperationOutcomes.NonStopOperationOutcomes in net.sf.ehcache
 

Methods in net.sf.ehcache that return CacheOperationOutcomes.NonStopOperationOutcomes
static CacheOperationOutcomes.NonStopOperationOutcomes CacheOperationOutcomes.NonStopOperationOutcomes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheOperationOutcomes.NonStopOperationOutcomes[] CacheOperationOutcomes.NonStopOperationOutcomes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in net.sf.ehcache.statistics.extended that return types with arguments of type CacheOperationOutcomes.NonStopOperationOutcomes
 ExtendedStatistics.Operation<CacheOperationOutcomes.NonStopOperationOutcomes> ExtendedStatisticsImpl.nonstop()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.NonStopOperationOutcomes> ExtendedStatistics.nonstop()
          Nonstop events
 


ehcache

Copyright 2001-2017, Terracotta, Inc.