Skip Headers
Oracle GlassFish Server Reference Manual
Release 3.1.2

Part Number E24938-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

glassfish:kernel:file-cache:addHeapSizeEvent

add heap size event

Synopsis

glassfish:kernel:file-cache:addHeapSizeEvent(
java.lang.String fileCacheName,
long size)

Description

This event is called when the file cache allocates additional heap memory for its resources.

Use this event to count heap memory size used by the file cache.

Parameters

fileCacheName

The file cache name.

size

The size of the newly allocated heap memory block.