|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.util.HeapUtil
public class HeapUtil
| Constructor Summary | |
|---|---|
HeapUtil()
|
|
| Method Summary | ||
|---|---|---|
static int |
getProcessId()
|
|
static
|
heapDump(boolean live,
boolean binary,
String file,
OutputProcessor<O,E> outputProcessor)
|
|
static
|
heapDump(int processId,
boolean live,
boolean binary,
String file,
OutputProcessor<O,E> outputProcessor)
|
|
static boolean |
isSupported()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeapUtil()
| Method Detail |
|---|
public static int getProcessId()
public static <O,E> Future<ObjectValuePair<O,E>> heapDump(boolean live,
boolean binary,
String file,
OutputProcessor<O,E> outputProcessor)
public static <O,E> Future<ObjectValuePair<O,E>> heapDump(int processId,
boolean live,
boolean binary,
String file,
OutputProcessor<O,E> outputProcessor)
public static boolean isSupported()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||