| 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 |
class |
WireSerializedLambda
Helper calls to support serialization of lambdas in Wire formats.
|
| Modifier and Type | Field and Description |
|---|---|
static ReadMarshallable |
ReadMarshallable.DISCARD |
| Modifier and Type | Method and Description |
|---|---|
default <O,T extends ReadMarshallable,C extends Collection<T>> |
ValueIn.collection(O o,
Function<O,T> tSupplier) |
default <O,T extends ReadMarshallable> |
ValueIn.list(O o,
Function<O,T> tSupplier) |
default <O,T extends ReadMarshallable> |
ValueIn.set(O o,
Function<O,T> tSupplier) |
<K extends ReadMarshallable,V extends ReadMarshallable> |
DefaultValueIn.typedMap(@NotNull Map<K,V> usingMap) |
<K extends ReadMarshallable,V extends ReadMarshallable> |
DefaultValueIn.typedMap(@NotNull Map<K,V> usingMap) |
<K extends ReadMarshallable,V extends ReadMarshallable> |
ValueIn.typedMap(@NotNull Map<K,V> usingMap)
Deprecated.
use marshallableAsMap
|
<K extends ReadMarshallable,V extends ReadMarshallable> |
ValueIn.typedMap(@NotNull Map<K,V> usingMap)
Deprecated.
use marshallableAsMap
|
<K extends ReadMarshallable,V extends ReadMarshallable> |
BinaryWire.BinaryValueIn.typedMap(@NotNull Map<K,V> usingMap) |
<K extends ReadMarshallable,V extends ReadMarshallable> |
BinaryWire.BinaryValueIn.typedMap(@NotNull Map<K,V> usingMap) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
ValueIn.marshallable(@NotNull ReadMarshallable object) |
boolean |
BinaryWire.BinaryValueIn.marshallable(@NotNull ReadMarshallable object) |
boolean |
BinaryWire.BinaryValueIn.marshallable(@NotNull ReadMarshallable object,
boolean overwrite) |
default void |
WireIn.rawReadData(@NotNull ReadMarshallable marshallable) |
static void |
WireInternal.rawReadData(@NotNull WireIn wireIn,
@NotNull ReadMarshallable dataConsumer) |
static boolean |
WireInternal.readData(long offset,
@NotNull WireIn wireIn,
@Nullable ReadMarshallable metaDataConsumer,
@Nullable ReadMarshallable dataConsumer) |
static boolean |
WireInternal.readData(long offset,
@NotNull WireIn wireIn,
@Nullable ReadMarshallable metaDataConsumer,
@Nullable ReadMarshallable dataConsumer) |
static boolean |
WireInternal.readData(@NotNull WireIn wireIn,
@Nullable ReadMarshallable metaDataConsumer,
@Nullable ReadMarshallable dataConsumer) |
static boolean |
WireInternal.readData(@NotNull WireIn wireIn,
@Nullable ReadMarshallable metaDataConsumer,
@Nullable ReadMarshallable dataConsumer) |
default boolean |
WireIn.readDocument(long position,
@Nullable ReadMarshallable metaDataConsumer,
@Nullable ReadMarshallable dataConsumer) |
default boolean |
WireIn.readDocument(long position,
@Nullable ReadMarshallable metaDataConsumer,
@Nullable ReadMarshallable dataConsumer) |
default boolean |
MarshallableIn.readDocument(@NotNull ReadMarshallable reader) |
default boolean |
WireIn.readDocument(@Nullable ReadMarshallable metaDataConsumer,
@Nullable ReadMarshallable dataConsumer) |
default boolean |
WireIn.readDocument(@Nullable ReadMarshallable metaDataConsumer,
@Nullable ReadMarshallable dataConsumer) |
static long |
Wires.readWire(@NotNull WireIn wireIn,
long size,
@NotNull ReadMarshallable readMarshallable) |
Copyright © 2020. All rights reserved.