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.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() |
Modifier and Type | Method and Description |
---|---|
ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome> |
ExtendedStatisticsImpl.diskGet() |
ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome> |
ExtendedStatistics.diskGet()
Disk get.
|
ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome> |
ExtendedStatisticsImpl.heapGet() |
ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome> |
ExtendedStatistics.heapGet()
Heap get.
|
ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome> |
ExtendedStatisticsImpl.offheapGet() |
ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome> |
ExtendedStatistics.offheapGet()
Offheap get.
|
Modifier and Type | Method and Description |
---|---|
static StoreOperationOutcomes.GetOutcome |
StoreOperationOutcomes.GetOutcome.valueOf(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.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.