|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface OnLowMemory
BTrace methods annotated by this annotation are called when the traced JVM's specified memory pool exceeds specified threshold size.
Required Element Summary | |
---|---|
java.lang.String |
pool
The memory pool name. |
long |
threshold
The threashold size to watch for. |
Element Detail |
---|
public abstract java.lang.String pool
public abstract long threshold
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |