Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.42 KB

systemProperties.adoc

File metadata and controls

18 lines (16 loc) · 1.42 KB

System Properties

Below, a number of relevant System Properties are listed.

Note
All boolean properties below are read using net.openhft.chronicle.core.Jvm.getBoolean(java.lang.String), and so are enabled if either -Dflag or -Dflag=true or -Dflag=yes
Table 1. System properties
Property Key Default Description Java Variable Name (Type)

dumpCode

false

If enabled, prints out specified code

DUMP_CODE (boolean)

mappedFile.retain

false

To enable system property, see NOTE

RETAIN (boolean)

regress.tests

false

To enable system property, see NOTE

REGRESS_TESTS (boolean)

wire.generate.tuples

false

If enabled, @param clazz Expected object type <code>null</code> can be passed to request proxy marshallable tuple

GENERATE_TUPLES(boolean)

wire.method.prependPackage

false

If enabled, generated method writers will be placed under net.openhft.wire.method package

PREPEND_PACKAGE(boolean)

wire.testAsYaml

false

To enable system property, see NOTE

TEXT_AS_YAML (boolean)

wire.usePadding

true

Set system property to "false" to disable

DEFAULT_USE_PADDING (boolean)

yaml.logging

false

If enabled, controls whether to log Yaml messages for debugging or documentation

clientReads (boolean)