protected static void |
FileCache.notifyProbesEntryAdded(FileCache fileCache,
FileCacheEntry entry) |
|
protected static void |
FileCache.notifyProbesEntryHit(FileCache fileCache,
FileCacheEntry entry) |
|
protected static void |
FileCache.notifyProbesEntryMissed(FileCache fileCache,
org.glassfish.grizzly.http.HttpRequestPacket request) |
|
protected static void |
FileCache.notifyProbesEntryRemoved(FileCache fileCache,
FileCacheEntry entry) |
|
protected static void |
FileCache.notifyProbesError(FileCache fileCache,
Throwable error) |
|
void |
FileCacheProbe.Adapter.onEntryAddedEvent(FileCache fileCache,
FileCacheEntry entry) |
Method will be called, when file cache entry gets added.
|
void |
FileCacheProbe.onEntryAddedEvent(FileCache fileCache,
FileCacheEntry entry) |
Method will be called, when file cache entry gets added.
|
void |
FileCacheProbe.Adapter.onEntryHitEvent(FileCache fileCache,
FileCacheEntry entry) |
Method will be called, when file cache entry gets hit.
|
void |
FileCacheProbe.onEntryHitEvent(FileCache fileCache,
FileCacheEntry entry) |
Method will be called, when file cache entry gets hit.
|
void |
FileCacheProbe.Adapter.onEntryMissedEvent(FileCache fileCache,
String host,
String requestURI) |
Method will be called, when file cache entry is missed for some resource.
|
void |
FileCacheProbe.onEntryMissedEvent(FileCache fileCache,
String host,
String requestURI) |
Method will be called, when file cache entry is missed for some resource.
|
void |
FileCacheProbe.Adapter.onEntryRemovedEvent(FileCache fileCache,
FileCacheEntry entry) |
Method will be called, when file cache entry gets removed.
|
void |
FileCacheProbe.onEntryRemovedEvent(FileCache fileCache,
FileCacheEntry entry) |
Method will be called, when file cache entry gets removed.
|
void |
FileCacheProbe.Adapter.onErrorEvent(FileCache fileCache,
Throwable error) |
Method will be called, when error occurs on the FileCache.
|
void |
FileCacheProbe.onErrorEvent(FileCache fileCache,
Throwable error) |
Method will be called, when error occurs on the FileCache.
|