|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreOperationOutcomes.RemoveOutcome | |
---|---|
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 | |
---|---|
CoreStatistics.CountOperation<StoreOperationOutcomes.RemoveOutcome> |
CoreStatisticsImpl.localDiskRemove()
|
CoreStatistics.CountOperation<StoreOperationOutcomes.RemoveOutcome> |
CoreStatistics.localDiskRemove()
Local disk remove. |
CoreStatistics.CountOperation<StoreOperationOutcomes.RemoveOutcome> |
CoreStatisticsImpl.localHeapRemove()
|
CoreStatistics.CountOperation<StoreOperationOutcomes.RemoveOutcome> |
CoreStatistics.localHeapRemove()
Local heap remove. |
CoreStatistics.CountOperation<StoreOperationOutcomes.RemoveOutcome> |
CoreStatisticsImpl.localOffHeapRemove()
|
CoreStatistics.CountOperation<StoreOperationOutcomes.RemoveOutcome> |
CoreStatistics.localOffHeapRemove()
Local off heap remove. |
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 | |
---|---|
ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome> |
ExtendedStatisticsImpl.diskRemove()
|
ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome> |
ExtendedStatistics.diskRemove()
Disk remove. |
ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome> |
ExtendedStatisticsImpl.heapRemove()
|
ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome> |
ExtendedStatistics.heapRemove()
Heap remove. |
ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome> |
ExtendedStatisticsImpl.offheapRemove()
|
ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome> |
ExtendedStatistics.offheapRemove()
Offheap remove. |
Uses of StoreOperationOutcomes.RemoveOutcome in net.sf.ehcache.store |
---|
Methods in net.sf.ehcache.store that return StoreOperationOutcomes.RemoveOutcome | |
---|---|
static StoreOperationOutcomes.RemoveOutcome |
StoreOperationOutcomes.RemoveOutcome.valueOf(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. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |