FileDocCategorySizeDatePackage
PWCFileCacheStats.javaAPI DocGlassfish v2 API4891Fri May 04 22:25:48 BST 2007com.sun.enterprise.admin.monitor.stats

PWCFileCacheStats

public interface PWCFileCacheStats implements javax.management.j2ee.statistics.Stats
Provides statistical information on the httpservice file cache

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.CountStatisticgetCountContentHits()
The Number of hits on cached file content

return
hits on cache file content

public javax.management.j2ee.statistics.CountStatisticgetCountContentMisses()
The Number of misses on cached file content

return
missed on cached file content

public javax.management.j2ee.statistics.CountStatisticgetCountEntries()
The number of current cache entries. A single cache entry represents a single URI

return
current cache entries

public javax.management.j2ee.statistics.CountStatisticgetCountHits()
The Number of cache lookup hits

return
cache hits

public javax.management.j2ee.statistics.CountStatisticgetCountInfoHits()
The Number of hits on cached file info

return
hits on cached file info

public javax.management.j2ee.statistics.CountStatisticgetCountInfoMisses()
The Number of misses on cached file info

return
misses on cache file info

public javax.management.j2ee.statistics.CountStatisticgetCountMisses()
The Number of cache lookup misses

return
cache misses

public javax.management.j2ee.statistics.CountStatisticgetCountOpenEntries()
The number of current open cache entries

return
open cache entries

public javax.management.j2ee.statistics.CountStatisticgetFlagEnabled()
Returns whether the file cache us enabled. 1 of enabled, 0 otherwise

return
enabled

public javax.management.j2ee.statistics.CountStatisticgetMaxEntries()
The maximum number of cache entries

return
max cache entries

public javax.management.j2ee.statistics.CountStatisticgetMaxHeapCacheSize()
The Maximum heap space used for cache

return
Max heap size

public javax.management.j2ee.statistics.CountStatisticgetMaxMmapCacheSize()
The Maximum Memory Map size to be used for caching

return
Max Memory Map size

public javax.management.j2ee.statistics.CountStatisticgetMaxOpenEntries()
The Maximum number of open cache entries

return
Max open cache entries

public javax.management.j2ee.statistics.CountStatisticgetSecondsMaxAge()
The maximum age of a valid cache entry

return
cache entry max age

public javax.management.j2ee.statistics.CountStatisticgetSizeHeapCache()
The Heap space used for cache

return
heap size

public javax.management.j2ee.statistics.CountStatisticgetSizeMmapCache()
The size of Mapped memory used for caching

return
Mapped memory size