public class ToolsMain extends Object implements IToolsMain
| Constructor and Description |
|---|
ToolsMain() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
heaphisto(int skip,
int limit,
String filter) |
void |
heaphisto(PrintWriter out) |
List<String> |
threadDump(int skip,
int limit) |
void |
threadDump(PrintWriter out) |
public void heaphisto(PrintWriter out)
heaphisto in interface IToolsMainpublic List<String> heaphisto(int skip, int limit, String filter)
heaphisto in interface IToolsMainpublic void threadDump(PrintWriter out)
threadDump in interface IToolsMainpublic List<String> threadDump(int skip, int limit)
threadDump in interface IToolsMainCopyright © 2021. All rights reserved.