public static class Snapshot.Options
extends com.jniwrapper.util.FlagSet
Constructor and Description |
---|
Options() |
Options(boolean snapAll) |
Options(long flags) |
Modifier and Type | Method and Description |
---|---|
boolean |
isInherit() |
boolean |
isSnapAll() |
boolean |
isSnapHeapList() |
boolean |
isSnapModule() |
boolean |
isSnapProcess() |
boolean |
isSnapThread() |
void |
setInherit(boolean set)
Specifies whether a snapshot is to be inheritable.
|
void |
setSnapAll(boolean set)
Specifies whether to include all processes and threads in the system.
|
void |
setSnapHeapList(boolean set)
Specifies whether to include all heaps of the process specified in the snapshot.
|
void |
setSnapModule(boolean set)
Specifies whether to include all modules of the process specified in the snapshot.
|
void |
setSnapProcess(boolean set)
Specifies whether to include all processes in the system in the snapshot.
|
void |
setSnapThread(boolean set)
Specifies whether to include all threads in the system in the snapshot.
|
public Options()
public Options(long flags)
public Options(boolean snapAll)
public void setSnapHeapList(boolean set)
set
- public boolean isSnapHeapList()
public void setSnapProcess(boolean set)
set
- public boolean isSnapProcess()
public void setSnapThread(boolean set)
set
- public boolean isSnapThread()
public void setSnapModule(boolean set)
set
- public boolean isSnapModule()
public void setInherit(boolean set)
set
- public boolean isInherit()
public void setSnapAll(boolean set)
set
- public boolean isSnapAll()