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
|
Property Key | Default | Description | Java Variable Name (Type) |
---|---|---|---|
dumpCode |
|
If enabled, prints out specified code |
DUMP_CODE (boolean) |
mappedFile.retain |
|
To enable system property, see NOTE |
RETAIN (boolean) |
regress.tests |
|
To enable system property, see NOTE |
REGRESS_TESTS (boolean) |
wire.generate.tuples |
|
If enabled, @param clazz Expected object type <code>null</code> can be passed to request proxy marshallable tuple |
GENERATE_TUPLES(boolean) |
wire.method.prependPackage |
|
If enabled, generated method writers will be placed under |
PREPEND_PACKAGE(boolean) |
wire.testAsYaml |
|
To enable system property, see NOTE |
TEXT_AS_YAML (boolean) |
wire.usePadding |
|
Set system property to "false" to disable |
DEFAULT_USE_PADDING (boolean) |
yaml.logging |
|
If enabled, controls whether to log Yaml messages for debugging or documentation |
clientReads (boolean) |