public class JvmConfigFluentImpl<A extends JvmConfigFluent<A>> extends ConfigurationFluentImpl<A> implements JvmConfigFluent<A>
_visitables| Constructor and Description |
|---|
JvmConfigFluentImpl() |
JvmConfigFluentImpl(JvmConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GarbageCollector |
getGc() |
SecureRandomSource |
getSecureRandom() |
int |
getXms() |
int |
getXmx() |
Boolean |
hasGc() |
Boolean |
hasHeapDumpOnOutOfMemoryError() |
Boolean |
hasPreferIPv4Stack() |
Boolean |
hasSecureRandom() |
Boolean |
hasServer() |
Boolean |
hasUseGCOverheadLimit() |
Boolean |
hasUseStringDeduplication() |
Boolean |
hasXms() |
Boolean |
hasXmx() |
boolean |
isHeapDumpOnOutOfMemoryError() |
boolean |
isPreferIPv4Stack() |
boolean |
isServer() |
boolean |
isUseGCOverheadLimit() |
boolean |
isUseStringDeduplication() |
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(int xms) |
A |
withXmx(int xmx) |
addToAttributes, addToAttributes, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withProjectaccept, aggregate, aggregate, build, build, builderOfclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddToAttributes, addToAttributes, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withProjectpublic JvmConfigFluentImpl()
public JvmConfigFluentImpl(JvmConfig instance)
public int getXms()
getXms in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public A withXms(int xms)
withXms in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Boolean hasXms()
hasXms in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public int getXmx()
getXmx in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public A withXmx(int xmx)
withXmx in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public Boolean hasXmx()
hasXmx in interface JvmConfigFluent<A extends JvmConfigFluent<A>>public boolean isServer()
isServer 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 isUseStringDeduplication()
isUseStringDeduplication 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 isPreferIPv4Stack()
isPreferIPv4Stack 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 isHeapDumpOnOutOfMemoryError()
isHeapDumpOnOutOfMemoryError 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 isUseGCOverheadLimit()
isUseGCOverheadLimit 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>>Copyright © 2018–2019 Red Hat. All rights reserved.