| Package | Description |
|---|---|
| net.openhft.chronicle.wire | |
| net.openhft.chronicle.wire.cfg |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Marshallable
The implementation of this interface is both readable and writeable as marshallable data.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
|---|---|
static <T extends ReadMarshallable> |
Wires.readData(WireIn wireIn,
T reader) |
static <T extends ReadMarshallable> |
Wires.readMeta(WireIn wireIn,
T reader) |
<K extends ReadMarshallable,V extends ReadMarshallable> |
ValueIn.typedMap(Map<K,V> usingMap) |
<K extends ReadMarshallable,V extends ReadMarshallable> |
ValueIn.typedMap(Map<K,V> usingMap) |
<T extends ReadMarshallable> |
ValueIn.typedMarshallable() |
| Modifier and Type | Method and Description |
|---|---|
WireIn |
ValueIn.bytes(ReadMarshallable wireInConsumer) |
WireIn |
ValueIn.marshallable(ReadMarshallable object) |
default void |
WireIn.rawReadData(ReadMarshallable marshallable) |
default boolean |
WireIn.readDocument(long position,
ReadMarshallable metaDataConsumer,
ReadMarshallable dataConsumer) |
default boolean |
WireIn.readDocument(ReadMarshallable metaDataConsumer,
ReadMarshallable dataConsumer) |
static long |
Wires.readWire(WireIn wireIn,
long size,
ReadMarshallable readMarshallable) |
static long |
Wires.readWire(WireIn wireIn,
ReadMarshallable readMarshallable) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MapInstallable
Created by peter on 26/08/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationCfg
Created by peter on 26/08/15.
|
Copyright © 2015. All rights reserved.