Uses of Class
net.sf.ehcache.store.StoreOperationOutcomes.GetOutcome
-
Packages that use StoreOperationOutcomes.GetOutcome 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.GetOutcome in net.sf.ehcache.statistics
Methods in net.sf.ehcache.statistics that return types with arguments of type StoreOperationOutcomes.GetOutcome Modifier and Type Method Description CoreStatistics.CountOperation<StoreOperationOutcomes.GetOutcome>CoreStatistics. localDiskGet()Local disk get.CoreStatistics.CountOperation<StoreOperationOutcomes.GetOutcome>CoreStatisticsImpl. localDiskGet()CoreStatistics.CountOperation<StoreOperationOutcomes.GetOutcome>CoreStatistics. localHeapGet()Local heap get.CoreStatistics.CountOperation<StoreOperationOutcomes.GetOutcome>CoreStatisticsImpl. localHeapGet()CoreStatistics.CountOperation<StoreOperationOutcomes.GetOutcome>CoreStatistics. localOffHeapGet()Local off heap get.CoreStatistics.CountOperation<StoreOperationOutcomes.GetOutcome>CoreStatisticsImpl. localOffHeapGet() -
Uses of StoreOperationOutcomes.GetOutcome in net.sf.ehcache.statistics.extended
Methods in net.sf.ehcache.statistics.extended that return types with arguments of type StoreOperationOutcomes.GetOutcome Modifier and Type Method Description ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome>ExtendedStatistics. diskGet()Disk get.ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome>ExtendedStatisticsImpl. diskGet()ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome>ExtendedStatistics. heapGet()Heap get.ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome>ExtendedStatisticsImpl. heapGet()ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome>ExtendedStatistics. offheapGet()Offheap get.ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome>ExtendedStatisticsImpl. offheapGet() -
Uses of StoreOperationOutcomes.GetOutcome in net.sf.ehcache.store
Methods in net.sf.ehcache.store that return StoreOperationOutcomes.GetOutcome Modifier and Type Method Description static StoreOperationOutcomes.GetOutcomeStoreOperationOutcomes.GetOutcome. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StoreOperationOutcomes.GetOutcome[]StoreOperationOutcomes.GetOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared.
-