GCMonitor.Empty
Constructor and Description |
---|
GCMonitor.Empty() |
Modifier and Type | Method and Description |
---|---|
void |
cleaned(long reclaimedSize,
long currentSize)
The cleanup phase of the garbage collection process terminated successfully.
|
void |
compacted()
The compaction phase of the garbage collection process terminated successfully.
|
void |
error(String message,
Exception e)
An error caused the garbage collection process to terminate prematurely.
|
void |
info(String message,
Object[] arguments)
Informal notification on the progress of garbage collection.
|
void |
skipped(String reason,
Object[] arguments)
A garbage collection cycle is skipped for a specific
reason . |
void |
warn(String message,
Object[] arguments)
Warning about a condition that might have advert effects on the overall
garbage collection process but does not prevent the process from running.
|
public void info(String message, Object[] arguments)
GCMonitor
public void warn(String message, Object[] arguments)
GCMonitor
public void error(String message, Exception e)
GCMonitor
public void skipped(String reason, Object[] arguments)
GCMonitor
reason
.public void compacted()
GCMonitor
public void cleaned(long reclaimedSize, long currentSize)
GCMonitor
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"