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