com.sun.enterprise.v3.services.impl.monitor.probes
Class FileCacheProbeProvider
java.lang.Object
com.sun.enterprise.v3.services.impl.monitor.probes.FileCacheProbeProvider
public class FileCacheProbeProvider
- extends Object
Probe provider interface for file-cache related events.
- Author:
- Alexey Stashok
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileCacheProbeProvider
public FileCacheProbeProvider()
countHitEvent
public void countHitEvent(String fileCacheName)
countMissEvent
public void countMissEvent(String fileCacheName)
countInfoHitEvent
public void countInfoHitEvent(String fileCacheName)
countInfoMissEvent
public void countInfoMissEvent(String fileCacheName)
countContentHitEvent
public void countContentHitEvent(String fileCacheName)
countContentMissEvent
public void countContentMissEvent(String fileCacheName)
incOpenCacheEntriesEvent
public void incOpenCacheEntriesEvent(String fileCacheName)
decOpenCacheEntriesEvent
public void decOpenCacheEntriesEvent(String fileCacheName)
addHeapSizeEvent
public void addHeapSizeEvent(String fileCacheName,
long size)
subHeapSizeEvent
public void subHeapSizeEvent(String fileCacheName,
long size)
addMappedMemorySizeEvent
public void addMappedMemorySizeEvent(String fileCacheName,
long size)
subMappedMemorySizeEvent
public void subMappedMemorySizeEvent(String fileCacheName,
long size)
Copyright © 2012. All Rights Reserved.