| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAnyWire
A wire type than can be either
|
class |
AbstractWire |
class |
BinaryWire
This Wire is a binary translation of TextWire which is a sub set of YAML.
|
class |
CSVWire
YAML Based wire format
|
class |
JSONWire
JSON wire format
|
class |
QueryWire
This wire decodes URL query strings.
|
class |
RawWire
This format writes just the data, without meta data.
|
class |
ReadAnyWire
A wire type than can be either
|
class |
TextWire
YAML Based wire format
|
class |
YamlWire
YAML Based wire format
|
class |
YamlWireOut<T extends YamlWireOut<T>>
YAML Based wire format
|
| Modifier and Type | Field and Description |
|---|---|
protected Wire |
TextWriteDocumentContext.wire |
protected Wire |
BinaryWriteDocumentContext.wire |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull Wire |
Wires.acquireBinaryWire()
Deprecated.
Use
Wires.acquireBinaryWireScoped() instead |
protected Wire |
TextMethodTester.createWire(byte[] byteArray) |
protected Wire |
YamlMethodTester.createWire(net.openhft.chronicle.bytes.Bytes<?> bytes) |
protected Wire |
TextMethodTester.createWire(net.openhft.chronicle.bytes.Bytes<?> bytes) |
static Wire |
Wire.fromFile(@NotNull String name)
Deprecated.
|
Wire |
WireToOutputStream.getWire() |
@NotNull Wire |
Wire.headerNumber(long headerNumber) |
@NotNull Wire |
AbstractWire.headerNumber(long headerNumber) |
static Wire |
Wire.newYamlWireOnHeap()
Create a YamlWire that write to an on heap Bytes
|
@NotNull Wire |
BinaryWire.readComment(@NotNull StringBuilder s) |
@NotNull Wire |
RawWire.readComment(@NotNull StringBuilder sb) |
@NotNull Wire |
CSVWire.readComment(@NotNull StringBuilder s) |
@NotNull Wire |
TextWire.readComment(@NotNull StringBuilder s) |
@NotNull Wire |
YamlWire.readComment(@NotNull StringBuilder s) |
Wire |
InputStreamToWire.readOne() |
@Nullable Wire |
AbstractAnyWire.underlyingWire() |
Wire |
TextWriteDocumentContext.wire() |
@Nullable Wire |
TextReadDocumentContext.wire() |
@Nullable Wire |
BinaryReadDocumentContext.wire() |
@Nullable Wire |
DocumentContext.wire()
Returns the
Wire associated with the Document. |
@Nullable Wire |
WrappedDocumentContext.wire() |
Wire |
NoDocumentContext.wire() |
@Nullable Wire |
DocumentContextHolder.wire() |
Wire |
BinaryWriteDocumentContext.wire() |
@NotNull Wire |
BinaryWire.writeComment(CharSequence s) |
@NotNull Wire |
RawWire.writeComment(CharSequence s) |
| Modifier and Type | Method and Description |
|---|---|
static net.openhft.chronicle.core.scoped.ScopedResource<Wire> |
Wires.acquireBinaryWireScoped() |
| Modifier and Type | Method and Description |
|---|---|
static String |
TextWire.asText(@NotNull Wire wire) |
static String |
JSONWire.asText(@NotNull Wire wire) |
static String |
YamlWire.asText(@NotNull Wire wire) |
protected void |
AbstractMethodWriterInvocationHandler.handleInvoke(@NotNull Method method,
Object[] args,
Wire wire) |
void |
ExcerptListener.onExcerpt(@NotNull Wire wire,
long index)
Invoked per each encountered excerpt.
|
static @Nullable WireType |
WireType.valueOf(@Nullable Wire wire) |
| Constructor and Description |
|---|
BinaryReadDocumentContext(@Nullable Wire wire) |
BinaryReadDocumentContext(@Nullable Wire wire,
boolean ensureFullRead) |
BinaryWriteDocumentContext(Wire wire) |
LongArrayValueBitSet(long maxNumberOfBits,
Wire w) |
LongValueBitSet(int maxNumberOfBits,
Wire w) |
LongValueBitSet(long maxNumberOfBits,
Wire w) |
TextWriteDocumentContext(Wire wire) |
| Modifier and Type | Method and Description |
|---|---|
Wire |
WireExchanger.acquireConsumer() |
Wire |
TCPChronicleChannel.acquireProducer() |
Wire |
WireExchanger.acquireProducer() |
| Modifier and Type | Method and Description |
|---|---|
T |
DocumentExtractor.extract(@NotNull Wire wire,
long index)
Extracts a value of type T from the provided
wire and index or else null
if no value can be extracted. |
double |
ToDoubleDocumentExtractor.extractAsDouble(@NotNull Wire wire,
long index)
Extracts a value of type
double from the provided wire and index or else Double.NaN
if no value can be extracted. |
long |
ToLongDocumentExtractor.extractAsLong(@NotNull Wire wire,
long index)
Extracts a value of type
long from the provided wire and index or else Long.MIN_VALUE
if no value can be extracted. |
| Modifier and Type | Method and Description |
|---|---|
void |
Reduction.onExcerpt(@NotNull Wire wire,
long index)
Consumes an excerpt from the provided
wire at the index at the provided index. |
void |
Reductions.Counting.onExcerpt(@NotNull Wire wire,
long index) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReductionUtil.CollectorReduction.onExcerpt(@NotNull Wire wire,
long index) |
void |
ReductionUtil.LongSupplierReduction.onExcerpt(@NotNull Wire wire,
long index) |
void |
ReductionUtil.DoubleSupplierReduction.onExcerpt(@NotNull Wire wire,
long index) |
Copyright © 2023. All rights reserved.