|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreOperationOutcomes.PutOutcome | |
---|---|
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 | |
---|---|
CoreStatistics.CountOperation<StoreOperationOutcomes.PutOutcome> |
CoreStatisticsImpl.localDiskPut()
|
CoreStatistics.CountOperation<StoreOperationOutcomes.PutOutcome> |
CoreStatistics.localDiskPut()
Local disk put. |
CoreStatistics.CountOperation<StoreOperationOutcomes.PutOutcome> |
CoreStatisticsImpl.localHeapPut()
|
CoreStatistics.CountOperation<StoreOperationOutcomes.PutOutcome> |
CoreStatistics.localHeapPut()
Local heap put. |
CoreStatistics.CountOperation<StoreOperationOutcomes.PutOutcome> |
CoreStatisticsImpl.localOffHeapPut()
|
CoreStatistics.CountOperation<StoreOperationOutcomes.PutOutcome> |
CoreStatistics.localOffHeapPut()
Local off heap put. |
Uses of StoreOperationOutcomes.PutOutcome in net.sf.ehcache.statistics.extended |
---|
Fields in net.sf.ehcache.statistics.extended with type parameters of type StoreOperationOutcomes.PutOutcome | |
---|---|
static Set<StoreOperationOutcomes.PutOutcome> |
ExtendedStatistics.ALL_STORE_PUT_OUTCOMES
The Constant ALL_STORE_PUT_OUTCOMES. |
Methods in net.sf.ehcache.statistics.extended that return types with arguments of type StoreOperationOutcomes.PutOutcome | |
---|---|
ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome> |
ExtendedStatisticsImpl.diskPut()
|
ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome> |
ExtendedStatistics.diskPut()
Disk put. |
ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome> |
ExtendedStatisticsImpl.heapPut()
|
ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome> |
ExtendedStatistics.heapPut()
Heap put. |
ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome> |
ExtendedStatisticsImpl.offheapPut()
|
ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome> |
ExtendedStatistics.offheapPut()
Offheap put. |
Uses of StoreOperationOutcomes.PutOutcome in net.sf.ehcache.store |
---|
Methods in net.sf.ehcache.store that return StoreOperationOutcomes.PutOutcome | |
---|---|
static StoreOperationOutcomes.PutOutcome |
StoreOperationOutcomes.PutOutcome.valueOf(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. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |