Uses of Class
net.sf.ehcache.store.StoreOperationOutcomes.PutOutcome
-
Packages that use StoreOperationOutcomes.PutOutcome 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.PutOutcome in net.sf.ehcache.statistics
Methods in net.sf.ehcache.statistics that return types with arguments of type StoreOperationOutcomes.PutOutcome Modifier and Type Method Description CoreStatistics.CountOperation<StoreOperationOutcomes.PutOutcome>CoreStatistics. localDiskPut()Local disk put.CoreStatistics.CountOperation<StoreOperationOutcomes.PutOutcome>CoreStatisticsImpl. localDiskPut()CoreStatistics.CountOperation<StoreOperationOutcomes.PutOutcome>CoreStatistics. localHeapPut()Local heap put.CoreStatistics.CountOperation<StoreOperationOutcomes.PutOutcome>CoreStatisticsImpl. localHeapPut()CoreStatistics.CountOperation<StoreOperationOutcomes.PutOutcome>CoreStatistics. localOffHeapPut()Local off heap put.CoreStatistics.CountOperation<StoreOperationOutcomes.PutOutcome>CoreStatisticsImpl. localOffHeapPut() -
Uses of StoreOperationOutcomes.PutOutcome in net.sf.ehcache.statistics.extended
Fields in net.sf.ehcache.statistics.extended with type parameters of type StoreOperationOutcomes.PutOutcome Modifier and Type Field Description static java.util.Set<StoreOperationOutcomes.PutOutcome>ExtendedStatistics. ALL_STORE_PUT_OUTCOMESThe Constant ALL_STORE_PUT_OUTCOMES.Methods in net.sf.ehcache.statistics.extended that return types with arguments of type StoreOperationOutcomes.PutOutcome Modifier and Type Method Description ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome>ExtendedStatistics. diskPut()Disk put.ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome>ExtendedStatisticsImpl. diskPut()ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome>ExtendedStatistics. heapPut()Heap put.ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome>ExtendedStatisticsImpl. heapPut()ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome>ExtendedStatistics. offheapPut()Offheap put.ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome>ExtendedStatisticsImpl. offheapPut() -
Uses of StoreOperationOutcomes.PutOutcome in net.sf.ehcache.store
Methods in net.sf.ehcache.store that return StoreOperationOutcomes.PutOutcome Modifier and Type Method Description static StoreOperationOutcomes.PutOutcomeStoreOperationOutcomes.PutOutcome. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StoreOperationOutcomes.PutOutcome[]StoreOperationOutcomes.PutOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared.
-