public class JvmConfigFluentImpl<A extends JvmConfigFluent<A>> extends ConfigurationFluentImpl<A> implements JvmConfigFluent<A>
ConfigurationFluentImpl.ProjectNestedImpl<N>ConfigurationFluent.ProjectNested<N>| Constructor and Description |
|---|
JvmConfigFluentImpl() |
JvmConfigFluentImpl(JvmConfig instance) |
| 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() |
Boolean |
hasGc() |
int |
hashCode() |
Boolean |
hasHeapDumpOnOutOfMemoryError() |
Boolean |
hasPreferIPv4Stack() |
Boolean |
hasSecureRandom() |
Boolean |
hasServer() |
Boolean |
hasUseGCOverheadLimit() |
Boolean |
hasUseStringDeduplication() |
Boolean |
hasXms() |
Boolean |
hasXmx() |
A |
withGc(GarbageCollector gc) |
A |
withHeapDumpOnOutOfMemoryError(Boolean heapDumpOnOutOfMemoryError) |
A |
withPreferIPv4Stack(Boolean preferIPv4Stack) |
A |
withSecureRandom(SecureRandomSource secureRandom) |
A |
withServer(Boolean server) |
A |
withUseGCOverheadLimit(Boolean useGCOverheadLimit) |
A |
withUseStringDeduplication(Boolean useStringDeduplication) |
A |
withXms(Integer xms) |
A |
withXmx(Integer xmx) |
addToAttributes, addToAttributes, buildProject, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddToAttributes, addToAttributes, buildProject, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectpublic JvmConfigFluentImpl()
public JvmConfigFluentImpl(JvmConfig instance)
public Integer getXms()
getXms in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public A withXms(Integer xms)
withXms in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Boolean hasXms()
hasXms in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Integer getXmx()
getXmx in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public A withXmx(Integer xmx)
withXmx in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Boolean hasXmx()
hasXmx in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Boolean getServer()
getServer in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public A withServer(Boolean server)
withServer in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Boolean hasServer()
hasServer in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Boolean getUseStringDeduplication()
getUseStringDeduplication in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public A withUseStringDeduplication(Boolean useStringDeduplication)
withUseStringDeduplication in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Boolean hasUseStringDeduplication()
hasUseStringDeduplication in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Boolean getPreferIPv4Stack()
getPreferIPv4Stack in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public A withPreferIPv4Stack(Boolean preferIPv4Stack)
withPreferIPv4Stack in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Boolean hasPreferIPv4Stack()
hasPreferIPv4Stack in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Boolean getHeapDumpOnOutOfMemoryError()
getHeapDumpOnOutOfMemoryError in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public A withHeapDumpOnOutOfMemoryError(Boolean heapDumpOnOutOfMemoryError)
withHeapDumpOnOutOfMemoryError in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Boolean hasHeapDumpOnOutOfMemoryError()
hasHeapDumpOnOutOfMemoryError in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Boolean getUseGCOverheadLimit()
getUseGCOverheadLimit in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public A withUseGCOverheadLimit(Boolean useGCOverheadLimit)
withUseGCOverheadLimit in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Boolean hasUseGCOverheadLimit()
hasUseGCOverheadLimit in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public GarbageCollector getGc()
getGc in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public A withGc(GarbageCollector gc)
withGc in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Boolean hasGc()
hasGc in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public SecureRandomSource getSecureRandom()
getSecureRandom in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public A withSecureRandom(SecureRandomSource secureRandom)
withSecureRandom in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Boolean hasSecureRandom()
hasSecureRandom in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public boolean equals(Object o)
equals in class ConfigurationFluentImpl<A extends JvmConfigFluent<A>>public int hashCode()
hashCode in class ConfigurationFluentImpl<A extends JvmConfigFluent<A>>Copyright © 2018–2022 Red Hat. All rights reserved.