|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtendedStatistics
The ExtendedStatistics interface.
| Nested Class Summary | |
|---|---|
static interface |
ExtendedStatistics.Latency
The Interface Latency. |
static interface |
ExtendedStatistics.Operation<T extends Enum<T>>
The Interface Operation. |
static interface |
ExtendedStatistics.Result
The Interface Result. |
static interface |
ExtendedStatistics.Statistic<T extends Number>
The Interface Statistic. |
| Field Summary | |
|---|---|
static Set<CacheOperationOutcomes.GetOutcome> |
ALL_CACHE_GET_OUTCOMES
The Constant ALL_CACHE_GET_OUTCOMES. |
static Set<CacheOperationOutcomes.GetOutcome> |
ALL_CACHE_MISS_OUTCOMES
The Constant ALL_CACHE_MISS_OUTCOMES. |
static Set<CacheOperationOutcomes.PutOutcome> |
ALL_CACHE_PUT_OUTCOMES
The Constant ALL_CACHE_PUT_OUTCOMES. |
static Set<StoreOperationOutcomes.PutOutcome> |
ALL_STORE_PUT_OUTCOMES
The Constant ALL_STORE_PUT_OUTCOMES. |
| Field Detail |
|---|
static final Set<CacheOperationOutcomes.PutOutcome> ALL_CACHE_PUT_OUTCOMES
static final Set<CacheOperationOutcomes.GetOutcome> ALL_CACHE_GET_OUTCOMES
static final Set<CacheOperationOutcomes.GetOutcome> ALL_CACHE_MISS_OUTCOMES
static final Set<StoreOperationOutcomes.PutOutcome> ALL_STORE_PUT_OUTCOMES
| Method Detail |
|---|
void setTimeToDisable(long time,
TimeUnit unit)
time - the timeunit - the unitvoid setAlwaysOn(boolean alwaysOn)
alwaysOn - the new always onExtendedStatistics.Operation<CacheOperationOutcomes.GetOutcome> get()
ExtendedStatistics.Operation<CacheOperationOutcomes.PutOutcome> put()
ExtendedStatistics.Operation<CacheOperationOutcomes.RemoveOutcome> remove()
ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome> heapGet()
ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome> offheapGet()
ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome> diskGet()
ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome> heapPut()
ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome> offheapPut()
ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome> diskPut()
ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome> heapRemove()
ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome> offheapRemove()
ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome> diskRemove()
ExtendedStatistics.Operation<CacheOperationOutcomes.SearchOutcome> search()
ExtendedStatistics.Operation<XaCommitOutcome> xaCommit()
ExtendedStatistics.Operation<XaRollbackOutcome> xaRollback()
ExtendedStatistics.Operation<XaRecoveryOutcome> xaRecovery()
ExtendedStatistics.Operation<CacheOperationOutcomes.EvictionOutcome> eviction()
ExtendedStatistics.Operation<CacheOperationOutcomes.ExpiredOutcome> expiry()
ExtendedStatistics.Result allGet()
ExtendedStatistics.Result allMiss()
ExtendedStatistics.Result allPut()
ExtendedStatistics.Result heapAllPut()
ExtendedStatistics.Result offHeapAllPut()
ExtendedStatistics.Result diskAllPut()
ExtendedStatistics.Statistic<Double> cacheHitRatio()
<T extends Enum<T>> Set<ExtendedStatistics.Operation<T>> operations(Class<T> outcome,
String name,
String... tags)
T - the generic typeoutcome - the outcomename - the nametags - the tags
org.terracotta.statistics.ValueStatistic<Number> getSize()
org.terracotta.statistics.ValueStatistic<Number> getLocalHeapSize()
org.terracotta.statistics.ValueStatistic<Number> getLocalHeapSizeInBytes()
org.terracotta.statistics.ValueStatistic<Number> getLocalOffHeapSize()
org.terracotta.statistics.ValueStatistic<Number> getLocalOffHeapSizeInBytes()
org.terracotta.statistics.ValueStatistic<Number> getLocalDiskSize()
org.terracotta.statistics.ValueStatistic<Number> getLocalDiskSizeInBytes()
org.terracotta.statistics.ValueStatistic<Number> getRemoteSize()
org.terracotta.statistics.ValueStatistic<Number> getWriterQueueLength()
|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||