public interface JvmConfigFluent<A extends JvmConfigFluent<A>> extends ConfigurationFluent<A>
| Modifier and Type | Method and Description |
|---|---|
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, withProjectint getXms()
A withXms(int xms)
Boolean hasXms()
int getXmx()
A withXmx(int xmx)
Boolean hasXmx()
boolean isServer()
A withServer(boolean server)
Boolean hasServer()
boolean isUseStringDeduplication()
A withUseStringDeduplication(boolean useStringDeduplication)
Boolean hasUseStringDeduplication()
boolean isPreferIPv4Stack()
A withPreferIPv4Stack(boolean preferIPv4Stack)
Boolean hasPreferIPv4Stack()
boolean isHeapDumpOnOutOfMemoryError()
A withHeapDumpOnOutOfMemoryError(boolean heapDumpOnOutOfMemoryError)
Boolean hasHeapDumpOnOutOfMemoryError()
boolean isUseGCOverheadLimit()
A withUseGCOverheadLimit(boolean useGCOverheadLimit)
Boolean hasUseGCOverheadLimit()
GarbageCollector getGc()
A withGc(GarbageCollector gc)
Boolean hasGc()
SecureRandomSource getSecureRandom()
A withSecureRandom(SecureRandomSource secureRandom)
Boolean hasSecureRandom()
Copyright © 2018–2020 Red Hat. All rights reserved.