FileDocCategorySizeDatePackage
FileCacheStats.javaAPI DocGlassfish v2 API3709Fri May 04 22:31:02 BST 2007com.sun.appserv.management.monitor.statistics

FileCacheStats

public interface FileCacheStats implements javax.management.j2ee.statistics.Stats
see
com.sun.appserv.management.monitor.FileCacheMonitor

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.CountStatisticgetCountContentHits()

public javax.management.j2ee.statistics.CountStatisticgetCountContentMisses()

public javax.management.j2ee.statistics.CountStatisticgetCountEntries()

return
the number of current cache entries. A single cache entry represents a single URI

public javax.management.j2ee.statistics.CountStatisticgetCountHits()

return
Number of cache lookup hits

public javax.management.j2ee.statistics.CountStatisticgetCountInfoHits()

return
number of hits on cached file info

public javax.management.j2ee.statistics.CountStatisticgetCountInfoMisses()

return
number of misses on cached file info

public javax.management.j2ee.statistics.CountStatisticgetCountMisses()

return
number of cache lookup misses

public javax.management.j2ee.statistics.CountStatisticgetCountOpenEntries()

return
number of current open cache entries

public javax.management.j2ee.statistics.CountStatisticgetFlagEnabled()

return
is the FileCache enabled.

public javax.management.j2ee.statistics.CountStatisticgetMaxEntries()

return
the maximum entries in the fileCache

public javax.management.j2ee.statistics.CountStatisticgetMaxHeapCacheSize()

return
the maximum heap space used for cache

public javax.management.j2ee.statistics.CountStatisticgetMaxMmapCacheSize()

public javax.management.j2ee.statistics.CountStatisticgetMaxOpenEntries()

return
maximum number of current open cache entries

public javax.management.j2ee.statistics.CountStatisticgetSecondsMaxAge()

public javax.management.j2ee.statistics.CountStatisticgetSizeHeapCache()

return
the heap space used for cache

public javax.management.j2ee.statistics.CountStatisticgetSizeMmapCache()