public class EhcacheStats extends AbstractStats
AbstractStats,
Statistics| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AVERAGE_GET_TIME |
static java.lang.String |
AVERAGE_SEARCH_TIME |
static java.lang.String |
ELEMENTS |
static java.lang.String |
EVICTION_COUNT |
static java.lang.String |
HIT_RATIO |
static java.lang.String |
HITS |
static java.lang.String |
IN_MEMORY_ELEMENTS |
static java.lang.String |
IN_MEMORY_HITS |
static java.lang.String |
IN_MEMORY_MISSES |
static java.lang.String |
MISSES |
static java.lang.String |
OFF_HEAP_ELEMENTS |
static java.lang.String |
OFF_HEAP_HITS |
static java.lang.String |
OFF_HEAP_MISSES |
static java.lang.String |
ON_DISK_ELEMENTS |
static java.lang.String |
ON_DISK_HITS |
static java.lang.String |
ON_DISK_MISSES |
static java.lang.String |
SEARCHES_PER_SECOND |
static java.lang.String |
STATISTICS_ACCURACY |
static java.lang.String |
WRITER_QUEUE_LENGTH |
MB| Constructor and Description |
|---|
EhcacheStats(java.lang.String name)
Creates a new stats object of this type with given name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAvailableValueNames() |
StatValue |
getAverageGetTime() |
StatValue |
getAverageSearchTime() |
StatValue |
getElements() |
StatValue |
getEvictionCount() |
StatValue |
getHitRatio() |
StatValue |
getHits() |
StatValue |
getInMemoryElements() |
StatValue |
getInMemoryHits() |
StatValue |
getInMemoryMisses() |
StatValue |
getMisses() |
StatValue |
getOffHeapElements() |
StatValue |
getOffHeapHits() |
StatValue |
getOffHeapMisses() |
StatValue |
getOnDiskElements() |
StatValue |
getOnDiskHits() |
StatValue |
getOnDiskMisses() |
StatValue |
getSearchesPerSecond() |
StatValue |
getStatisticsAccuracy() |
java.lang.String |
getValueByNameAsString(java.lang.String valueName,
java.lang.String intervalName,
TimeUnit timeUnit) |
StatValue |
getWriterQueueLength() |
java.lang.String |
toStatsString(java.lang.String aIntervalName,
TimeUnit unit) |
addStatValues, createCallExecution, destroy, getName, isEmpty, toStatsString, toStatsString, toStatsString, toStringpublic static final java.lang.String STATISTICS_ACCURACY
public static final java.lang.String HIT_RATIO
public static final java.lang.String HITS
public static final java.lang.String IN_MEMORY_HITS
public static final java.lang.String OFF_HEAP_HITS
public static final java.lang.String ON_DISK_HITS
public static final java.lang.String MISSES
public static final java.lang.String IN_MEMORY_MISSES
public static final java.lang.String OFF_HEAP_MISSES
public static final java.lang.String ON_DISK_MISSES
public static final java.lang.String ELEMENTS
public static final java.lang.String IN_MEMORY_ELEMENTS
public static final java.lang.String OFF_HEAP_ELEMENTS
public static final java.lang.String ON_DISK_ELEMENTS
public static final java.lang.String AVERAGE_GET_TIME
public static final java.lang.String AVERAGE_SEARCH_TIME
public static final java.lang.String SEARCHES_PER_SECOND
public static final java.lang.String EVICTION_COUNT
public static final java.lang.String WRITER_QUEUE_LENGTH
public EhcacheStats(java.lang.String name)
name - name of the stats object.public StatValue getStatisticsAccuracy()
public StatValue getHitRatio()
public StatValue getHits()
public StatValue getInMemoryHits()
public StatValue getOffHeapHits()
public StatValue getOnDiskHits()
public StatValue getMisses()
public StatValue getInMemoryMisses()
public StatValue getOffHeapMisses()
public StatValue getOnDiskMisses()
public StatValue getElements()
public StatValue getInMemoryElements()
public StatValue getOffHeapElements()
public StatValue getOnDiskElements()
public StatValue getAverageGetTime()
public StatValue getAverageSearchTime()
public StatValue getSearchesPerSecond()
public StatValue getEvictionCount()
public StatValue getWriterQueueLength()
public java.util.List<java.lang.String> getAvailableValueNames()
getAvailableValueNames in interface IStatsgetAvailableValueNames in interface StatsMXBeangetAvailableValueNames in class AbstractStatspublic java.lang.String getValueByNameAsString(java.lang.String valueName,
java.lang.String intervalName,
TimeUnit timeUnit)
getValueByNameAsString in interface IStatsgetValueByNameAsString in class AbstractStatspublic java.lang.String toStatsString(java.lang.String aIntervalName,
TimeUnit unit)
Copyright © 2010-2018 anotheria.net. All Rights Reserved.