-
public final class TakeHeapSnapshotRequestRequest object containing input parameters for the HeapProfilerDomain.takeHeapSnapshot command.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanreportProgressprivate final BooleantreatGlobalObjectsAsRoots
-
Constructor Summary
Constructors Constructor Description TakeHeapSnapshotRequest(Boolean reportProgress, Boolean treatGlobalObjectsAsRoots)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final Booleancomponent2()final TakeHeapSnapshotRequestcopy(Boolean reportProgress, Boolean treatGlobalObjectsAsRoots)final BooleangetReportProgress()If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken. final BooleangetTreatGlobalObjectsAsRoots()If true, a raw snapshot without artifical roots will be generated -
-
Method Detail
-
component1
final Boolean component1()
-
component2
final Boolean component2()
-
copy
final TakeHeapSnapshotRequest copy(Boolean reportProgress, Boolean treatGlobalObjectsAsRoots)
-
getReportProgress
final Boolean getReportProgress()
If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken.
-
getTreatGlobalObjectsAsRoots
final Boolean getTreatGlobalObjectsAsRoots()
If true, a raw snapshot without artifical roots will be generated
-
-
-
-