| Package | Description |
|---|---|
| net.openhft.chronicle.wire | |
| net.openhft.chronicle.wire.channel | |
| net.openhft.chronicle.wire.channel.echo | |
| net.openhft.chronicle.wire.domestic.reduction |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChronicleBitSet |
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 |
|---|---|
static class |
AbstractClassGenerator.MetaData<M extends AbstractClassGenerator.MetaData<M>> |
class |
AbstractCommonMarshallable
Deprecated.
This will become package-private in x.25 use
SelfDescribingMarshallable or BytesInBinaryMarshallable instead |
class |
AbstractEventCfg<E extends AbstractEventCfg<E>> |
class |
AbstractMarshallableCfg |
class |
BytesInBinaryMarshallable
This uses bytes marshallable, non self describing messages by default.
|
static class |
GenerateMethodDelegate.GMDMetaData |
static class |
GenerateMethodWriter2.GMWMetaData |
class |
LongArrayValueBitSet
This
ChronicleBitSet is intended to be shared between processes. |
class |
LongValueBitSet
This
BitSet is intended to be shared between processes. |
class |
MethodWireKey |
class |
SelfDescribingMarshallable
This uses marshallable, self describing messages by default.
|
class |
SelfDescribingTriviallyCopyable |
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> |
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BinaryWire.BinaryValueIn.marshallable(@NotNull ReadMarshallable object) |
default boolean |
ValueIn.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) |
boolean |
YamlWire.readDocument(long position,
@Nullable ReadMarshallable metaDataConsumer,
@Nullable ReadMarshallable dataConsumer) |
boolean |
YamlWire.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) |
boolean |
YamlWire.readDocument(@Nullable ReadMarshallable metaDataConsumer,
@Nullable ReadMarshallable dataConsumer) |
boolean |
YamlWire.readDocument(@Nullable ReadMarshallable metaDataConsumer,
@Nullable ReadMarshallable dataConsumer) |
static long |
Wires.readWire(@NotNull WireIn wireIn,
long size,
@NotNull ReadMarshallable readMarshallable) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChannelHandler |
interface |
ChannelHeader |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHandler<H extends AbstractHandler<H>>
Abstract class supporting the common fields implied by ChannelHandler
|
class |
AbstractHeader<H extends AbstractHeader<H>> |
class |
ChronicleChannelCfg<C extends ChronicleChannelCfg<C>> |
class |
ChronicleChannelSupplier |
class |
ChronicleServiceMain |
class |
ErrorHeader
Header containing an error message
|
class |
ErrorReplyHandler |
class |
GatewayHandler
This handler leaves the default behaviour to the Gateway.
|
class |
OkHeader |
class |
RedirectHeader |
class |
ReplyHeader<R>
Header containing a reply object
|
class |
ReplyingHandler<H extends ReplyingHandler<H>>
This Handler performs a single action and returns a response in the reply header.
|
class |
SystemContext |
| Modifier and Type | Class and Description |
|---|---|
class |
EchoHandler |
| Modifier and Type | Class and Description |
|---|---|
static class |
Reductions.Counting
A Reduction class that counts the number of excerpts that have been processed.
|
Copyright © 2022. All rights reserved.