- valueIn - Variable in class net.openhft.chronicle.wire.TextWire
-
- ValueIn - Interface in net.openhft.chronicle.wire
-
Read in data after reading a field.
- valueOf(String) - Static method in enum net.openhft.chronicle.wire.BinaryWireHighCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.wire.WireInternal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.wire.Wires
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.wire.WireType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.wire.YamlLogging
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.wire.YamlLogging.YamlLoggingLevel
-
Returns the enum constant of this type with the specified name.
- valueOut - Variable in class net.openhft.chronicle.wire.TextWire
-
- ValueOut - Interface in net.openhft.chronicle.wire
-
Write out data after writing a field.
- values() - Static method in enum net.openhft.chronicle.wire.BinaryWireHighCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.wire.WireInternal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.wire.Wires
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.wire.WireType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.wire.YamlLogging
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.wire.YamlLogging.YamlLoggingLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VanillaWireParser - Class in net.openhft.chronicle.wire
-
A simple parser to associate actions based on events/field names received.
- VanillaWireParser() - Constructor for class net.openhft.chronicle.wire.VanillaWireParser
-
- Wire - Interface in net.openhft.chronicle.wire
-
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
- WireCommon - Interface in net.openhft.chronicle.wire
-
Created by peter on 30/06/15.
- WiredBytes<D extends Marshallable> - Class in net.openhft.chronicle.wire
-
Created by peter.lawrey on 21/09/2015.
- WiredBytes(Function<Bytes, Wire>, MappedBytes, D, long, boolean) - Constructor for class net.openhft.chronicle.wire.WiredBytes
-
- wireIn() - Method in interface net.openhft.chronicle.wire.ValueIn
-
- WireIn - Interface in net.openhft.chronicle.wire
-
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
- WireInternal - Enum in net.openhft.chronicle.wire
-
Created by peter.lawrey on 16/01/15.
- WireKey - Interface in net.openhft.chronicle.wire
-
Created by peter.lawrey on 1/10/15.
- wireOut() - Method in interface net.openhft.chronicle.wire.ValueOut
-
- WireOut - Interface in net.openhft.chronicle.wire
-
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
- WireParser - Interface in net.openhft.chronicle.wire
-
Interface to parse arbitrary field-value data.
- wireParser() - Static method in interface net.openhft.chronicle.wire.WireParser
-
- Wires - Enum in net.openhft.chronicle.wire
-
Created by peter on 31/08/15.
- WireSerializedLambda - Class in net.openhft.chronicle.wire
-
Helper calls to support serialization of lambdas in Wire formats.
- WireSerializedLambda() - Constructor for class net.openhft.chronicle.wire.WireSerializedLambda
-
- wireSupplier() - Method in class net.openhft.chronicle.wire.WiredBytes
-
- WireType - Enum in net.openhft.chronicle.wire
-
A selection of prebuilt wire types.
- write() - Method in class net.openhft.chronicle.wire.BinaryWire
-
- write(WireKey) - Method in class net.openhft.chronicle.wire.BinaryWire
-
- write(WireKey) - Method in class net.openhft.chronicle.wire.JSONWire
-
- write() - Method in class net.openhft.chronicle.wire.QueryWire
-
- write(WireKey) - Method in class net.openhft.chronicle.wire.QueryWire
-
- write() - Method in class net.openhft.chronicle.wire.RawWire
-
- write(WireKey) - Method in class net.openhft.chronicle.wire.RawWire
-
- write() - Method in class net.openhft.chronicle.wire.TextWire
-
- write(WireKey) - Method in class net.openhft.chronicle.wire.TextWire
-
- write() - Method in interface net.openhft.chronicle.wire.WireOut
-
Write an empty filed marker
- write(WireKey) - Method in interface net.openhft.chronicle.wire.WireOut
-
Write a key for wires that support fields.
- write(Lambda, ValueOut) - Static method in class net.openhft.chronicle.wire.WireSerializedLambda
-
- writeAlignTo(int) - Method in interface net.openhft.chronicle.wire.WireOut
-
- writeComment(CharSequence) - Method in class net.openhft.chronicle.wire.BinaryWire
-
- writeComment(CharSequence) - Method in class net.openhft.chronicle.wire.JSONWire
-
- writeComment(CharSequence) - Method in class net.openhft.chronicle.wire.QueryWire
-
- writeComment(CharSequence) - Method in class net.openhft.chronicle.wire.RawWire
-
- writeComment(CharSequence) - Method in class net.openhft.chronicle.wire.TextWire
-
- writeComment(CharSequence) - Method in interface net.openhft.chronicle.wire.WireOut
-
- writeData(WireOut, boolean, boolean, WriteMarshallable) - Static method in enum net.openhft.chronicle.wire.WireInternal
-
- writeData(WireOut, T) - Static method in enum net.openhft.chronicle.wire.Wires
-
- writeDataOrAdvanceIfNotEmpty(WireOut, boolean, WriteMarshallable) - Static method in enum net.openhft.chronicle.wire.WireInternal
-
- writeDocument(boolean, WriteMarshallable) - Method in interface net.openhft.chronicle.wire.WireOut
-
- WriteDocumentContext - Class in net.openhft.chronicle.wire
-
Created by peter on 24/12/15.
- WriteDocumentContext(InternalWire) - Constructor for class net.openhft.chronicle.wire.WriteDocumentContext
-
- writeEventName(WireKey) - Method in class net.openhft.chronicle.wire.BinaryWire
-
- writeEventName(WireKey) - Method in class net.openhft.chronicle.wire.RawWire
-
- writeEventName(WireKey) - Method in interface net.openhft.chronicle.wire.WireOut
-
Always write a key.
- writeLength(long) - Method in interface net.openhft.chronicle.wire.ValueOut
-
- WriteMarshallable - Interface in net.openhft.chronicle.wire
-
- writeMarshallable(WireOut) - Method in interface net.openhft.chronicle.wire.WriteMarshallable
-
Write data to the wire
- writeMessage - Static variable in enum net.openhft.chronicle.wire.YamlLogging
-
- writeMeta(WireOut, T) - Static method in enum net.openhft.chronicle.wire.Wires
-
- writeNotReadyDocument(boolean, WriteMarshallable) - Method in interface net.openhft.chronicle.wire.WireOut
-
- writeObject(Object) - Method in class net.openhft.chronicle.wire.CSVWire
-
- writeObject(Object) - Method in class net.openhft.chronicle.wire.TextWire
-
- writeToWire(T, WireOut) - Method in interface net.openhft.chronicle.wire.WritingMarshaller
-
- writeValue(ValueOut) - Method in interface net.openhft.chronicle.wire.WriteMarshallable
-
- WriteValue - Interface in net.openhft.chronicle.wire
-
Created by peter on 26/12/15.
- writeValue(ValueOut) - Method in interface net.openhft.chronicle.wire.WriteValue
-
- writingDocument(boolean) - Method in class net.openhft.chronicle.wire.BinaryWire
-
- writingDocument(boolean) - Method in class net.openhft.chronicle.wire.RawWire
-
- writingDocument(boolean) - Method in class net.openhft.chronicle.wire.TextWire
-
- writingDocument(boolean) - Method in interface net.openhft.chronicle.wire.WireOut
-
- WritingMarshaller<T> - Interface in net.openhft.chronicle.wire
-
Created by peter.lawrey on 10/10/2015.