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.
|
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.