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) |
---|---|---|---|
bytes.guarded |
|
If enabled, @param guarded turn on |
BYTES_GUARDED (boolean) |
bytes.bounds.unchecked |
|
If enabled, determines if bytes boundaries data alignment |
BYTES_BOUNDS_UNCHECKED (boolean) |
trace.mapped.bytes |
|
If enabled, returns information such as mappedFile and refCount |
TRACE (boolean) |
mappedFile.retain |
|
See NOTE to enable system property |
RETAIN (boolean) |
user.name |
unknown |
The default user name, unless otherwise specified |
USER_NAME (String) |
timestamp.dir |
OS.TMP |
Returns directory of file as timestamp |
TIME_STAMP_DIR (String) |
timestamp.path |
unknown |
Returns file path of timestamp.dir file |
TIME_STAMP_PATH(String) |