public class JvmConfigFluent<A extends JvmConfigFluent<A>> extends ConfigurationFluent<A>
ConfigurationFluent.ProjectNested<N>| Constructor and Description |
|---|
JvmConfigFluent() |
JvmConfigFluent(JvmConfig instance) |
addToAttributes, addToAttributes, buildProject, copyInstance, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectpublic JvmConfigFluent()
public JvmConfigFluent(JvmConfig instance)
protected void copyInstance(JvmConfig instance)
public Integer getXms()
public boolean hasXms()
public Integer getXmx()
public boolean hasXmx()
public Boolean getServer()
public boolean hasServer()
public Boolean getUseStringDeduplication()
public boolean hasUseStringDeduplication()
public Boolean getPreferIPv4Stack()
public boolean hasPreferIPv4Stack()
public Boolean getHeapDumpOnOutOfMemoryError()
public A withHeapDumpOnOutOfMemoryError(Boolean heapDumpOnOutOfMemoryError)
public boolean hasHeapDumpOnOutOfMemoryError()
public Boolean getUseGCOverheadLimit()
public boolean hasUseGCOverheadLimit()
public GarbageCollector getGc()
public A withGc(GarbageCollector gc)
public boolean hasGc()
public SecureRandomSource getSecureRandom()
public A withSecureRandom(SecureRandomSource secureRandom)
public boolean hasSecureRandom()
public boolean equals(Object o)
equals in class ConfigurationFluent<A extends JvmConfigFluent<A>>public int hashCode()
hashCode in class ConfigurationFluent<A extends JvmConfigFluent<A>>public String toString()
toString in class ConfigurationFluent<A extends JvmConfigFluent<A>>public A withServer()
public A withUseStringDeduplication()
public A withPreferIPv4Stack()
public A withHeapDumpOnOutOfMemoryError()
public A withUseGCOverheadLimit()
Copyright © 2018–2024 Red Hat. All rights reserved.