public class JvmConfig extends Configuration
| Constructor and Description |
|---|
JvmConfig() |
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GarbageCollector |
getGc() |
Boolean |
getHeapDumpOnOutOfMemoryError() |
Boolean |
getPreferIPv4Stack() |
SecureRandomSource |
getSecureRandom() |
Boolean |
getServer() |
Boolean |
getUseGCOverheadLimit() |
Boolean |
getUseStringDeduplication() |
Integer |
getXms() |
Integer |
getXmx() |
int |
hashCode() |
boolean |
isHeapDumpOnOutOfMemoryError() |
boolean |
isPreferIPv4Stack() |
boolean |
isServer() |
boolean |
isUseGCOverheadLimit() |
boolean |
isUseStringDeduplication() |
entrySet, getAttribute, getAttributeOrDefault, getAttributes, getProject, hasAttribute, put, setAttributes, setProjectpublic Integer getXms()
public Integer getXmx()
public Boolean getServer()
public boolean isServer()
public Boolean getUseStringDeduplication()
public boolean isUseStringDeduplication()
public Boolean getPreferIPv4Stack()
public boolean isPreferIPv4Stack()
public Boolean getHeapDumpOnOutOfMemoryError()
public boolean isHeapDumpOnOutOfMemoryError()
public Boolean getUseGCOverheadLimit()
public boolean isUseGCOverheadLimit()
public GarbageCollector getGc()
public SecureRandomSource getSecureRandom()
Copyright © 2018–2021 Red Hat. All rights reserved.