| 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()
Garbage Collector implementation.
|
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,
Integer xms,
Integer xmx,
Boolean server,
Boolean useStringDeduplication,
Boolean preferIPv4Stack,
Boolean heapDumpOnOutOfMemoryError,
Boolean useGCOverheadLimit,
GarbageCollector gc,
SecureRandomSource secureRandom) |
JvmConfig(Project project,
Map<ConfigKey,Object> attributes,
Integer xms,
Integer xmx,
Boolean server,
Boolean useStringDeduplication,
Boolean preferIPv4Stack,
Boolean heapDumpOnOutOfMemoryError,
Boolean useGCOverheadLimit,
GarbageCollector gc,
SecureRandomSource secureRandom) |
Copyright © 2018–2022 Red Hat. All rights reserved.