| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParameterizeWireKey
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MethodWireKey
The
MethodWireKey class represents a key within a wire format, extending the
BytesInBinaryMarshallable class and implementing the WireKey interface. |
| Modifier and Type | Method and Description |
|---|---|
<P extends WireKey> |
ParameterizeWireKey.params()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<P extends WireKey> |
ParameterizeWireKey.params()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
WireKey.checkKeys(@NotNull WireKey[] keys)
Checks if the provided array of WireKey objects have unique codes.
|
@NotNull ValueIn |
BinaryWire.read(@NotNull WireKey key) |
@NotNull ValueIn |
RawWire.read(@NotNull WireKey key) |
@NotNull ValueIn |
WireIn.read(@NotNull WireKey key)
Reads the next field if present.
|
@NotNull ValueIn |
CSVWire.read(@NotNull WireKey key) |
@NotNull ValueIn |
TextWire.read(@NotNull WireKey key) |
@NotNull ValueIn |
YamlWire.read(@NotNull WireKey key) |
@NotNull ValueIn |
AbstractAnyWire.read(@NotNull WireKey key) |
default @NotNull VanillaWireParser |
WireParser.register(WireKey key,
WireParselet valueInConsumer)
Registers a new
WireParselet for a given key. |
@NotNull VanillaWireParser |
VanillaWireParser.register(@NotNull WireKey key,
WireParselet valueInConsumer) |
default @NotNull VanillaWireParser |
WireParser.registerOnce(WireKey key,
WireParselet valueInConsumer)
Attempts to register a new
WireParselet for a given key. |
@NotNull ValueOut |
BinaryWire.write(@NotNull WireKey key) |
@NotNull ValueOut |
RawWire.write(@NotNull WireKey key) |
@NotNull ValueOut |
YamlWireOut.write(@NotNull WireKey key) |
@NotNull ValueOut |
QueryWire.write(@NotNull WireKey key) |
@NotNull ValueOut |
WireOut.write(WireKey key)
Writes a WireKey to the stream.
|
@NotNull ValueOut |
AbstractAnyWire.write(WireKey key) |
@NotNull ValueOut |
HashWire.write(@NotNull WireKey key) |
@NotNull ValueOut |
BinaryWire.writeEventName(@NotNull WireKey key) |
@NotNull ValueOut |
RawWire.writeEventName(@NotNull WireKey key) |
default @NotNull ValueOut |
WireOut.writeEventName(WireKey key)
Writes a key to the stream.
|
default void |
MarshallableOut.writeMessage(WireKey key,
Object value)
Write a key and value which could be a scalar or a marshallable.
|
Copyright © 2024. All rights reserved.