| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamicEnum
Either the DynamicEnum must be an Enum or a class with a String name as a field.
|
interface |
Event<E extends Event<E>> |
interface |
Marshallable
The implementation of this interface is both readable and write-able as marshallable data.
|
interface |
MessageHistory |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBytesMarshallable
Deprecated.
"Use BytesInBinaryMarshallable"
|
static class |
AbstractClassGenerator.MetaData<MD extends AbstractClassGenerator.MetaData<MD>> |
class |
AbstractCommonMarshallable
This uses bytes marshallable, non self describing messages by default.
|
class |
AbstractEventCfg<E extends AbstractEventCfg<E>> |
class |
AbstractMarshallable
Deprecated.
most like SelfDescribingMarshallable should be used instead.
|
class |
AbstractMarshallableCfg |
class |
BytesInBinaryMarshallable
This uses bytes marshallable, non self describing messages by default.
|
static class |
GenerateMethodDelegate.GMDMetaData |
static class |
GenerateMethodWriter2.GMWMetaData |
class |
LongValueBitSet
This
BitSet is intended to be shared between processes. |
class |
MethodWireKey |
class |
SelfDescribingMarshallable
This uses marshallable, self describing messages by default.
|
class |
VanillaMessageHistory |
| Modifier and Type | Field and Description |
|---|---|
static WriteMarshallable |
WriteMarshallable.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static <T extends WriteMarshallable> |
Wires.writeData(@NotNull WireOut wireOut,
T writer) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Marshallable.$equals(@NotNull WriteMarshallable $this,
Object o) |
static int |
Marshallable.$hashCode(WriteMarshallable $this) |
static String |
Marshallable.$toString(WriteMarshallable $this) |
static int |
HashWire.hash32(WriteMarshallable value) |
static long |
HashWire.hash64(WriteMarshallable value) |
@NotNull WireOut |
ValueOut.marshallable(WriteMarshallable object) |
@NotNull WireOut |
BinaryWire.FixedBinaryValueOut.marshallable(@NotNull WriteMarshallable object) |
void |
WireType.toFile(@NotNull String filename,
WriteMarshallable marshallable) |
default @NotNull WireOut |
ValueOut.typedMarshallable(CharSequence typeName,
WriteMarshallable object) |
default @NotNull WireOut |
ValueOut.typedMarshallable(@Nullable WriteMarshallable marshallable)
To be used when you know it is a typed marshallable object.
|
static long |
WireInternal.writeData(@NotNull WireOut wireOut,
boolean metaData,
boolean notComplete,
@NotNull WriteMarshallable writer) |
default void |
WireOut.writeDocument(boolean metaData,
@NotNull WriteMarshallable writer)
This will increment the headerNumber as appropriate if successful
|
default void |
MarshallableOut.writeDocument(@NotNull WriteMarshallable writer)
Write the Marshallable as a document/message
|
default void |
WireOut.writeNotCompleteDocument(boolean metaData,
@NotNull WriteMarshallable writer)
Deprecated.
|
Copyright © 2020. All rights reserved.