@FunctionalInterfaceSE protected static interface HeapDumpWebEndpoint.HeapDumper
| 修飾子と型 | メソッドと説明 |
|---|---|
void | dumpHeap(FileSE file, boolean live) 現在のヒープを指定したファイルにダンプします。 |
void dumpHeap(FileSE file, boolean live) throws IOExceptionSE, InterruptedExceptionSE
file - ヒープをダンプするファイル live - ライブオブジェクト(つまり、他のオブジェクトから到達可能なオブジェクト)のみをダンプする必要がある場合 IOExceptionSE - IO エラー時 InterruptedExceptionSE - スレッドの中断時 Copyright © 2019 Pivotal Software, Inc.. All rights reserved.