Modifier and Type | Method and Description |
---|---|
CountStatistic |
getCountContentHits()
The Number of hits on cached file content
|
CountStatistic |
getCountContentMisses()
The Number of misses on cached file content
|
CountStatistic |
getCountEntries()
The number of current cache entries.
|
CountStatistic |
getCountHits()
The Number of cache lookup hits
|
CountStatistic |
getCountInfoHits()
The Number of hits on cached file info
|
CountStatistic |
getCountInfoMisses()
The Number of misses on cached file info
|
CountStatistic |
getCountMisses()
The Number of cache lookup misses
|
CountStatistic |
getCountOpenEntries()
The number of current open cache entries
|
CountStatistic |
getFlagEnabled()
Returns whether the file cache us enabled.
|
CountStatistic |
getMaxEntries()
The maximum number of cache entries
|
CountStatistic |
getMaxHeapCacheSize()
The Maximum heap space used for cache
|
CountStatistic |
getMaxMmapCacheSize()
The Maximum Memory Map size to be used for caching
|
CountStatistic |
getMaxOpenEntries()
The Maximum number of open cache entries
|
CountStatistic |
getSecondsMaxAge()
The maximum age of a valid cache entry
|
CountStatistic |
getSizeHeapCache()
The Heap space used for cache
|
CountStatistic |
getSizeMmapCache()
The size of Mapped memory used for caching
|
getStatistic, getStatisticNames, getStatistics
CountStatistic getFlagEnabled()
CountStatistic getSecondsMaxAge()
CountStatistic getCountEntries()
CountStatistic getMaxEntries()
CountStatistic getCountOpenEntries()
CountStatistic getMaxOpenEntries()
CountStatistic getSizeHeapCache()
CountStatistic getMaxHeapCacheSize()
CountStatistic getSizeMmapCache()
CountStatistic getMaxMmapCacheSize()
CountStatistic getCountHits()
CountStatistic getCountMisses()
CountStatistic getCountInfoHits()
CountStatistic getCountInfoMisses()
CountStatistic getCountContentHits()
CountStatistic getCountContentMisses()
Copyright © 2018. All rights reserved.