Uses of Class
net.sf.ehcache.store.StoreOperationOutcomes.RemoveOutcome
-
Packages that use StoreOperationOutcomes.RemoveOutcome Package Description 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. -
-
Uses of StoreOperationOutcomes.RemoveOutcome in net.sf.ehcache.statistics
Methods in net.sf.ehcache.statistics that return types with arguments of type StoreOperationOutcomes.RemoveOutcome Modifier and Type Method Description CoreStatistics.CountOperation<StoreOperationOutcomes.RemoveOutcome>CoreStatistics. localDiskRemove()Local disk remove.CoreStatistics.CountOperation<StoreOperationOutcomes.RemoveOutcome>CoreStatisticsImpl. localDiskRemove()CoreStatistics.CountOperation<StoreOperationOutcomes.RemoveOutcome>CoreStatistics. localHeapRemove()Local heap remove.CoreStatistics.CountOperation<StoreOperationOutcomes.RemoveOutcome>CoreStatisticsImpl. localHeapRemove()CoreStatistics.CountOperation<StoreOperationOutcomes.RemoveOutcome>CoreStatistics. localOffHeapRemove()Local off heap remove.CoreStatistics.CountOperation<StoreOperationOutcomes.RemoveOutcome>CoreStatisticsImpl. localOffHeapRemove() -
Uses of StoreOperationOutcomes.RemoveOutcome in net.sf.ehcache.statistics.extended
Methods in net.sf.ehcache.statistics.extended that return types with arguments of type StoreOperationOutcomes.RemoveOutcome Modifier and Type Method Description ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome>ExtendedStatistics. diskRemove()Disk remove.ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome>ExtendedStatisticsImpl. diskRemove()ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome>ExtendedStatistics. heapRemove()Heap remove.ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome>ExtendedStatisticsImpl. heapRemove()ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome>ExtendedStatistics. offheapRemove()Offheap remove.ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome>ExtendedStatisticsImpl. offheapRemove() -
Uses of StoreOperationOutcomes.RemoveOutcome in net.sf.ehcache.store
Methods in net.sf.ehcache.store that return StoreOperationOutcomes.RemoveOutcome Modifier and Type Method Description static StoreOperationOutcomes.RemoveOutcomeStoreOperationOutcomes.RemoveOutcome. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StoreOperationOutcomes.RemoveOutcome[]StoreOperationOutcomes.RemoveOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared.
-