| Package | Description |
|---|---|
| io.dekorate.option.annotation | |
| io.dekorate.option.config |
| Modifier and Type | Method and Description |
|---|---|
static GarbageCollector |
GarbageCollector.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GarbageCollector[] |
GarbageCollector.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GarbageCollector |
JvmConfig.getGc() |
GarbageCollector |
JvmConfigFluentImpl.getGc() |
GarbageCollector |
JvmConfigFluent.getGc() |
| Modifier and Type | Method and Description |
|---|---|
A |
JvmConfigFluentImpl.withGc(GarbageCollector gc) |
A |
JvmConfigFluent.withGc(GarbageCollector gc) |
| Constructor and Description |
|---|
EditableJvmConfig(Project project,
Map<ConfigKey,Object> attributes,
int xms,
int xmx,
boolean server,
boolean useStringDeduplication,
boolean preferIPv4Stack,
boolean heapDumpOnOutOfMemoryError,
boolean useGCOverheadLimit,
GarbageCollector gc,
SecureRandomSource secureRandom) |
JvmConfig(Project project,
Map<ConfigKey,Object> attributes,
int xms,
int xmx,
boolean server,
boolean useStringDeduplication,
boolean preferIPv4Stack,
boolean heapDumpOnOutOfMemoryError,
boolean useGCOverheadLimit,
GarbageCollector gc,
SecureRandomSource secureRandom) |
Copyright © 2018–2021 Red Hat. All rights reserved.