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.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() |
Modifier and Type | Field and Description |
---|---|
static Set<StoreOperationOutcomes.PutOutcome> |
ExtendedStatistics.ALL_STORE_PUT_OUTCOMES
The Constant ALL_STORE_PUT_OUTCOMES.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.