Java EE 5 SDK

com.sun.appserv.management.monitor.statistics
Interface FileCacheStats

All Superinterfaces:
Stats

public interface FileCacheStats
extends Stats

See Also:
FileCacheMonitor

Method Summary
 CountStatistic getCountContentHits()
           
 CountStatistic getCountContentMisses()
           
 CountStatistic getCountEntries()
           
 CountStatistic getCountHits()
           
 CountStatistic getCountInfoHits()
           
 CountStatistic getCountInfoMisses()
           
 CountStatistic getCountMisses()
           
 CountStatistic getCountOpenEntries()
           
 CountStatistic getFlagEnabled()
           
 CountStatistic getMaxEntries()
           
 CountStatistic getMaxHeapCacheSize()
           
 CountStatistic getMaxMmapCacheSize()
           
 CountStatistic getMaxOpenEntries()
           
 CountStatistic getSecondsMaxAge()
           
 CountStatistic getSizeHeapCache()
           
 CountStatistic getSizeMmapCache()
           
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getCountContentHits

CountStatistic getCountContentHits()

getCountEntries

CountStatistic getCountEntries()
Returns:
the number of current cache entries. A single cache entry represents a single URI

getMaxEntries

CountStatistic getMaxEntries()
Returns:
the maximum entries in the fileCache

getMaxOpenEntries

CountStatistic getMaxOpenEntries()
Returns:
maximum number of current open cache entries

getCountOpenEntries

CountStatistic getCountOpenEntries()
Returns:
number of current open cache entries

getCountInfoHits

CountStatistic getCountInfoHits()
Returns:
number of hits on cached file info

getCountInfoMisses

CountStatistic getCountInfoMisses()
Returns:
number of misses on cached file info

getCountMisses

CountStatistic getCountMisses()
Returns:
number of cache lookup misses

getCountHits

CountStatistic getCountHits()
Returns:
Number of cache lookup hits

getCountContentMisses

CountStatistic getCountContentMisses()

getSecondsMaxAge

CountStatistic getSecondsMaxAge()

getFlagEnabled

CountStatistic getFlagEnabled()
Returns:
is the FileCache enabled.

getMaxMmapCacheSize

CountStatistic getMaxMmapCacheSize()

getSizeMmapCache

CountStatistic getSizeMmapCache()

getSizeHeapCache

CountStatistic getSizeHeapCache()
Returns:
the heap space used for cache

getMaxHeapCacheSize

CountStatistic getMaxHeapCacheSize()
Returns:
the maximum heap space used for cache

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.