| Package | Description |
|---|---|
| net.openhft.chronicle.core.io |
The resource management package provides classes and interfaces for managing the lifecycle of
resources such as files, streams, and memory buffers.
|
| net.openhft.chronicle.core.threads |
Provides classes and interfaces for thread management and scheduling in an
event-driven programming model.
|
| net.openhft.chronicle.core.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
ValidatableUtil.requireNonNull(Object tested,
String name)
requires that a reference not be null, or throw an InvalidMarshallableException with an appropriate message
|
static void |
ValidatableUtil.requireTrue(boolean test,
String msg)
requires a test flag be true, otherwise throw an InvalidMarshallableException with the message provided
|
void |
Validatable.validate()
Validates the state of the object.
|
static <T> T |
ValidatableUtil.validate(T t)
Check an object is valid, if it is Validatable, do nothing
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CancellableTimer.ScheduledEventHandler.action() |
boolean |
VanillaEventHandler.action()
Performs an action corresponding to some amount of work and returns a boolean indicating whether
it is expected that a subsequent call to this method would result in additional work being carried out.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
AbstractInvocationHandler.doInvoke(Object proxy,
Method method,
Object[] args)
Handles the actual invocation of the method.
|
V |
ThrowingSupplier.get()
Gets a result.
|
Copyright © 2024. All rights reserved.