| Interface | Description |
|---|---|
| ChronicleInitRunnable | |
| Jvm.SignalHandler | |
| LicenceCheck | |
| Memory |
The Memory interface provides low-level memory access methods.
|
| Class | Description |
|---|---|
| Bootstrap |
Contains the pieces which must be loaded first
|
| ChronicleInit |
Handles application code which must be loaded first/run and may override system properties.
|
| Jvm |
Utility class to access information in the JVM.
|
| Maths | |
| Mocker |
The Mocker class provides utility methods for creating mocked instances of interfaces.
|
| OS |
Low level access to OS class.
|
| StackTrace |
Represents a throwable stack trace, of the current thread or another thread, purely for reporting purposes.
|
| StackTrace.Less |
A specialized
StackTrace that doesn't automatically fill in its own
call frames, so we can later call setStackTrace(...) with
another thread's frames. |
| UnsafeMemory |
UnsafeMemory is a class that provides efficient, low-level operations for direct memory manipulation.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.