public static enum DebugOptions.PrintGraphTarget extends Enum<DebugOptions.PrintGraphTarget>
DebugOptions.PrintGraph option denoting where graphs dumped as a
result of the DebugOptions.Dump option are sent.| Enum Constant and Description |
|---|
Disable
Do not dump graphs.
|
File
Dump graphs to files.
|
Network
Dump graphs to the network.
|
| Modifier and Type | Method and Description |
|---|---|
static DebugOptions.PrintGraphTarget |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DebugOptions.PrintGraphTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DebugOptions.PrintGraphTarget File
public static final DebugOptions.PrintGraphTarget Network
DebugOptions.PrintGraphHost and DebugOptions.PrintGraphPort options. If a
network connection cannot be opened, dumping falls back to DebugOptions.PrintGraphTarget.File dumping.public static final DebugOptions.PrintGraphTarget Disable
public static DebugOptions.PrintGraphTarget[] values()
public static DebugOptions.PrintGraphTarget valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null