Package org.cache2k.core.api
Interface CommonMetrics.Updater
-
- All Superinterfaces:
CommonMetrics
- All Known Implementing Classes:
CommonMetrics.BlackHole,StandardCommonMetrics
- Enclosing interface:
- CommonMetrics
public static interface CommonMetrics.Updater extends CommonMetrics
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cache2k.core.api.CommonMetrics
CommonMetrics.BlackHole, CommonMetrics.Updater
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexpiredKept()voidexplicitLoad(long millis)voidgoneSpin()voidheapHit()voidheapHitButNoRead()voidloadException()voidpeekHitNotFresh()voidpeekMiss()voidputHit()voidputNewEntry()voidreadThrough(long millis)voidrefresh(long millis)voidrefreshedHit()voidrefreshRejected()voidsuppressedException()voidtimerEvent()-
Methods inherited from interface org.cache2k.core.api.CommonMetrics
getExpiredKeptCount, getExplicitLoadCount, getGoneSpinCount, getHeapHitButNoReadCount, getHeapHitCount, getLoadExceptionCount, getLoadMillis, getPeekHitNotFreshCount, getPeekMissCount, getPutHitCount, getPutNewEntryCount, getReadThroughCount, getRefreshCount, getRefreshedHitCount, getRefreshRejectedCount, getSuppressedExceptionCount, getTimerEventCount, isDisabled
-
-
-
-
Method Detail
-
heapHit
void heapHit()
-
putNewEntry
void putNewEntry()
-
putHit
void putHit()
-
heapHitButNoRead
void heapHitButNoRead()
-
timerEvent
void timerEvent()
-
readThrough
void readThrough(long millis)
-
explicitLoad
void explicitLoad(long millis)
-
refresh
void refresh(long millis)
-
loadException
void loadException()
-
suppressedException
void suppressedException()
-
expiredKept
void expiredKept()
-
peekMiss
void peekMiss()
-
peekHitNotFresh
void peekHitNotFresh()
-
refreshedHit
void refreshedHit()
-
refreshRejected
void refreshRejected()
-
goneSpin
void goneSpin()
-
-