|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PWCFileCacheStats
Provides statistical information on the httpservice file cache
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface org.glassfish.j2ee.statistics.Stats |
|---|
getStatistic, getStatisticNames, getStatistics |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||