| Package | Description |
|---|---|
| net.openhft.chronicle.wire | |
| net.openhft.chronicle.wire.domestic.reduction |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseEvent<E extends BaseEvent<E>>
Represents a timed event and extends
Marshallable so that the event can
be serialised or de-serialised. |
interface |
ChronicleBitSet
Interface for a bit set that is both
Marshallable and
Closeable. |
interface |
DynamicEnum
Deprecated.
|
interface |
Event<E extends Event<E>>
Represents a business or system occurrence identified by an ID and time.
|
interface |
MessageHistory
Records the path a message takes as it moves through components.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractClassGenerator.MetaData<M extends AbstractClassGenerator.MetaData<M>>
Represents the metadata configuration required for the class generator.
|
class |
AbstractEventCfg<E extends AbstractEventCfg<E>>
The AbstractEventCfg class represents a generic configuration as an event.
|
class |
AbstractMarshallableCfg
An abstract class that represents a configuration Data Transfer Object (DTO) capable of marshalling.
|
class |
BytesInBinaryMarshallable
Represents an abstract base class for binary marshallables that primarily deal with bytes.
|
static class |
GenerateMethodDelegate.GMDMetaData
Metadata for
GenerateMethodDelegate. |
static class |
GenerateMethodWriter2.GMWMetaData
Metadata associated with the
GenerateMethodWriter2 class. |
class |
LongArrayValueBitSet
A
ChronicleBitSet backed by a LongArrayValues. |
class |
LongValueBitSet
A
ChronicleBitSet implementation backed by an array of
LongValues. |
class |
MethodWireKey
The
MethodWireKey class represents a key within a wire format, extending the
BytesInBinaryMarshallable class and implementing the WireKey interface. |
class |
SelfDescribingMarshallable
Represents an abstraction of marshallable objects that are self-describing by default.
|
class |
SelfDescribingTriviallyCopyable
Represents a self-describing object that is trivially copyable, extending the functionality of
SelfDescribingMarshallable. |
class |
VanillaMessageHistory
Array-backed
MessageHistory storing source identifiers, message indices and
processing timestamps. |
| Modifier and Type | Method and Description |
|---|---|
default <T extends Marshallable> |
Marshallable.copyTo(T dest)
Copy fields from this to dest by marshalling out and then in.
|
static <T extends Marshallable> |
Wires.deepCopy(T marshallable)
Creates a deep copy of the provided marshallable object.
|
default <K,T extends Marshallable> |
Marshallable.mergeToMap(@NotNull Map<K,T> map,
@NotNull Function<T,K> getKey)
Merges the current marshallable object into a map, using a specified function to determine the key.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Reductions.Counting
A Reduction class that counts the number of excerpts that have been processed.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.