Skip navigation links
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

$

$description() - Method in class net.openhft.chronicle.wire.SelfDescribingTriviallyCopyable
Fetches the description of the current data layout.
$equals(WriteMarshallable, Object) - Static method in interface net.openhft.chronicle.wire.Marshallable
Compares a given WriteMarshallable object with another object for equality.
$fieldInfoMap() - Method in interface net.openhft.chronicle.wire.Marshallable
Retrieves a map of field information for the current class, with field names as keys.
$fieldInfos() - Method in interface net.openhft.chronicle.wire.Marshallable
Retrieves the list of field information for the current class.
$hashCode(WriteMarshallable) - Static method in interface net.openhft.chronicle.wire.Marshallable
Generates a 32-bit hash code for a given WriteMarshallable object.
$length() - Method in class net.openhft.chronicle.wire.SelfDescribingTriviallyCopyable
Fetches the total length of the data based on its layout.
$start() - Method in class net.openhft.chronicle.wire.SelfDescribingTriviallyCopyable
Determines the starting offset for the data.
$toString(WriteMarshallable) - Static method in interface net.openhft.chronicle.wire.Marshallable
Converts a given WriteMarshallable object into its string representation.

A

AbstractAnyWire - Class in net.openhft.chronicle.wire
An abstract representation of a wire type that could be either TextWire or BinaryWire.
AbstractAnyWire(Bytes<?>, AbstractAnyWire.WireAcquisition) - Constructor for class net.openhft.chronicle.wire.AbstractAnyWire
Constructs a new instance of AbstractAnyWire using the specified bytes and wire acquisition strategy.
AbstractClassGenerator<M extends AbstractClassGenerator.MetaData<M>> - Class in net.openhft.chronicle.wire
Abstract generator for classes at runtime based on meta-data.
AbstractClassGenerator(M) - Constructor for class net.openhft.chronicle.wire.AbstractClassGenerator
Constructor for initializing the generator with its associated meta-data.
AbstractClassGenerator.MetaData<M extends AbstractClassGenerator.MetaData<M>> - Class in net.openhft.chronicle.wire
Represents the metadata configuration required for the class generator.
AbstractEventCfg<E extends AbstractEventCfg<E>> - Class in net.openhft.chronicle.wire
The AbstractEventCfg class represents a generic configuration as an event.
AbstractEventCfg() - Constructor for class net.openhft.chronicle.wire.AbstractEventCfg
 
AbstractFieldInfo - Class in net.openhft.chronicle.wire
The AbstractFieldInfo class serves as an abstract foundation for field information.
AbstractFieldInfo(Class<?>, BracketType, String) - Constructor for class net.openhft.chronicle.wire.AbstractFieldInfo
Constructs a new AbstractFieldInfo with the provided type, bracket type, and name.
AbstractGeneratedMethodReader - Class in net.openhft.chronicle.wire
Abstract base class for generated method readers.
AbstractGeneratedMethodReader(MarshallableIn, WireParselet) - Constructor for class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
Creates a reader for the supplied input.
AbstractLongConverter - Class in net.openhft.chronicle.wire
An abstract class that serves as a base implementation for the LongConverter interface.
AbstractLongConverter(String) - Constructor for class net.openhft.chronicle.wire.AbstractLongConverter
Constructs an AbstractLongConverter using a given set of symbols.
AbstractLongConverter(LongConverter) - Constructor for class net.openhft.chronicle.wire.AbstractLongConverter
Constructs an AbstractLongConverter with a specific converter.
AbstractMarshallableCfg - Class in net.openhft.chronicle.wire
An abstract class that represents a configuration Data Transfer Object (DTO) capable of marshalling.
AbstractMarshallableCfg() - Constructor for class net.openhft.chronicle.wire.AbstractMarshallableCfg
 
AbstractMethodWriterInvocationHandler - Class in net.openhft.chronicle.wire
An abstract base for MethodWriterInvocationHandlers that provides a base implementation.
AbstractMethodWriterInvocationHandler(Class<?>) - Constructor for class net.openhft.chronicle.wire.AbstractMethodWriterInvocationHandler
Constructor accepting the type of class the handler operates on.
AbstractTimestampLongConverter - Class in net.openhft.chronicle.wire
This abstract class serves as the base for LongConverters that handle timestamp values.
AbstractTimestampLongConverter(TimeUnit) - Constructor for class net.openhft.chronicle.wire.AbstractTimestampLongConverter
Constructs a new AbstractTimestampLongConverter with the specified time unit.
AbstractTimestampLongConverter(String, TimeUnit) - Constructor for class net.openhft.chronicle.wire.AbstractTimestampLongConverter
Constructs a new AbstractTimestampLongConverter with the specified zone ID and time unit.
AbstractWire - Class in net.openhft.chronicle.wire
Represents the AbstractWire class which serves as a base for all Wire implementations.
AbstractWire(Bytes<?>, boolean) - Constructor for class net.openhft.chronicle.wire.AbstractWire
Constructor for AbstractWire.
accept(MarshallableIn) - Method in interface net.openhft.chronicle.wire.domestic.reduction.Reduction
Accepts the input of the provided tailer and reduces (folds) the contents of it into this Reduction returning the last seen index or -1 if no index was seen.
accept(T, int, V) - Method in interface net.openhft.chronicle.wire.ObjectIntObjectConsumer
Performs the operation defined by this consumer.
accept(T, U, V) - Method in interface net.openhft.chronicle.wire.TriConsumer
Performs this operation on the given arguments.
accept(ValueIn, List<T>, List<T>, Supplier<T>) - Method in interface net.openhft.chronicle.wire.ValueIn.Reader
Accepts and processes a value from the data stream, with the possibility of utilizing provided lists and suppliers for custom data processing.
accept(CharSequence, ValueIn) - Method in interface net.openhft.chronicle.wire.WireParselet
Consumes and processes a wire input based on a given character sequence and a value input.
accept(WireIn) - Method in interface net.openhft.chronicle.wire.WireParser
Processes an entire document or event from wireIn.
acquireBinaryWireScoped() - Static method in enum net.openhft.chronicle.wire.Wires
Obtains a pooled BinaryWire wrapped in a ScopedResource for temporary serialisation tasks.
acquireBytesScoped() - Static method in enum net.openhft.chronicle.wire.Wires
Provides a pooled Bytes instance wrapped in a ScopedResource.
acquireClass(ClassLoader) - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Attempts to acquire the generated class.
acquireClass(ClassLoader) - Method in class net.openhft.chronicle.wire.GenerateMethodDelegate
Ensures MethodDelegate is always included before delegating to the superclass to create or load the proxy class.
acquireDocumentContext(boolean, ThreadLocal<DocumentContextHolder>, MarshallableOut) - Static method in class net.openhft.chronicle.wire.GenerateMethodWriter
Acquires a DocumentContext instance, either by reusing the existing one from the thread-local context holder if it's not closed or by creating a new one using the provided output.
acquireLock(BytesStore<?, ?>, long) - Static method in enum net.openhft.chronicle.wire.Wires
Attempts to claim a 4 byte header by atomically swapping Wires.NOT_INITIALIZED with Wires.NOT_COMPLETE.
acquireStringBuilder() - Method in class net.openhft.chronicle.wire.BinaryWire
Acquires and clears the internal StringBuilder for use.
acquireStringBuilder() - Method in class net.openhft.chronicle.wire.YamlWireOut
Acquires and clears the internal StringBuilder sb for use.
acquireStringBuilderScoped() - Static method in enum net.openhft.chronicle.wire.Wires
Obtains a StringBuilder from the thread-local pool wrapped in a ScopedResource so it is automatically returned when the scope is closed.
acquireWritingDocument(boolean) - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
acquireWritingDocument(boolean) - Method in class net.openhft.chronicle.wire.BinaryWire
Acquire an existing document context for writing if one is open.
acquireWritingDocument(boolean) - Method in interface net.openhft.chronicle.wire.DocumentWritten
Obtains a DocumentContext for writing.
acquireWritingDocument(boolean) - Method in class net.openhft.chronicle.wire.HashWire
 
acquireWritingDocument(boolean) - Method in interface net.openhft.chronicle.wire.MarshallableOut
Start or reuse an existing a DocumentContext, optionally call close() when done.
acquireWritingDocument(boolean) - Method in class net.openhft.chronicle.wire.RawWire
 
acquireWritingDocument(boolean) - Method in class net.openhft.chronicle.wire.TextWire
 
acquireWritingDocument(boolean) - Method in interface net.openhft.chronicle.wire.WireOut
Retrieves a context for writing either data or metadata, reusing an existing context if available.
acquireWritingDocument(boolean) - Method in class net.openhft.chronicle.wire.YamlWire
 
actualInvoke(Method, Object, Object[]) - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
Invokes a given method on the provided object with the specified arguments.
addAlias(Class<?>, String) - Method in class net.openhft.chronicle.wire.WireTypeConverter
Registers a class alias that will be used during conversions.
addEncode(char, char) - Method in class net.openhft.chronicle.wire.converter.PowerOfTwoLongConverter
Adds an alias character for encoding.
addEncode(char, char) - Method in class net.openhft.chronicle.wire.converter.SymbolsLongConverter
Adds an alias character for encoding.
addEncode(char, char) - Method in interface net.openhft.chronicle.wire.LongConverter
Introduces a character alias for encoding, facilitating the interpretation of one character as another during encoding.
addInterface(Class<?>) - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
Adds an interface to the set of interfaces managed by this builder.
addPadding(int) - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
addPadding(int) - Method in class net.openhft.chronicle.wire.BinaryWire
 
addPadding(int) - Method in class net.openhft.chronicle.wire.HashWire
Padding is ignored for hashing.
addPadding(int) - Method in class net.openhft.chronicle.wire.QueryWire
 
addPadding(int) - Method in class net.openhft.chronicle.wire.RawWire
 
addPadding(int) - Method in interface net.openhft.chronicle.wire.WireOut
Adds padding to the wire.
addPadding(int) - Method in class net.openhft.chronicle.wire.YamlWireOut
 
addParseletForMethod(WireParser, Object, Object[], Supplier, Method, Class<?>) - Method in class net.openhft.chronicle.wire.VanillaMethodReader
Registers a method with the provided WireParser, enabling parsing of wire messages to trigger method invocations.
addParseletForMethod(WireParser, Object, Object[], Supplier, Method) - Method in class net.openhft.chronicle.wire.VanillaMethodReader
Register a zero argument method with wireParser.
addParseletForMethod(WireParser, Object, Object[], Supplier, Method, Class[]) - Method in class net.openhft.chronicle.wire.VanillaMethodReader
Registers a method with multiple arguments with the provided WireParser.
addParseletForMethod(WireParser, Object, Object[], Supplier, Method, Class[], MethodFilterOnFirstArg) - Method in class net.openhft.chronicle.wire.VanillaMethodReader
Registers a method with multiple arguments with the provided WireParser, applying a filter on the first argument.
addPathForSourcesEnding(int, int...) - Method in class net.openhft.chronicle.wire.MessagePathClassifier
Registers a path ID for message histories that end with the supplied sequence of source IDs.
addSource(int, long) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
Adds a new source entry and marks the history as dirty.
addSourceDetails(boolean) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
Sets whether the MessageHistory should automatically add a timestamp on read.
addSourceDetails() - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
Gets the flag that determines whether the MessageHistory should automatically add a timestamp on read.
addTimeStamps() - Method in class net.openhft.chronicle.wire.YamlWireOut
Checks if timestamps should be added during serialization.
addTimeStamps(boolean) - Method in class net.openhft.chronicle.wire.YamlWireOut
Configures whether to add timestamps during serialization.
addTiming(long) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
Adds a timing entry.
allSafeChars() - Method in class net.openhft.chronicle.wire.Base85LongConverter
Indicates whether all characters in the custom Base85 character set are safe for the given output context.
allSafeChars() - Method in interface net.openhft.chronicle.wire.LongConverter
Checks if the characters used are "safe", meaning they don't require additional quoting or escaping, especially in contexts like YAML serialization.
allSafeChars() - Method in class net.openhft.chronicle.wire.ShortTextLongConverter
Specifies that not all characters are safe for the given wireOut.
anchor(WireOut) - Method in class net.openhft.chronicle.wire.BinaryWire
Anchor support is not implemented for binary wires.
ANCHOR - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Deprecated.
and(ChronicleBitSet) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Performs a logical AND with the given set.
and(ChronicleBitSet) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Performs a bitwise AND operation between this ChronicleBitSet and the provided set.
and(ChronicleBitSet) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Performs a logical AND operation between this ChronicleBitSet and the specified ChronicleBitSet.
and(LongValueBitSet) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Performs a logical AND operation between this ChronicleBitSet and the specified LongValueBitSet.
andNot(ChronicleBitSet) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Clears the bits that are set in the given set from this set.
andNot(ChronicleBitSet) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Clears all the bits in this ChronicleBitSet that are set in the specified ChronicleBitSet.
andNot(ChronicleBitSet) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Clears all the bits in this ChronicleBitSet where the corresponding bit is set in the specified ChronicleBitSet.
andNot(LongValueBitSet) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Clears all the bits in this ChronicleBitSet where the corresponding bit is set in the specified LongValueBitSet.
andThen(ExcerptListener) - Method in interface net.openhft.chronicle.wire.ExcerptListener
Returns a composed ExcerptListener that first accepts excerpts to this ExcerptListener, and then accepts excerpts to the after ExcerptListener.
andThen(TriConsumer<? super T, ? super U, ? super V>) - Method in interface net.openhft.chronicle.wire.TriConsumer
Returns a composed TriConsumer that performs, in sequence, this operation followed by the after operation.
append(StringBuilder, long) - Method in class net.openhft.chronicle.wire.AbstractLongConverter
Appends the provided long value to the destination StringBuilder.
append(Bytes<?>, long) - Method in class net.openhft.chronicle.wire.AbstractLongConverter
Appends the provided long value to the destination Bytes.
append(Appendable, long) - Method in class net.openhft.chronicle.wire.AbstractTimestampLongConverter
Format the timestamp value and append it to the supplied Appendable.
append(StringBuilder, long) - Method in class net.openhft.chronicle.wire.AbstractTimestampLongConverter
Convenience overload that delegates to AbstractTimestampLongConverter.append(Appendable, long).
append(Bytes<?>, long) - Method in class net.openhft.chronicle.wire.AbstractTimestampLongConverter
Convenience overload for appending to a Bytes instance.
append(StringBuilder, long) - Method in class net.openhft.chronicle.wire.converter.PowerOfTwoLongConverter
Appends a long value to a StringBuilder.
append(Bytes<?>, long) - Method in class net.openhft.chronicle.wire.converter.PowerOfTwoLongConverter
Appends a long value to a Bytes object.
append(StringBuilder, long) - Method in class net.openhft.chronicle.wire.converter.SizeLongConverter
Converts a long value to its string representation, appending a size suffix (K, M, G, T) if the value is a multiple of 1024 to a power (kilo, mega, giga, tera, respectively).
append(StringBuilder, long) - Method in class net.openhft.chronicle.wire.converter.SymbolsLongConverter
Appends a long value to a StringBuilder.
append(Bytes<?>, long) - Method in class net.openhft.chronicle.wire.converter.SymbolsLongConverter
Appends a long value to a Bytes object.
append(StringBuilder, long) - Method in class net.openhft.chronicle.wire.IdentifierLongConverter
Appends a long identifier to a provided StringBuilder instance.
append(Bytes<?>, long) - Method in class net.openhft.chronicle.wire.IdentifierLongConverter
Appends a long identifier to a provided Bytes instance.
append(StringBuilder, long) - Method in interface net.openhft.chronicle.wire.LongConverter
Appends the textual form of the provided long to the given StringBuilder using the converter's formatting rules.
append(Bytes<?>, long) - Method in interface net.openhft.chronicle.wire.LongConverter
Converts the given long value to a string and appends it to the provided Bytes object.
append(StringBuilder, long) - Method in class net.openhft.chronicle.wire.MicroDurationLongConverter
Appends a Duration representation of the provided long value (in microseconds) to the provided StringBuilder.
append(Bytes<?>, long) - Method in class net.openhft.chronicle.wire.MicroDurationLongConverter
Appends a Duration representation of the provided long value (in microseconds) to the provided Bytes.
append(StringBuilder, long) - Method in class net.openhft.chronicle.wire.NanoDurationLongConverter
Append the ISO-8601 form of the given duration to the supplied StringBuilder.
append(Bytes<?>, long) - Method in class net.openhft.chronicle.wire.NanoDurationLongConverter
Append the ISO-8601 form of the given duration to the supplied Bytes.
append(StringBuilder, long) - Method in class net.openhft.chronicle.wire.ServicesTimestampLongConverter
Appends a representation of the provided long timestamp (in the system-configured time unit) to the provided StringBuilder.
append(Bytes<?>, long) - Method in class net.openhft.chronicle.wire.ServicesTimestampLongConverter
Appends a representation of the provided long timestamp (in the system-configured time unit) to the provided Bytes.
append(long) - Method in class net.openhft.chronicle.wire.utils.JavaSourceCodeFormatter
 
append(CharSequence) - Method in class net.openhft.chronicle.wire.utils.SourceCodeFormatter
 
append(CharSequence, int, int) - Method in class net.openhft.chronicle.wire.utils.SourceCodeFormatter
 
append(char) - Method in class net.openhft.chronicle.wire.utils.SourceCodeFormatter
 
append(long) - Method in class net.openhft.chronicle.wire.utils.SourceCodeFormatter
Appends the provided long value to the formatted string.
append(double) - Method in class net.openhft.chronicle.wire.utils.SourceCodeFormatter
Appends the provided double value to the formatted string.
append(boolean) - Method in class net.openhft.chronicle.wire.utils.SourceCodeFormatter
Appends the provided boolean value to the formatted string.
append(Stringable) - Method in class net.openhft.chronicle.wire.utils.SourceCodeFormatter
Appends the provided object's string representation to the formatted string.
append(StringBuilder, long) - Method in class net.openhft.chronicle.wire.WordsLongConverter
Appends the word representation of the given long value to the provided StringBuilder.
append(Bytes<?>, long) - Method in class net.openhft.chronicle.wire.WordsLongConverter
Appends the word representation of the given long value to the provided Bytes object.
append(CharSequence) - Method in class net.openhft.chronicle.wire.YamlWireOut
Appends the given CharSequence cs to the output bytes using either an 8-bit or UTF-8 encoding, depending on use8bit.
append(CharSequence, int, int) - Method in class net.openhft.chronicle.wire.YamlWireOut
Appends a subsequence of the given CharSequence cs to the output bytes using either an 8-bit or UTF-8 encoding.
appendFraction(DateTimeFormatterBuilder) - Method in class net.openhft.chronicle.wire.AbstractTimestampLongConverter
Append the fraction-of-second pattern to the formatter builder.
appendFraction(DateTimeFormatterBuilder) - Method in class net.openhft.chronicle.wire.MicroTimestampLongConverter
 
appendFraction(DateTimeFormatterBuilder) - Method in class net.openhft.chronicle.wire.MilliTimestampLongConverter
Appends the fraction of the second to the provided DateTimeFormatterBuilder.
appendFraction(DateTimeFormatterBuilder) - Method in class net.openhft.chronicle.wire.NanoTimestampLongConverter
Appends the fraction of the second to the provided DateTimeFormatterBuilder.
appendU4(char) - Method in class net.openhft.chronicle.wire.YamlWireOut
Appends a 4-character hexadecimal Unicode representation of the given character ch to the output bytes.
applyToMarshallable(Function<WireIn, T>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
applyToMarshallable(Function<WireIn, T>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
applyToMarshallable(Function<WireIn, T>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
applyToMarshallable(Function<WireIn, T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Applies a Function to this ValueIn, interpreting it as a WireIn for a marshallable object.
array(Bytes[]) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an array of Bytes objects from the wire, populating the provided array.
array(double[]) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an array of double values from the wire, populating the provided array.
array(boolean[]) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an array of boolean values from the wire, populating the provided array.
array(long[]) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an array of long values from the wire, populating the provided array.
array(int[]) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an array of int values from the wire, populating the provided array.
array(byte[]) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an array of byte values from the wire, populating the provided array.
array(Bytes[], int) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes an array of byte sequences of a specified length.
array(double[], int) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes an array of doubles of a specified length.
array(boolean[], int) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes an array of boolean values to the wire output.
array(long[], int) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes an array of long values to the wire output.
array(int[], int) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes an array of int values to the wire output.
array(byte[], int) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes an array of byte values to the wire output.
array(WriteValue, Class<?>) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes an array of specified type objects to the wire output, using the provided writer.
arrayDelta(double[]) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an array of double values with delta compression from the wire, populating the provided array.
arrayDelta(long[]) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an array of long values with delta compression from the wire, populating the provided array.
arrayDelta(double[], int) - Method in interface net.openhft.chronicle.wire.ValueOut
This write value's relative to the first one using 6 digit precision
arrayDelta(long[], int) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes the delta of long values in an array to the wire output.
asBinary(WireIn, Bytes<?>) - Static method in enum net.openhft.chronicle.wire.Wires
Copies the contents of wireIn into output using a binary wire.
asEnum(Class<E>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an Enum value of the specified type from the wire.
asEnum(Class<E>, Consumer<E>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an Enum value of the specified type from the wire and applies it to a Consumer.
asEnum(Class<E>, T, BiConsumer<T, E>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an Enum value of the specified type from the wire and applies it to a given object using a BiConsumer.
asEnum(E) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes an enum value to the wire output.
asJson(WireIn, Bytes<?>) - Static method in enum net.openhft.chronicle.wire.Wires
Converts wireIn to JSON and writes the result into output.
asMap(CharSequence) - Method in enum net.openhft.chronicle.wire.WireType
Deserialises the supplied text into a Map<String, Object>.
AsMarshallable - Annotation Type in net.openhft.chronicle.wire
This annotation indicates that the associated field or parameter should be treated as a Marshallable type, implying it should be serialized or deserialized accordingly.
asString(long) - Method in interface net.openhft.chronicle.wire.LongConverter
Converts the given long value to a string.
asString() - Method in class net.openhft.chronicle.wire.WireDumper
Obtains a string representation of the entire content present in the bytes.
asString(boolean) - Method in class net.openhft.chronicle.wire.WireDumper
Obtains a string representation of the content from the current read position.
asString(long, long) - Method in class net.openhft.chronicle.wire.WireDumper
Dumps a specific region of the wire content, starting at position for length bytes, as a string.
asString(long, long, boolean) - Method in class net.openhft.chronicle.wire.WireDumper
Dumps a specific region of the wire content, starting at position for length bytes, as a string.
asString(Object) - Method in enum net.openhft.chronicle.wire.WireType
Converts a given marshallable object to its string representation.
asText(Wire) - Static method in class net.openhft.chronicle.wire.JSONWire
Converts the content of the provided wire to a JSON string.
asText(int) - Method in interface net.openhft.chronicle.wire.LongConverter
Converts the provided integer value to a CharSequence representation.
asText(long) - Method in interface net.openhft.chronicle.wire.LongConverter
Converts the provided long value to a CharSequence representation.
asText(Wire) - Static method in class net.openhft.chronicle.wire.TextWire
Converts any wire format into a text representation.
asText(WireIn, Bytes<?>) - Static method in enum net.openhft.chronicle.wire.Wires
Converts the contents of wireIn to a text (YAML-like) representation.
asText(Wire) - Static method in class net.openhft.chronicle.wire.YamlWire
Converts the content of a given Wire object into its string representation.
asUtf8String(Object) - Method in enum net.openhft.chronicle.wire.WireType
Serialises marshallable using this wire type into an in-memory buffer and returns the result as a UTF-8 string.
AutoTailers - Class in net.openhft.chronicle.wire.domestic
Utility class that provides a set of functions and interfaces related to auto-tailers.
AutoTailers.CloseableEventHandler - Interface in net.openhft.chronicle.wire.domestic
 
AutoTailers.CloseableRunnable - Interface in net.openhft.chronicle.wire.domestic
 

B

Base16 - Annotation Type in net.openhft.chronicle.wire.converter
Annotation for fields or parameters to indicate that the annotated long value represents a string of 0 to 16 characters encoded in Base16.
Base32LongConverter - Class in net.openhft.chronicle.wire
This class is responsible for converting 64-bit unsigned numbers into a base32 representation.
Base32LongConverter() - Constructor for class net.openhft.chronicle.wire.Base32LongConverter
Default constructor that sets up base32 character set and configures aliases to avoid common character misinterpretations.
Base64 - Annotation Type in net.openhft.chronicle.wire.converter
Annotation to indicate that a given field or parameter, represented as a long value, should be treated as a string containing 0 to 10 characters in Base64 format.
Base64LongConverter - Class in net.openhft.chronicle.wire
This class represents a converter for an unsigned 64-bit number encoded in base64.
Base85 - Annotation Type in net.openhft.chronicle.wire.converter
Annotation to indicate that a given field or parameter, represented as a long value, should be treated as a string containing 0 to 10 characters in Base85 format.
Base85LongConverter - Class in net.openhft.chronicle.wire
Provides a Base85 encoding scheme, converting long values to a string representation.
baseClassName() - Method in class net.openhft.chronicle.wire.AbstractClassGenerator.MetaData
Retrieves the base name of the class to be generated.
baseClassName(String) - Method in class net.openhft.chronicle.wire.AbstractClassGenerator.MetaData
Sets the base class name for the class to be generated.
BaseEvent<E extends BaseEvent<E>> - Interface in net.openhft.chronicle.wire
Represents a timed event and extends Marshallable so that the event can be serialised or de-serialised.
BINARY - Static variable in class net.openhft.chronicle.wire.TextWire
 
binaryLengthLength() - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
 
binaryLengthLength() - Method in interface net.openhft.chronicle.wire.WriteMarshallable
Provides an assumed length in bytes for the serialized form of this entity.
BinaryMethodWriterInvocationHandler - Class in net.openhft.chronicle.wire
MethodWriterInvocationHandler that serialises method calls to a MarshallableOut using the binary wire format.
BinaryMethodWriterInvocationHandler(Class<?>, boolean, Supplier<MarshallableOut>) - Constructor for class net.openhft.chronicle.wire.BinaryMethodWriterInvocationHandler
Create a handler using the given class, metadata flag and a supplier of MarshallableOut.
binaryOnly(Bytes<?>) - Static method in class net.openhft.chronicle.wire.BinaryWire
Creates and returns a new instance of BinaryWire with the delta support disabled.
BinaryReadDocumentContext - Class in net.openhft.chronicle.wire
This is the BinaryReadDocumentContext class which implements the ReadDocumentContext interface.
BinaryReadDocumentContext(Wire) - Constructor for class net.openhft.chronicle.wire.BinaryReadDocumentContext
Constructor that initializes the BinaryReadDocumentContext using the provided wire.
BinaryReadDocumentContext(Wire, boolean) - Constructor for class net.openhft.chronicle.wire.BinaryReadDocumentContext
Deprecated.
BinaryValueIn() - Constructor for class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
BinaryValueOut() - Constructor for class net.openhft.chronicle.wire.BinaryWire.BinaryValueOut
 
BinaryWire - Class in net.openhft.chronicle.wire
Primary implementation of the binary wire format.
BinaryWire() - Constructor for class net.openhft.chronicle.wire.BinaryWire
Constructs a BinaryWire with default settings and elastic on-heap bytes.
BinaryWire(Bytes<?>) - Constructor for class net.openhft.chronicle.wire.BinaryWire
Constructs a BinaryWire with default settings.
BinaryWire(Bytes<?>, boolean, boolean, boolean, int, String) - Constructor for class net.openhft.chronicle.wire.BinaryWire
Constructs a BinaryWire with specified configurations.
BinaryWire(Bytes<?>, boolean, boolean, boolean, int, String, boolean) - Constructor for class net.openhft.chronicle.wire.BinaryWire
Deprecated.
BinaryWire.BinaryValueIn - Class in net.openhft.chronicle.wire
Represents a binary input value and provides methods to read and manage the state of this binary input.
BinaryWire.BinaryValueOut - Class in net.openhft.chronicle.wire
Extends the FixedBinaryValueOut class to support binary value outputs with additional logic for converting and writing different types of numbers, namely integers and longs.
BinaryWire.FixedBinaryValueOut - Class in net.openhft.chronicle.wire
Implementation of the ValueOut interface, providing methods to write values in a fixed binary format.
BinaryWireCode - Enum in net.openhft.chronicle.wire
Enumerates the predefined byte codes for the Binary YAML wire format.
binaryWireForRead(Bytes<?>, long, long) - Static method in enum net.openhft.chronicle.wire.Wires
Provides a thread-local BinaryWire configured to read from the supplied byte store.
binaryWireForWrite(Bytes<?>, long, long) - Static method in enum net.openhft.chronicle.wire.Wires
Provides a thread-local BinaryWire configured for writing to the supplied byte store.
BinaryWireHighCode - Enum in net.openhft.chronicle.wire
Enum to represent various high-level codes used in the binary wire protocol.
BinaryWriteDocumentContext - Class in net.openhft.chronicle.wire
A context used for writing documents in a binary format.
BinaryWriteDocumentContext(Wire) - Constructor for class net.openhft.chronicle.wire.BinaryWriteDocumentContext
Constructs a new context for writing binary documents using the specified wire.
BITS_PER_WORD - Static variable in interface net.openhft.chronicle.wire.ChronicleBitSet
The number of bits in a long word (64).
blockEnd() - Method in class net.openhft.chronicle.wire.YamlTokeniser
Gets the end position of the current block in the stream.
blockQuote() - Method in class net.openhft.chronicle.wire.YamlTokeniser
Gets the current block's quotation character.
blockStart() - Method in class net.openhft.chronicle.wire.YamlTokeniser
Gets the start position of the current block in the stream.
bool(T, ObjBooleanConsumer<T>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
bool(BooleanValue) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
bool() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
bool(Boolean) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
bool(T, ObjBooleanConsumer<T>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
bool(BooleanValue) - Method in class net.openhft.chronicle.wire.DefaultValueIn
Not implemented for default values.
bool() - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
bool(T, ObjBooleanConsumer<T>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
bool(BooleanValue) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
bool() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
bool(T, ObjBooleanConsumer<T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads the value as a boolean and passes it, together with target, to flagConsumer.
bool(BooleanValue) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a boolean value and populates the provided BooleanValue.
bool() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a boolean value from the wire.
bool(Boolean) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a boolean value.
boolForBinding(boolean, BooleanValue) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
boolForBinding(boolean, BooleanValue) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a boolean value for binding with the given BooleanValue.
bracketType - Variable in class net.openhft.chronicle.wire.AbstractFieldInfo
 
bracketType() - Method in class net.openhft.chronicle.wire.AbstractFieldInfo
 
BracketType - Enum in net.openhft.chronicle.wire
Represents the type of bracketing used in serialized data formats, particularly in the context of Chronicle Wire serialization/deserialization processes.
bracketType() - Method in interface net.openhft.chronicle.wire.FieldInfo
Returns the BracketType used by the serialization strategy associated with this FieldInfo object.
bracketType() - Method in enum net.openhft.chronicle.wire.SerializationStrategies
Specifies the bracket type associated with this strategy.
bracketType() - Method in interface net.openhft.chronicle.wire.SerializationStrategy
Provides the bracket type used in the serialized format, which might give hints or constraints on how the data is structured.
bridgeFor(Class<?>, List<Object>, UpdateInterceptor) - Static method in class net.openhft.chronicle.wire.GenerateMethodBridge
Builds and instantiates a method bridge for the supplied interface.
build(Object...) - Method in class net.openhft.chronicle.wire.VanillaMethodReaderBuilder
Constructs and returns a MethodReader instance using the given implementations.
build() - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
Builds the method writer proxy.
builder(Class<E>) - Static method in interface net.openhft.chronicle.wire.domestic.extractor.DocumentExtractor
Creates and returns a new Builder that can be used to create DocumentExtractor objects of the provided elementType.
builder(URL) - Static method in interface net.openhft.chronicle.wire.MarshallableOut
Creates and returns a new instance of MarshallableOutBuilder initialized with the provided URL.
byteBuffer(ByteBuffer) - Method in interface net.openhft.chronicle.wire.ValueIn
Puts the byte data into the provided ByteBuffer.
bytes - Variable in class net.openhft.chronicle.wire.AbstractWire
 
bytes() - Method in class net.openhft.chronicle.wire.AbstractWire
 
bytes(BytesOut<?>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
bytes(BytesOut<?>, boolean) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
bytes(ReadBytesMarshallable) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
bytes(byte[]) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
bytes(BytesStore<?, ?>) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
bytes(byte[]) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
bytes(String, BytesStore<?, ?>) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
bytes(String, byte[]) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
bytes(BytesOut<?>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
bytes(ReadBytesMarshallable) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
bytes(byte[]) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
bytes() - Method in class net.openhft.chronicle.wire.HashWire
Unsupported as HashWire does not hold an output buffer.
bytes() - Method in class net.openhft.chronicle.wire.RawWire
 
bytes() - Method in class net.openhft.chronicle.wire.ReadAnyWire
 
bytes(BytesOut<?>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
bytes(ReadBytesMarshallable) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
bytes(byte[]) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
bytes(BytesOut<?>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads byte data into the provided BytesOut object.
bytes(BytesOut<?>, boolean) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads byte data into the provided BytesOut object with an option to clear the BytesOut before reading.
bytes(ReadBytesMarshallable) - Method in interface net.openhft.chronicle.wire.ValueIn
Supplies the byte stream to bytesMarshallable#readMarshallable for custom deserialisation.
bytes() - Method in interface net.openhft.chronicle.wire.ValueIn
Retrieves the byte data as an array.
bytes(byte[]) - Method in interface net.openhft.chronicle.wire.ValueIn
Populates using with the value’s bytes when possible to avoid allocation.
bytes(BytesStore<?, ?>) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a sequence of bytes based on the content of a BytesStore object.
bytes(String, BytesStore<?, ?>) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a typed sequence of bytes based on the content of a BytesStore object.
bytes(byte[]) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a sequence of bytes.
bytes(String, byte[]) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a typed sequence of bytes.
bytes() - Method in interface net.openhft.chronicle.wire.WireCommon
Returns the underlying Bytes stored by the wire.
bytes() - Method in class net.openhft.chronicle.wire.YamlWireOut
 
bytes0(BytesStore<?, ?>, long) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
Writes bytes from the given BytesStore to the byte storage.
BYTES_LENGTH16 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Sequence length 0 to 2^16-1 bytes.
BYTES_LENGTH32 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Sequence length 0 to 2^32-1 bytes.
BYTES_LENGTH8 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Sequence length 0 to 255 bytes.
bytesComment() - Method in class net.openhft.chronicle.wire.AbstractWire
 
bytesComment() - Method in class net.openhft.chronicle.wire.HashWire
Not applicable; returns this for chaining.
bytesComment() - Method in interface net.openhft.chronicle.wire.WireCommon
Returns the bytes() but only for comment.
BytesInBinaryMarshallable - Class in net.openhft.chronicle.wire
Represents an abstract base class for binary marshallables that primarily deal with bytes.
BytesInBinaryMarshallable() - Constructor for class net.openhft.chronicle.wire.BytesInBinaryMarshallable
 
bytesLiteral(BytesOut<?>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
bytesLiteral() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
bytesLiteral(BytesStore<?, ?>) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
bytesLiteral(BytesOut<?>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads byte data into the provided BytesOut object.
bytesLiteral() - Method in interface net.openhft.chronicle.wire.ValueIn
Retrieves the byte data as a BytesStore object.
bytesLiteral(BytesStore<?, ?>) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a sequence of bytes from a BytesStore object as a literal value, if supported by the wire type.
bytesMarshallable(WriteBytesMarshallable) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
bytesMarshallable(WriteBytesMarshallable) - Method in interface net.openhft.chronicle.wire.ValueOut
Serialize an object implementing the WriteBytesMarshallable interface.
bytesMatch(BytesStore<?, ?>, BooleanConsumer) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
bytesMatch(BytesStore<?, ?>, BooleanConsumer) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
bytesMatch(BytesStore<?, ?>, BooleanConsumer) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
bytesMatch(BytesStore<?, ?>, BooleanConsumer) - Method in interface net.openhft.chronicle.wire.ValueIn
Compares byte data with the provided BytesStore and uses the given BooleanConsumer based on the result.
bytesSet(PointerBytesStore) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
bytesSet(PointerBytesStore) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
bytesSet(PointerBytesStore) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
bytesSet(PointerBytesStore) - Method in interface net.openhft.chronicle.wire.ValueIn
Sets byte data to the provided PointerBytesStore.
bytesStore() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
bytesStore(StringBuilder) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
Reads bytes from the wire and stores them into the provided StringBuilder.
bytesStore(Bytes<?>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
Reads bytes from the wire and stores them into the provided Bytes object.
bytesStore() - Method in interface net.openhft.chronicle.wire.ValueIn
Wraps the value’s byte array in a new BytesStore.

C

CACHED_COMPILER - Static variable in class net.openhft.chronicle.wire.AbstractClassGenerator
 
cardinality() - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Counts the number of bits set to true.
cardinality() - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Computes the number of bits that are currently set to true in this ChronicleBitSet.
cardinality() - Method in class net.openhft.chronicle.wire.LongValueBitSet
Counts the bits set to true.
chainedElement() - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
chainedElement(boolean) - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
chainedElement() - Method in class net.openhft.chronicle.wire.DocumentContextHolder
 
chainedElement(boolean) - Method in class net.openhft.chronicle.wire.DocumentContextHolder
 
chainedElement() - Method in class net.openhft.chronicle.wire.TextWriteDocumentContext
 
chainedElement(boolean) - Method in class net.openhft.chronicle.wire.TextWriteDocumentContext
 
chainedElement() - Method in interface net.openhft.chronicle.wire.WriteDocumentContext
Returns true if this WriteDocumentContext is a chained element.
chainedElement(boolean) - Method in interface net.openhft.chronicle.wire.WriteDocumentContext
Marks this WriteDocumentContext as a chained element.
character() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads text data and returns the first character.
character(char) - Method in interface net.openhft.chronicle.wire.ValueOut
charAt(int) - Method in class net.openhft.chronicle.wire.utils.SourceCodeFormatter
 
CharSequenceObjectMap<T> - Class in net.openhft.chronicle.wire
Simple hash map implementation optimised for CharSequence keys.
CharSequenceObjectMap(int) - Constructor for class net.openhft.chronicle.wire.CharSequenceObjectMap
Creates a map with an initial table size that is the next power of two greater than or equal to capacity with a minimum of sixteen.
checkHeaderNumber(long, long) - Method in interface net.openhft.chronicle.wire.HeadNumberChecker
Checks whether the provided header number meets a certain condition in the context of its position.
checkKeys(WireKey[]) - Static method in interface net.openhft.chronicle.wire.WireKey
Checks that each entry uses a distinct WireKey.code() value.
checkRecycle(T) - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
Offers a workaround to selectively disable "object recycling read" provided by ValueIn.object(Object, Class) for specific object types.
checkResetOpened() - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
checkRewind() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
Checks if the previous character is an end character, and if so, moves the read position back by one byte.
checkRewindDouble() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
Checks for rewind condition.
ChronicleBitSet - Interface in net.openhft.chronicle.wire
Interface for a bit set that is both Marshallable and Closeable.
CLASS_STRATEGY_FUNCTIONS - Static variable in enum net.openhft.chronicle.wire.Wires
Registry of functions that determine the SerializationStrategy for a class.
classLoader(ClassLoader) - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
Configures the class loader to be used for dynamic class generation and loading.
classLookup - Variable in class net.openhft.chronicle.wire.AbstractWire
 
classLookup(ClassLookup) - Method in class net.openhft.chronicle.wire.AbstractWire
 
classLookup() - Method in class net.openhft.chronicle.wire.AbstractWire
 
classLookup() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
classLookup() - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
classLookup() - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
classLookup(ClassLookup) - Method in class net.openhft.chronicle.wire.HashWire
 
classLookup() - Method in class net.openhft.chronicle.wire.HashWire
Always returns ClassAliasPool.CLASS_ALIASES as type resolution is still required for consistent hashing.
classLookup(ClassLookup) - Method in class net.openhft.chronicle.wire.ReadAnyWire
 
classLookup() - Method in class net.openhft.chronicle.wire.ReadAnyWire
 
classLookup(ClassLookup) - Method in class net.openhft.chronicle.wire.TextWire
 
classLookup() - Method in class net.openhft.chronicle.wire.TextWire
 
classLookup() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
classLookup() - Method in interface net.openhft.chronicle.wire.ValueIn
Retrieves a ClassLookup instance associated with the current WireIn.
classLookup() - Method in interface net.openhft.chronicle.wire.ValueOut
Provides a lookup mechanism to resolve class names.
classLookup(ClassLookup) - Method in interface net.openhft.chronicle.wire.WireCommon
Sets the ClassLookup implementation to be used for class lookup.
classLookup() - Method in interface net.openhft.chronicle.wire.WireCommon
Returns the current ClassLookup implementation being used for class lookup.
className() - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Generates a class name based on the metadata and possibly a hash value.
className() - Method in interface net.openhft.chronicle.wire.Marshallable
Returns the alias name for the current class, if available.
clear() - Method in class net.openhft.chronicle.wire.AbstractWire
 
clear() - Method in class net.openhft.chronicle.wire.BinaryWire
Clears the underlying bytes and resets BinaryWire.valueIn and BinaryWire.valueOut to their initial states.
clear(int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Clears the bit at the given zero-based index.
clear() - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Sets all the bits in this ChronicleBitSet to false.
clear(int, int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Clears all bits in the range [fromIndex, toIndex).
clear() - Method in class net.openhft.chronicle.wire.HashWire
Reset the accumulated HashWire.hash.
clear(int) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Clears (sets to false) the bit specified by the index.
clear(int, int) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Clears (sets to false) the range of bits from the specified starting index (inclusive) to the ending index (exclusive).
clear() - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Sets all bits in this ChronicleBitSet to false.
clear(int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Sets the bit specified by the index to false.
clear(int, int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clear() - Method in class net.openhft.chronicle.wire.LongValueBitSet
Sets all of the bits in this ChronicleBitSet to false.
clear() - Static method in interface net.openhft.chronicle.wire.MessageHistory
Effectively calls set(null) removing the current thread-local history.
clear() - Method in class net.openhft.chronicle.wire.RawWire
 
clear() - Method in class net.openhft.chronicle.wire.ReadAnyWire
 
clear() - Method in class net.openhft.chronicle.wire.TextWire
 
clear() - Method in interface net.openhft.chronicle.wire.WireCommon
Resets the state of the underlying Bytes stored by the wire.
clear() - Method in interface net.openhft.chronicle.wire.WireIn
Clears the WireIn, effectively resetting its state.
clear() - Method in interface net.openhft.chronicle.wire.WireOut
Resets both the positions in the wire and the header number.
clear() - Method in class net.openhft.chronicle.wire.YamlWire
 
close() - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
Closes this reader and optionally the underlying MarshallableIn.
close() - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
close() - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
close() - Method in interface net.openhft.chronicle.wire.DocumentContext
Closes the DocumentContext and releases any held resources.
close() - Method in class net.openhft.chronicle.wire.DocumentContextHolder
 
close() - Method in interface net.openhft.chronicle.wire.domestic.AutoTailers.CloseableEventHandler
 
close() - Method in interface net.openhft.chronicle.wire.domestic.AutoTailers.CloseableRunnable
 
close() - Method in enum net.openhft.chronicle.wire.NoDocumentContext
 
close() - Method in class net.openhft.chronicle.wire.TextReadDocumentContext
 
close() - Method in class net.openhft.chronicle.wire.TextWriteDocumentContext
 
close() - Method in class net.openhft.chronicle.wire.VanillaMethodReader
 
close() - Method in class net.openhft.chronicle.wire.WrappedDocumentContext
 
closeIn(boolean) - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
Controls whether the underlying input is closed when this reader closes.
closeIn(boolean) - Method in class net.openhft.chronicle.wire.VanillaMethodReader
Control whether VanillaMethodReader.close() also closes the input.
closeReadLimit(long) - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
closeReadLimit(long) - Method in interface net.openhft.chronicle.wire.ReadDocumentContext
Sets the read limit for this ReadDocumentContext.
closeReadLimit(long) - Method in class net.openhft.chronicle.wire.TextReadDocumentContext
 
closeReadPosition(long) - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
closeReadPosition(long) - Method in interface net.openhft.chronicle.wire.ReadDocumentContext
Sets the read position for this ReadDocumentContext.
closeReadPosition(long) - Method in class net.openhft.chronicle.wire.TextReadDocumentContext
 
code() - Method in class net.openhft.chronicle.wire.MethodWireKey
 
code() - Method in interface net.openhft.chronicle.wire.WireKey
Returns a numeric code for this key, typically derived from its WireKey.name().
codeAfterCall(Method, String, String[]) - Method in interface net.openhft.chronicle.wire.GeneratingMethodReaderInterceptorReturns
 
codeBeforeCall(Method, String, String[]) - Method in interface net.openhft.chronicle.wire.GeneratingMethodReaderInterceptorReturns
 
collecting(Collector<E, A, ? extends R>) - Method in interface net.openhft.chronicle.wire.domestic.reduction.Reduction.ReductionBuilder
Creates and returns a new Reduction of type R using the provided collector.
collection(Supplier<C>, Class<T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a Collection of objects of a specified type from the wire, using the provided supplier for the Collection type.
collection(O, Function<O, T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a sequence of ReadMarshallable items into a collection, where each item is constructed using the provided Function.
collection(Collection<V>, Class<V>) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a collection to the wire output, specifying the type of its entries.
COMMENT - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Marks a comment that should be ignored by parsers.
Comment - Annotation Type in net.openhft.chronicle.wire
The Comment annotation represents a way to attach user-defined comments to elements such as fields, parameters or types.
commentListener - Variable in class net.openhft.chronicle.wire.AbstractWire
 
commentListener(Consumer<CharSequence>) - Method in class net.openhft.chronicle.wire.AbstractWire
 
commentListener(Consumer<CharSequence>) - Method in interface net.openhft.chronicle.wire.WireIn
Sets a listener that gets notified whenever a comment is encountered during reading.
compress(String, Bytes<?>) - Method in interface net.openhft.chronicle.wire.ValueOut
Compresses the given bytes using the specified compression technique.
compressedSize() - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
compressedSize() - Method in interface net.openhft.chronicle.wire.ValueOut
 
ConcurrentCollectors - Class in net.openhft.chronicle.wire.domestic.reduction
Provides utility methods to obtain concurrent Collectors that can be used in conjunction with the Java Stream API.
ConfigLoader - Enum in net.openhft.chronicle.wire.utils
Utility class for loading configuration files in YAML format.
consumeAny() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
consumeDocumentStart() - Method in class net.openhft.chronicle.wire.TextWire
Consumes the start of a document in the byte stream.
consumeDocumentStart() - Method in class net.openhft.chronicle.wire.YamlWire
Consumes and skips the start of a YAML document, e.g., '---'.
consumePadding() - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
consumePadding() - Method in class net.openhft.chronicle.wire.BinaryWire
 
consumePadding() - Method in class net.openhft.chronicle.wire.CSVWire
Skips whitespace at the current position.
consumePadding(int) - Method in class net.openhft.chronicle.wire.CSVWire
In CSV the commas argument is ignored; this method delegates to CSVWire.consumePadding().
consumePadding() - Method in class net.openhft.chronicle.wire.QueryWire
Skips any leading whitespace from the current read position.
consumePadding() - Method in class net.openhft.chronicle.wire.RawWire
No padding bytes are expected in this format, so this method does nothing.
consumePadding() - Method in class net.openhft.chronicle.wire.TextWire
 
consumePadding(int) - Method in class net.openhft.chronicle.wire.TextWire
Consumes padding characters from the current reading position.
consumePadding() - Method in interface net.openhft.chronicle.wire.WireIn
Consumes and discards any padding that may exist between the current read position and the next piece of meaningful data.
consumePadding() - Method in class net.openhft.chronicle.wire.YamlWire
 
consumePaddingStart() - Method in class net.openhft.chronicle.wire.CSVWire
Consumes leading spaces and comment lines (prefixed with #) so the reader is positioned at the start of the header or first record.
consumeToEndOfMessage(Bytes<?>) - Static method in class net.openhft.chronicle.wire.TextReadDocumentContext
Consumes the bytes until the end of the message is encountered.
consumeWhiteSpace() - Method in class net.openhft.chronicle.wire.TextWire
Consumes and skips over white space characters from the current position in the byte stream.
contains(String) - Method in class net.openhft.chronicle.wire.utils.SourceCodeFormatter
Checks if the formatted string contains the specified text.
contentEquals(CharSequence) - Method in interface net.openhft.chronicle.wire.WireKey
Compares the string representation of this WireKey (obtained via this.toString()) with the provided CharSequence c for content equality.
context() - Method in class net.openhft.chronicle.wire.YamlTokeniser
Returns the context of the YAML tokenization process.
contexts - Variable in class net.openhft.chronicle.wire.YamlTokeniser
 
contextSize() - Method in class net.openhft.chronicle.wire.YamlTokeniser
Retrieves the number of context objects currently being managed.
converter - Variable in class net.openhft.chronicle.wire.AbstractLongConverter
 
copy(Object, Object) - Method in interface net.openhft.chronicle.wire.FieldInfo
Copies the value of the field represented by this FieldInfo object from the source object to the destination object.
copyEventDetails(Event<?>, Event<?>) - Static method in interface net.openhft.chronicle.wire.Event
Copies the eventId and eventTime from one event to another.
copyFrom(ChronicleBitSet) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Copies all bits from bitSet into this set.
copyFrom(ChronicleBitSet) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
 
copyFrom(ChronicleBitSet) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Copies the contents of bitSet into this instance.
copyOne(WireOut) - Method in class net.openhft.chronicle.wire.BinaryWire
Copies one unit of data from this BinaryWire to the provided WireOut instance.
copyOne(WireOut, boolean, boolean) - Method in class net.openhft.chronicle.wire.JSONWire
Copies one segment of data from this wire to the given wire output.
copyTo(WireOut) - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
copyTo(WireOut) - Method in class net.openhft.chronicle.wire.BinaryWire
Efficiently copies the remaining content.
copyTo(WireOut) - Method in class net.openhft.chronicle.wire.JSONWire
 
copyTo(T) - Method in interface net.openhft.chronicle.wire.Marshallable
Copy fields from this to dest by marshalling out and then in.
copyTo(WireOut) - Method in class net.openhft.chronicle.wire.RawWire
Copies the underlying bytes to another wire.
copyTo(WireOut) - Method in class net.openhft.chronicle.wire.TextWire
 
copyTo(WireOut) - Method in interface net.openhft.chronicle.wire.WireIn
Copies the content from the current WireIn source to the provided WireOut destination.
copyTo(Object, T) - Static method in enum net.openhft.chronicle.wire.Wires
Copy fields from source to target by marshalling out and then in.
copyTo(WireOut) - Method in class net.openhft.chronicle.wire.YamlWire
 
count - Variable in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
count - Variable in class net.openhft.chronicle.wire.TextWriteDocumentContext
 
count() - Method in class net.openhft.chronicle.wire.YamlKeys
Returns the number of stored offsets in the collection.
counting() - Static method in class net.openhft.chronicle.wire.domestic.reduction.Reductions
Creates and returns a new Reduction that will count the number of excerpts.
Counting() - Constructor for class net.openhft.chronicle.wire.domestic.reduction.Reductions.Counting
 
createClass() - Method in class net.openhft.chronicle.wire.GenerateMethodReader
Generates (if not already done) and compiles the source code of a custom MethodReader at runtime.
createDefaultParselet(ExceptionHandler) - Static method in class net.openhft.chronicle.wire.VanillaMethodReaderBuilder
Deprecated.
createDefaultParselet(ExceptionHandler, Class<?>) - Static method in class net.openhft.chronicle.wire.VanillaMethodReaderBuilder
Creates a default WireParselet that handles unrecognized methods.
createEventHandler(Supplier<? extends MarshallableIn>, ExcerptListener) - Static method in class net.openhft.chronicle.wire.domestic.AutoTailers
 
createForField(String, Class<?>, BracketType, Field) - Static method in interface net.openhft.chronicle.wire.FieldInfo
 
createRunnable(Supplier<? extends MarshallableIn>, ExcerptListener, Supplier<Pauser>) - Static method in class net.openhft.chronicle.wire.domestic.AutoTailers
 
createValueIn() - Method in class net.openhft.chronicle.wire.CSVWire
Factory for CSVValueIn instances used when reading values.
createValueIn() - Method in class net.openhft.chronicle.wire.JSONWire
 
createValueIn() - Method in class net.openhft.chronicle.wire.QueryWire
Returns a reader that parses query parameter values.
createValueIn() - Method in class net.openhft.chronicle.wire.TextWire
Creates and returns a new instance of TextValueIn.
createValueIn() - Method in class net.openhft.chronicle.wire.YamlWire
Creates a new instance of TextValueIn.
createValueOut() - Method in class net.openhft.chronicle.wire.CSVWire
Factory for CSVValueOut instances used when writing values.
createValueOut() - Method in class net.openhft.chronicle.wire.JSONWire
 
createValueOut() - Method in class net.openhft.chronicle.wire.QueryWire
Returns a writer that formats values as query parameters.
createValueOut() - Method in class net.openhft.chronicle.wire.YamlWireOut
Factory method used to obtain the main YamlValueOut.
createWireKey(Method, String) - Method in class net.openhft.chronicle.wire.VanillaMethodReader
Creates a MethodWireKey for a given method.
CSVWire - Class in net.openhft.chronicle.wire
Text based wire format for Comma Separated Values (CSV).
CSVWire(Bytes<?>, boolean) - Constructor for class net.openhft.chronicle.wire.CSVWire
Creates a wire backed by the supplied bytes and parses the first line as the header row.
CSVWire(Bytes<?>) - Constructor for class net.openhft.chronicle.wire.CSVWire
Creates a wire from the given bytes using UTF-8 encoding.
curr() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
Retrieves the current state of the binary input.
curr() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
Retrieves the current state from the stack.
current() - Method in class net.openhft.chronicle.wire.YamlTokeniser
Gets the current token in the tokenization process.
currentTime() - Static method in class net.openhft.chronicle.wire.ServicesTimestampLongConverter
Fetches the current time in the system-configured time unit using the default CLOCK.
currentTime(TimeProvider) - Static method in class net.openhft.chronicle.wire.ServicesTimestampLongConverter
Fetches the current time in the system-configured time unit using the provided TimeProvider.

D

dataEventProcessed - Variable in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
 
date(T, BiConsumer<T, LocalDate>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
date(LocalDate) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
DATE - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Represents a date value.
date(T, BiConsumer<T, LocalDate>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
date(T, BiConsumer<T, LocalDate>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
date(T, BiConsumer<T, LocalDate>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a LocalDate from the wire and applies it to a given object using the provided BiConsumer.
date() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a LocalDate directly from the wire.
date(LocalDate) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a date value.
DATE_TIME - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Represents a date-time value.
dateTime(LocalDateTime) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
dateTime() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a LocalDateTime directly from the wire.
dateTime(LocalDateTime) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a local date-time value, which represents both date and time without a time zone.
dc() - Method in class net.openhft.chronicle.wire.WrappedDocumentContext
Getter method to retrieve the wrapped DocumentContext instance.
dc(DocumentContext) - Method in class net.openhft.chronicle.wire.WrappedDocumentContext
Setter method to update the wrapped DocumentContext instance.
DEBUG_ENABLED - Static variable in class net.openhft.chronicle.wire.VanillaMethodReader
Flag to enable debug logging of messages being read.
debugLoggingParselet - Variable in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
 
deepCopy() - Method in interface net.openhft.chronicle.wire.Marshallable
Creates a deep copy of the current marshallable object.
deepCopy() - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
Override deepCopy as writeMarshallable adds a timing every time it is called.
deepCopy(T) - Static method in enum net.openhft.chronicle.wire.Wires
Creates a deep copy of the provided marshallable object.
DEFAULT_USE_PADDING - Static variable in class net.openhft.chronicle.wire.AbstractWire
 
defaultKeyClass() - Method in class net.openhft.chronicle.wire.JSONWire
 
defaultKeyClass() - Method in class net.openhft.chronicle.wire.TextWire
Returns the default class to be used as a key.
defaultParselet() - Method in class net.openhft.chronicle.wire.VanillaMethodReaderBuilder
 
defaultParselet(WireParselet) - Method in class net.openhft.chronicle.wire.VanillaMethodReaderBuilder
Sets a new default parselet.
defaultValue() - Method in interface net.openhft.chronicle.wire.WireKey
Returns the default value for the field or event represented by this key.
defaultValue() - Method in class net.openhft.chronicle.wire.WireMarshaller
Returns the default value of type T.
DefaultValueIn - Class in net.openhft.chronicle.wire
This class provides the default implementation for the ValueIn interface.
delegate(OUT) - Method in interface net.openhft.chronicle.wire.MethodDelegate
Sets the delegate to which method invocations will be forwarded.
demarshallable(Class<? extends Demarshallable>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
Deserializes an object of the given class from the wire data.
Demarshallable - Interface in net.openhft.chronicle.wire
Represents a contract for objects that are designed for deserialization, with an expectation that a new, potentially immutable object is instantiated during each deserialization process.
demarshallable(Class<?>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
Create and initialize an instance of a given class using the wire input.
DEMARSHALLABLES - Static variable in interface net.openhft.chronicle.wire.Demarshallable
 
DISABLE_READER_PROXY_CODEGEN - Static variable in class net.openhft.chronicle.wire.VanillaMethodReaderBuilder
 
DISABLE_WRITER_PROXY_CODEGEN - Static variable in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
 
disableThreadSafe(boolean) - Method in class net.openhft.chronicle.wire.MethodWriterInvocationHandlerSupplier
Sets the configuration for thread safety.
disableThreadSafe(boolean) - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
Controls whether the same invocation handler instance can be reused across threads.
DISCARD - Static variable in interface net.openhft.chronicle.wire.ReadMarshallable
 
DISCARD - Static variable in interface net.openhft.chronicle.wire.ValueIn
Deprecated.
DocumentContext - Interface in net.openhft.chronicle.wire
Represents a context that governs the interactions and state management for a document.
documentContext() - Method in class net.openhft.chronicle.wire.DocumentContextHolder
Retrieves the encapsulated DocumentContext instance.
documentContext(DocumentContext) - Method in class net.openhft.chronicle.wire.DocumentContextHolder
Sets the encapsulated DocumentContext instance to the provided value.
DocumentContextHolder - Class in net.openhft.chronicle.wire
This is the DocumentContextHolder class which implements both DocumentContext and WriteDocumentContext.
DocumentContextHolder() - Constructor for class net.openhft.chronicle.wire.DocumentContextHolder
 
DocumentExtractor<T> - Interface in net.openhft.chronicle.wire.domestic.extractor
The DocumentExtractor functional interface defines methods to extract data from documents, with the ability to transform the extracted data using provided mappers.
DocumentExtractor.Builder<E> - Interface in net.openhft.chronicle.wire.domestic.extractor
Generic builder that can be used to build DocumentExtractor objects of common types.
DocumentWritten - Interface in net.openhft.chronicle.wire
Represents an entity that supports writing documents.
doInvoke(Object, Method, Object[]) - Method in class net.openhft.chronicle.wire.AbstractMethodWriterInvocationHandler
 
doInvoke(Object, Method, Object[]) - Method in class net.openhft.chronicle.wire.BinaryMethodWriterInvocationHandler
Intercepts calls on the proxy.
doInvoke(Object, Method, Object[]) - Method in class net.openhft.chronicle.wire.TextMethodWriterInvocationHandler
Handles a direct writingDocument() call on the proxy before deferring to the superclass for normal method processing.
doWriteHistory(DocumentContext) - Method in interface net.openhft.chronicle.wire.MessageHistory
Default implementation for recording history into the supplied DocumentContext.
doWriteHistory(DocumentContext) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
 
dropDefault(boolean) - Method in interface net.openhft.chronicle.wire.WireOut
 
dropDefault(boolean) - Method in class net.openhft.chronicle.wire.YamlWireOut
 
dtoInterface(Class<?>) - Static method in enum net.openhft.chronicle.wire.Wires
Determines if the provided class is an interface and qualifies as a DTO (Data Transfer Object).
dumpAsHexadecimal(StringBuilder, int, long, int) - Method in class net.openhft.chronicle.wire.WireDumper
Dumps the content of the byte buffer as a hexadecimal representation into the provided StringBuilder.
dumpContext() - Method in class net.openhft.chronicle.wire.YamlWire
Produces a dump of the current parsing context.
dumpOne(StringBuilder, Bytes<?>) - Method in class net.openhft.chronicle.wire.WireDumper
Reads and dumps a single size-prefixed message from the wire into the supplied sb.
dumpOne(StringBuilder, Bytes<?>, boolean) - Method in class net.openhft.chronicle.wire.WireDumper
Reads and dumps a single size-prefixed message from the wire into the supplied sb.
DynamicEnum - Interface in net.openhft.chronicle.wire
Deprecated.

E

elementSeparator() - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
elementSeparator() - Method in interface net.openhft.chronicle.wire.ValueOut
Signifies the end of an element that has been added direcftly to the wire.
EMPTY - Static variable in interface net.openhft.chronicle.wire.WriteMarshallable
Represents an empty marshallable entity that performs no actions when its writeMarshallable method is invoked.
emptyHistory() - Static method in interface net.openhft.chronicle.wire.MessageHistory
Sets the current thread-local history to a new empty VanillaMessageHistory.
END_OF_DATA - Static variable in enum net.openhft.chronicle.wire.Wires
Combination of Wires.NOT_COMPLETE and Wires.META_DATA used to indicate no more data is expected, for example at end of a roll.
endEvent() - Method in interface net.openhft.chronicle.wire.WireIn
Marks the end of an event or method flow.
endEvent() - Method in class net.openhft.chronicle.wire.YamlWire
 
endOfWire(boolean, long, TimeUnit, long) - Method in class net.openhft.chronicle.wire.AbstractWire
 
endOfWire(boolean, long, TimeUnit, long) - Method in interface net.openhft.chronicle.wire.WireOut
Check if end of wire marker is present, optionally writing it unless one is already written.
endTypePrefix() - Method in interface net.openhft.chronicle.wire.ValueOut
Ends the type prefix scope for the written data.
enterHeader(long) - Method in class net.openhft.chronicle.wire.AbstractWire
 
enterHeader(long) - Method in class net.openhft.chronicle.wire.HashWire
 
enterHeader(long) - Method in interface net.openhft.chronicle.wire.WireOut
INTERNAL METHOD, call writingDocument instead
EOD_SEP - Static variable in class net.openhft.chronicle.wire.TextReadDocumentContext
 
equals(Object) - Method in class net.openhft.chronicle.wire.AbstractFieldInfo
 
equals(Object) - Method in class net.openhft.chronicle.wire.domestic.reduction.Reductions.Counting
 
equals(Object) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Compares this ChronicleBitSet against the specified object.
equals(Object) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Compares this ChronicleBitSet object against the specified object.
escape0(CharSequence, Quotes) - Method in class net.openhft.chronicle.wire.JSONWire
Escapes special characters in a CharSequence as per JSON String encoding standards detailed in RFC 7159, Section 7.
escape0(CharSequence, Quotes) - Method in class net.openhft.chronicle.wire.YamlWireOut
Helper method to escape special characters in the given CharSequence textToEscape based on the requirements of the YAML format.
Event<E extends Event<E>> - Interface in net.openhft.chronicle.wire
Represents a business or system occurrence identified by an ID and time.
EVENT_NAME - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
A field of any length, marked as an event name.
EVENT_OBJECT - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Indicates an event object instead of the typical string.
eventId() - Method in class net.openhft.chronicle.wire.AbstractEventCfg
Returns the unique identifier for this event.
eventId(CharSequence) - Method in class net.openhft.chronicle.wire.AbstractEventCfg
Sets a new identifier for this event.
eventId() - Method in interface net.openhft.chronicle.wire.Event
Identifier used for routing or logging.
eventId(CharSequence) - Method in interface net.openhft.chronicle.wire.Event
Assigns or replaces the identifier.
eventTime() - Method in class net.openhft.chronicle.wire.AbstractEventCfg
Returns the timestamp associated with this event.
eventTime(long) - Method in class net.openhft.chronicle.wire.AbstractEventCfg
Sets the timestamp for this event.
eventTime() - Method in interface net.openhft.chronicle.wire.BaseEvent
Returns the time at which the event which triggered this was generated (e.g.
eventTime(long) - Method in interface net.openhft.chronicle.wire.BaseEvent
Sets the time at which the event which triggered this was generated (e.g.
eventTimeNow() - Method in class net.openhft.chronicle.wire.AbstractEventCfg
Updates the event time with the current system time.
eventTimeNow() - Method in interface net.openhft.chronicle.wire.BaseEvent
Sets the time at which the event which triggered this was generated (e.g.
exceedsMaxLength(long) - Static method in enum net.openhft.chronicle.wire.Wires
Checks if the given length exceeds the maximum allowed length.
exceptionHandlerOnUnknownMethod(ExceptionHandler) - Method in class net.openhft.chronicle.wire.VanillaMethodReaderBuilder
 
ExcerptListener - Interface in net.openhft.chronicle.wire
A listener interface for receiving events when excerpts are encountered.
excludeFields(String...) - Method in class net.openhft.chronicle.wire.WireMarshaller
Excludes specified fields from the current marshaller and returns a new instance of the marshaller with the remaining fields.
extendsClass() - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Specifies which class the generated class should extend.
extract(Wire, long) - Method in interface net.openhft.chronicle.wire.domestic.extractor.DocumentExtractor
Extracts a value of type T from the provided wire and index or else null if no value can be extracted.
extractAsDouble(Wire, long) - Method in interface net.openhft.chronicle.wire.domestic.extractor.ToDoubleDocumentExtractor
Extracts a value of type double from the provided wire and index or else Double.NaN if no value can be extracted.
extractAsLong(Wire, long) - Method in interface net.openhft.chronicle.wire.domestic.extractor.ToLongDocumentExtractor
Extracts a value of type long from the provided wire and index or else Long.MIN_VALUE if no value can be extracted.
extractingIndex() - Static method in interface net.openhft.chronicle.wire.domestic.extractor.ToLongDocumentExtractor
A static method that extracts and returns the index itself.

F

FALSE - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
boolean value representing 'false'.
FIELD_ANCHOR - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Deprecated.
FIELD_NAME0 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Starting code for predefined field names of length 0, 1, 2 ...
FIELD_NAME31 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Ending code for predefined field names.
FIELD_NAME_ANY - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
A field name of any length.
FIELD_NUMBER - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Represents a numerical field number instead of a name.
fieldAnchor(WireOut) - Method in class net.openhft.chronicle.wire.BinaryWire
Placeholder or handler for field anchor processing in the WireOut stream.
fieldCase(Class<?>) - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Generates a field name based on the given class.
FieldInfo - Interface in net.openhft.chronicle.wire
Represents an abstraction for the meta-information of a field within a class or interface.
fieldInfo(Class<?>, String) - Static method in enum net.openhft.chronicle.wire.Wires
Retrieves field information for a specific field of a given class.
fieldInfoMap(Class<?>) - Static method in enum net.openhft.chronicle.wire.Wires
Retrieves a map of field names to their information for a given class.
fieldInfos(Class<?>) - Static method in enum net.openhft.chronicle.wire.Wires
Retrieves the list of field information for a given class.
fieldLess() - Method in class net.openhft.chronicle.wire.BinaryWire
Checks and returns if this BinaryWire instance is field-less.
FieldNumberParselet - Interface in net.openhft.chronicle.wire
Parses fields identified by a numeric ID.
FieldOrder - Annotation Type in net.openhft.chronicle.wire
Defines the marshalling order for fields declared directly on the annotated class.
filter(Predicate<? super T>) - Method in interface net.openhft.chronicle.wire.domestic.extractor.DocumentExtractor
Creates and returns a new DocumentExtractor consisting of the elements of this DocumentExtractor that match the provided predicate.
filter(DoublePredicate) - Method in interface net.openhft.chronicle.wire.domestic.extractor.ToDoubleDocumentExtractor
Creates and returns a new ToDoubleDocumentExtractor consisting of the elements of this ToDoubleDocumentExtractor that match the provided predicate.
filter(LongPredicate) - Method in interface net.openhft.chronicle.wire.domestic.extractor.ToLongDocumentExtractor
Creates and returns a new ToLongDocumentExtractor consisting of the elements of this ToLongDocumentExtractor that match the provided predicate.
FixedBinaryValueOut() - Constructor for class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
fixedFloat32(float) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
fixedFloat32(float) - Method in interface net.openhft.chronicle.wire.ValueOut
Serialize a float value prefixed with its type.
fixedFloat64(double) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
fixedFloat64(double) - Method in interface net.openhft.chronicle.wire.ValueOut
Serialize a double value.
fixedInt16(short) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
fixedInt16(short) - Method in interface net.openhft.chronicle.wire.ValueOut
Serialize a short (signed 16-bit) value prefixed with its type.
fixedInt32(int) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
fixedInt32(int) - Method in interface net.openhft.chronicle.wire.ValueOut
Serialize an int (signed 32-bit) value prefixed with its type.
fixedInt64(long) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
fixedInt64(long) - Method in interface net.openhft.chronicle.wire.ValueOut
Serialize a long (signed 64-bit) value.
fixedInt8(byte) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
Writes BinaryWireCode.INT8 followed by the 1‑byte value.
fixedInt8(byte) - Method in interface net.openhft.chronicle.wire.ValueOut
Serialize a byte (signed 8-bit) value prefixed with its type.
fixedOrderedInt32(int) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
Writes a 32-bit integer value to the byte storage in an order-preserving binary format.
flip(int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Flips the state of the bit at index.
flip(int, int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Toggles all bits in the range [fromIndex, toIndex).
flip(int) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Flips the bit at the specified index, turning it to its opposite value (0 to 1, or 1 to 0).
flip(int, int) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Flips the bits from a starting index to an ending index.
flip(int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Atomically toggles the bit at bitIndex.
flip(int, int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Atomically flips bits in the range [fromIndex, toIndex).
float32(T, ObjFloatConsumer<T>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
float32() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
float32(float) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueOut
 
float32(float) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
FLOAT32 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Represents a 32-bit floating-point number.
float32(T, ObjFloatConsumer<T>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
float32() - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
float32(T, ObjFloatConsumer<T>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
float32() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
float32(T, ObjFloatConsumer<T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads the value as a float and passes it to floatConsumer with target.
float32() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a 32-bit floating point number from the wire.
float32(float) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a 32-bit floating-point (float) value from the wire with a previous value as a reference.
float32(float) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a 32-bit floating-point value.
float32(float, float) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a 32-bit floating-point value.
float64(T, ObjDoubleConsumer<T>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
float64() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
float64(double) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueOut
 
float64(double) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
FLOAT64 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Represents a 64-bit floating-point number (double precision).
float64(T, ObjDoubleConsumer<T>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
float64() - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
float64(T, ObjDoubleConsumer<T>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
float64() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
float64(T, ObjDoubleConsumer<T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads the value as a double and passes it to doubleConsumer with target.
float64() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a 64-bit floating point number from the wire.
float64(double) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a 64-bit floating-point (double) value from the wire with a previous value as a reference.
float64(double) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a 64-bit floating-point value, also known as a double.
float64(double, double) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a 64-bit floating-point value.
FLOAT_SET_LOW_0 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Floating-point rounded to the nearest whole number for compact storage.
FLOAT_SET_LOW_2 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Floating-point number rounded to 2 decimal places for compact storage.
FLOAT_SET_LOW_4 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Floating-point number rounded to 4 decimal places for compact storage.
FLOAT_STOP_2 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Floating-point number with 2 decimal places optimized for storage.
FLOAT_STOP_4 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Floating-point number with 4 decimal places optimized for storage.
FLOAT_STOP_6 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Floating-point number with 6 decimal places optimized for storage.
flush() - Method in class net.openhft.chronicle.wire.WireToOutputStream
Writes the data currently in the wire buffer to the underlying output stream.
forceNotInsideHeader() - Method in class net.openhft.chronicle.wire.AbstractWire
used by write bytes when doing a rollback
forceNotInsideHeader() - Method in interface net.openhft.chronicle.wire.domestic.InternalWire
 
forSymbols(String) - Static method in interface net.openhft.chronicle.wire.LongConverter
Creates an instance of the appropriate implementation of based on the length of the provided character set.
from(String) - Static method in class net.openhft.chronicle.wire.CSVWire
Creates a wire from the supplied text.
from(String, Set<Class>, String, ClassLoader) - Static method in enum net.openhft.chronicle.wire.GeneratedProxyClass
Generates a proxy class based on the given interfaces and other parameters.
from(String) - Static method in class net.openhft.chronicle.wire.JSONWire
Static method to construct a JSONWire from a string representation of JSON.
from(String) - Static method in class net.openhft.chronicle.wire.TextWire
Factory method to create a `TextWire` from a string representation.
from(String) - Static method in class net.openhft.chronicle.wire.YamlWire
Utility method to create a new YamlWire instance from a given text string.
fromAlignedSizePrefixedBlobs(Bytes<?>) - Static method in enum net.openhft.chronicle.wire.Wires
Dumps aligned size-prefixed blobs.
fromFile(String) - Static method in class net.openhft.chronicle.wire.CSVWire
Builds a CSVWire by loading the contents of the given file.
fromFile(String) - Static method in interface net.openhft.chronicle.wire.Marshallable
Reads a file, either from the current working directory or the classpath, and interprets its content as a marshallable object.
fromFile(Class<T>, String) - Static method in interface net.openhft.chronicle.wire.Marshallable
Reads a file, either from the current working directory or the classpath, and interprets its content as a marshallable object of a specific type.
fromFile(String) - Static method in class net.openhft.chronicle.wire.TextWire
Factory method to create a `TextWire` from a file.
fromFile(String) - Method in enum net.openhft.chronicle.wire.WireType
Deserialises a Marshallable from the given file.
fromFile(Class<T>, String) - Method in enum net.openhft.chronicle.wire.WireType
Deserialises an object of the given type from a file produced in this wire format.
fromFile(String) - Static method in class net.openhft.chronicle.wire.YamlWire
Utility method to create a new YamlWire instance by reading bytes from a specified file.
fromSizePrefixedBlobs(Bytes<?>) - Static method in enum net.openhft.chronicle.wire.Wires
Dumps a sequence of size-prefixed binary messages as a human readable string.
fromSizePrefixedBlobs(Bytes<?>, boolean) - Static method in enum net.openhft.chronicle.wire.Wires
Dumps size-prefixed blobs with optional abbreviation of long content.
fromSizePrefixedBlobs(Bytes<?>, long) - Static method in enum net.openhft.chronicle.wire.Wires
Dumps size-prefixed blobs starting at a given position.
fromSizePrefixedBlobs(Bytes<?>, long, boolean) - Static method in enum net.openhft.chronicle.wire.Wires
Dumps size-prefixed blobs from a given position with optional padding.
fromSizePrefixedBlobs(Bytes<?>, boolean, boolean) - Static method in enum net.openhft.chronicle.wire.Wires
Dumps size-prefixed blobs with control over padding and abbreviation.
fromSizePrefixedBlobs(DocumentContext) - Static method in enum net.openhft.chronicle.wire.Wires
Dumps the current document of the supplied DocumentContext as a sequence of size-prefixed blobs.
fromSizePrefixedBlobs(WireIn) - Static method in enum net.openhft.chronicle.wire.Wires
Dumps the messages from a WireIn as a human readable string.
fromSizePrefixedBlobs(WireIn, boolean) - Static method in enum net.openhft.chronicle.wire.Wires
Dumps the messages from a WireIn with optional abbreviation.
fromSizePrefixedBlobs(Bytes<?>, long, long) - Static method in enum net.openhft.chronicle.wire.Wires
Creates a string representation of a specific portion of size-prefixed blob data.
fromString(CharSequence) - Static method in interface net.openhft.chronicle.wire.Marshallable
Converts a CharSequence into its corresponding marshallable representation.
fromString(Class<T>, CharSequence) - Static method in interface net.openhft.chronicle.wire.Marshallable
Converts a CharSequence into its corresponding marshallable representation, expecting a specific type as the result.
fromString(InputStream) - Static method in interface net.openhft.chronicle.wire.Marshallable
Converts the content from an InputStream into its corresponding marshallable representation.
fromString(CharSequence) - Method in enum net.openhft.chronicle.wire.WireType
Deserialises an object of an inferred type from the provided text.
fromString(Class<T>, CharSequence) - Method in enum net.openhft.chronicle.wire.WireType
Deserialises an object of the given type from the provided text.

G

GENERATE_TUPLES - Static variable in enum net.openhft.chronicle.wire.Wires
Flag indicating whether tuple generation is permitted via the wire.generate.tuples system property.
generateConstructors(SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Generates constructors for the class.
generateConstructors(SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodBridge
Generates the bridge constructor which initialises all handler fields and optionally stores an UpdateInterceptor.
generateConstructors(SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodDelegate
Uses the implicit no-arg constructor; no constructors are generated.
generateConstructors(SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodWriter2
Emits a constructor that initialises the output supplier, the optional interceptor and the associated Closeable.
generatedClassName() - Method in class net.openhft.chronicle.wire.GenerateMethodReader
Gets the simple name of the generated class.
generatedPackageName(String) - Static method in class net.openhft.chronicle.wire.ReflectionUtil
Generates a package name based on the supplied class name.
GeneratedProxyClass - Enum in net.openhft.chronicle.wire
This is the GeneratedProxyClass enum.
generateEnd(SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Stub method for subclasses to implement end code generation, if necessary.
generateEnd(SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodWriter2
Declares any ThreadLocal fields required for chained writers at the end of code generation.
generateFields(SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Generates fields for the class.
generateFields(SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodBridge
Emits field declarations for all handler objects defined in the metadata.
generateFields(SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodDelegate
Emits the field that stores the current delegate instance.
generateFields(SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodWriter2
Adds fields used by the generated proxy such as the Closeable, optional UpdateInterceptor and the supplier of MarshallableOut instances.
generateGenericType() - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Generates a generic type for the class, if required.
generateGenericType() - Method in class net.openhft.chronicle.wire.GenerateMethodDelegate
Creates the generic type signature in the form <OUT extends Object & Interface1 & Interface2 & MethodDelegate<OUT>>.
GenerateJsonSchemaMain - Class in net.openhft.chronicle.wire
This is the GenerateJsonSchemaMain class.
GenerateJsonSchemaMain() - Constructor for class net.openhft.chronicle.wire.GenerateJsonSchemaMain
Default constructor initializing some common aliases for Java types to JSON types.
generateMainCode(SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Generates the main code for the class, including fields, constructors, methods, and more.
generateMethod(Method, SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Generates the implementation for a specific method.
generateMethod(Method, StringBuilder, List<String>, SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Abstract method for subclasses to implement the body of the generated method.
generateMethod(Method, StringBuilder, List<String>, SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodBridge
This method is responsible for generating the code for a given method.
generateMethod(Method, SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodDelegate
Generates a concrete implementation of each method.
generateMethod(Method, StringBuilder, List<String>, SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodDelegate
Writes the body of a delegated method.
generateMethod(Method, StringBuilder, List<String>, SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodWriter2
Generates the body of a proxied method.
GenerateMethodBridge - Class in net.openhft.chronicle.wire
Dynamically creates a class that implements a destination interface and forwards method calls to a collection of handler objects.
GenerateMethodBridge() - Constructor for class net.openhft.chronicle.wire.GenerateMethodBridge
Constructs a new instance with a fresh MethodBridgeMetaData.
GenerateMethodDelegate - Class in net.openhft.chronicle.wire
Dynamically generates a class that implements MethodDelegate and the additional interfaces supplied in AbstractClassGenerator.MetaData.interfaces().
GenerateMethodDelegate() - Constructor for class net.openhft.chronicle.wire.GenerateMethodDelegate
Creates a generator with the default metadata.
GenerateMethodDelegate.GMDMetaData - Class in net.openhft.chronicle.wire
GenerateMethodReader - Class in net.openhft.chronicle.wire
Responsible for code generation and runtime compilation of custom MethodReaders.
GenerateMethodReader(WireType, MethodReaderInterceptorReturns, Boolean, Object[], Object...) - Constructor for class net.openhft.chronicle.wire.GenerateMethodReader
Constructs a new instance of GenerateMethodReader.
GenerateMethodWriter - Class in net.openhft.chronicle.wire
Dynamically generates and compiles Java code for method writer proxies.
GenerateMethodWriter2 - Class in net.openhft.chronicle.wire
The GenerateMethodWriter2 class is responsible for generating method writers based on the provided metadata.
GenerateMethodWriter2() - Constructor for class net.openhft.chronicle.wire.GenerateMethodWriter2
Creates a new generator with default GenerateMethodWriter2.GMWMetaData and registers the imports required by the generated code.
GenerateMethodWriter2.GMWMetaData - Class in net.openhft.chronicle.wire
Metadata associated with the GenerateMethodWriter2 class.
generateTuples() - Method in class net.openhft.chronicle.wire.AbstractWire
 
generateTuples(boolean) - Method in class net.openhft.chronicle.wire.AbstractWire
 
generateTuples() - Method in interface net.openhft.chronicle.wire.Wire
Indicates whether tuples should be generated.
generateTuples(boolean) - Method in interface net.openhft.chronicle.wire.Wire
Sets whether tuples should be generated.
GeneratingMethodReaderInterceptorReturns - Interface in net.openhft.chronicle.wire
Version of MethodReaderInterceptorReturns that lets generated readers inline custom logic without reflection overhead.
generatorId() - Method in interface net.openhft.chronicle.wire.GeneratingMethodReaderInterceptorReturns
Specifies ID of this generating interceptor.
Contract: if the code provided by generating interceptor differs from the code provided by another generating interceptor, theirs IDs should be different as well.
genericEvent - Variable in class net.openhft.chronicle.wire.AbstractMethodWriterInvocationHandler
Name of the method used for generic events.
genericEvent(String) - Method in class net.openhft.chronicle.wire.AbstractMethodWriterInvocationHandler
 
genericEvent() - Method in class net.openhft.chronicle.wire.GenerateMethodWriter2.GMWMetaData
Gets the generic event.
genericEvent(String) - Method in class net.openhft.chronicle.wire.GenerateMethodWriter2.GMWMetaData
Sets the generic event.
genericEvent(String) - Method in class net.openhft.chronicle.wire.MethodWriterInvocationHandlerSupplier
Set the event name used by generic method writers.
genericEvent(String) - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
A generic event treats the first argument as the eventName
genericType(int) - Method in interface net.openhft.chronicle.wire.FieldInfo
Retrieves the Class identifying the declared generic type of the field represented by this FieldInfo object at the provided index.
get(CharSequence) - Method in class net.openhft.chronicle.wire.CharSequenceObjectMap
Retrieve the value associated with a key.
get(int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Returns the value of the bit at the given zero-based index.
get(Object) - Method in interface net.openhft.chronicle.wire.FieldInfo
Returns the value of the field represented by this FieldInfo object as an Object.
get(int) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Returns the value of the bit with the specified index.
get(int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Returns the value of the bit with the specified index.
get() - Method in class net.openhft.chronicle.wire.MarshallableOutBuilder
 
get() - Static method in interface net.openhft.chronicle.wire.MessageHistory
Retrieves the thread-local MessageHistory instance for the message being processed.
get() - Method in class net.openhft.chronicle.wire.MethodWriterInvocationHandlerSupplier
Returns a configured handler.
get() - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
Returns the method writer proxy instance.
getAllField(Class<?>, Map<String, Field>) - Static method in class net.openhft.chronicle.wire.WireMarshaller
Recursively fetches all non-static, non-transient fields from the provided class and its superclasses, up to but not including Object or AbstractCommonMarshallable, and adds them to the provided map.
getAsInt() - Method in class net.openhft.chronicle.wire.MessagePathClassifier
Returns the path ID for the current thread's MessageHistory.
getBracketType() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
getBracketType() - Method in class net.openhft.chronicle.wire.DefaultValueIn
Always BracketType.NONE as no value is read.
getBracketType() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
getBracketType() - Method in interface net.openhft.chronicle.wire.ValueIn
Gets the bracket type for the current value in the wire.
getChar(Object) - Method in interface net.openhft.chronicle.wire.FieldInfo
Returns the value of the field represented by this FieldInfo object as a char primitive.
getDefaultConsumer() - Method in class net.openhft.chronicle.wire.VanillaWireParser
 
getDefaultConsumer() - Method in interface net.openhft.chronicle.wire.WireParser
Retrieves the WireParselet used when a field name encountered in the input does not match any explicitly registered parselet.
getDelegate(SourceCodeFormatter, Method) - Method in class net.openhft.chronicle.wire.GenerateMethodDelegate
Appends the delegate to the main code.
getDelegateType() - Method in class net.openhft.chronicle.wire.GenerateMethodDelegate
Returns the name used for the delegate type in generated code.
getDouble(Object) - Method in interface net.openhft.chronicle.wire.FieldInfo
Returns the value of the field represented by this FieldInfo object as a double primitive.
getEscapingEndEventName() - Method in class net.openhft.chronicle.wire.TextWire
 
getEscapingEndOfText() - Method in class net.openhft.chronicle.wire.TextWire
Retrieves the StopCharTester that determines the end of text with escaping.
getEscapingQuotes() - Method in class net.openhft.chronicle.wire.TextWire
Retrieves the StopCharTester that determines the end of a quoted text section with escaping.
getField(String, Class<T>) - Method in interface net.openhft.chronicle.wire.Marshallable
Retrieves the value of a specific field from the current marshallable object, expecting a certain type for the field's value.
getField(Object, String) - Method in class net.openhft.chronicle.wire.WireMarshaller
Fetches the value of the specified field from the provided object.
getField(Object, String, Class<T>) - Static method in enum net.openhft.chronicle.wire.Wires
Retrieves the value of a specific field from an object and converts it to the desired type.
getFixedBinaryValueOut(boolean) - Method in class net.openhft.chronicle.wire.BinaryWire
Factory hook for subclasses.
getInt(Object) - Method in interface net.openhft.chronicle.wire.FieldInfo
Returns the value of the field represented by this FieldInfo object as an int primitive.
getLong(Object) - Method in interface net.openhft.chronicle.wire.FieldInfo
Returns the value of the field represented by this FieldInfo object as a long primitive.
getLongField(String) - Method in interface net.openhft.chronicle.wire.Marshallable
Retrieves the long value of a specific field from the current marshallable object.
getLongField(Object, String) - Method in class net.openhft.chronicle.wire.WireMarshaller
Retrieves the value of a specified field from the provided object and converts it to a long.
getLongField(Object, String) - Static method in enum net.openhft.chronicle.wire.Wires
Retrieves the long value of a specific field from an object.
getOverrideSelfDescribing() - Method in class net.openhft.chronicle.wire.BinaryWire
Returns the override flag controlling whether objects are written in self-describing form.
getSequence(long) - Method in interface net.openhft.chronicle.wire.Sequence
gets the sequence for a writePosition
getStrictEscapingEndOfText() - Method in class net.openhft.chronicle.wire.JSONWire
 
getStrictEscapingEndOfText() - Method in class net.openhft.chronicle.wire.TextWire
Retrieves the StopCharsTester that determines the end of text with strict escaping.
getValueIn() - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
getValueIn() - Method in class net.openhft.chronicle.wire.BinaryWire
 
getValueIn() - Method in class net.openhft.chronicle.wire.QueryWire
 
getValueIn() - Method in class net.openhft.chronicle.wire.RawWire
 
getValueIn() - Method in class net.openhft.chronicle.wire.TextWire
 
getValueIn() - Method in interface net.openhft.chronicle.wire.WireIn
Obtains the value associated with a field or event for more advanced use cases.
getValueIn() - Method in class net.openhft.chronicle.wire.YamlWire
 
getValueOut() - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
getValueOut() - Method in class net.openhft.chronicle.wire.BinaryWire
 
getValueOut() - Method in class net.openhft.chronicle.wire.HashWire
 
getValueOut() - Method in class net.openhft.chronicle.wire.QueryWire
 
getValueOut() - Method in class net.openhft.chronicle.wire.RawWire
 
getValueOut() - Method in interface net.openhft.chronicle.wire.WireOut
Retrieves the interface for defining the output of a value that will be written to the stream.
getValueOut() - Method in class net.openhft.chronicle.wire.YamlWireOut
 
getWire() - Method in class net.openhft.chronicle.wire.WireToOutputStream
Returns the internal Wire prepared for a new message.
getWord(int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Fetches the word at wordIndex from the internal representation.
getWord(int) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Return the value of the word at wordIndex or zero if beyond LongArrayValueBitSet.getWordsInUse().
getWord(int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Returns the raw word at wordIndex.
getWordsInUse() - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Returns the number of long words currently used to hold the bits.
getWordsInUse() - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Retrieves the number of words that are currently in use by this bit set.
getWordsInUse() - Method in class net.openhft.chronicle.wire.LongValueBitSet
Returns the number of LongValue words available in the backing array.
GMDMetaData() - Constructor for class net.openhft.chronicle.wire.GenerateMethodDelegate.GMDMetaData
 
GMWMetaData() - Constructor for class net.openhft.chronicle.wire.GenerateMethodWriter2.GMWMetaData
 

H

handleInvoke(Method, Object[]) - Method in class net.openhft.chronicle.wire.AbstractMethodWriterInvocationHandler
Abstract method to handle a method invocation with its respective arguments.
handleInvoke(Method, Object[], Wire) - Method in class net.openhft.chronicle.wire.AbstractMethodWriterInvocationHandler
Handles the method invocation, writes the event details to the provided wire, and supports optional recording of method history.
handleInvoke(Method, Object[]) - Method in class net.openhft.chronicle.wire.BinaryMethodWriterInvocationHandler
Serialises the given method call with args to the configured output.
handleInvoke(Method, Object[]) - Method in class net.openhft.chronicle.wire.TextMethodWriterInvocationHandler
Converts arguments if needed and writes the method call to the underlying text wire within a WriteDocumentContext.
hash32(WriteMarshallable) - Static method in class net.openhft.chronicle.wire.HashWire
As HashWire.hash64(WriteMarshallable) but returning 32 bits.
hash32(Object) - Static method in class net.openhft.chronicle.wire.HashWire
As HashWire.hash64(Object) but returning 32 bits.
hash32() - Method in class net.openhft.chronicle.wire.HashWire
Computes and returns the 32-bit hash value.
hash64(WriteMarshallable) - Static method in class net.openhft.chronicle.wire.HashWire
Computes a 64-bit hash for the provided WriteMarshallable value.
hash64(Object) - Static method in class net.openhft.chronicle.wire.HashWire
Computes a 64-bit hash for the provided object.
hash64() - Method in class net.openhft.chronicle.wire.HashWire
Computes and returns the 64-bit hash value.
hashCode() - Method in class net.openhft.chronicle.wire.AbstractFieldInfo
 
hashCode() - Method in class net.openhft.chronicle.wire.domestic.reduction.Reductions.Counting
 
hashCode() - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Returns the hash code for this ChronicleBitSet.
hashCode() - Method in class net.openhft.chronicle.wire.LongValueBitSet
Computes the hash code for this ChronicleBitSet.
HashWire - Class in net.openhft.chronicle.wire
A specialised WireOut used only for hashing.
HashWire() - Constructor for class net.openhft.chronicle.wire.HashWire
 
hasMetaDataPrefix() - Method in class net.openhft.chronicle.wire.TextWire
 
hasMetaDataPrefix() - Method in interface net.openhft.chronicle.wire.WireIn
Checks if the current position in the stream has a metadata prefix.
hasMetaDataPrefix() - Method in class net.openhft.chronicle.wire.YamlWire
 
hasMore() - Method in interface net.openhft.chronicle.wire.WireIn
This consumes any padding before checking if readRemaining() > 0
hasNext() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
hasNext() - Method in class net.openhft.chronicle.wire.DefaultValueIn
Always false as no sequence exists.
hasNext() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
hasNext() - Method in interface net.openhft.chronicle.wire.ValueIn
Checks if there is another element to read in a sequence or collection.
hasNextSequenceItem() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
hasNextSequenceItem() - Method in class net.openhft.chronicle.wire.DefaultValueIn
Always false as no sequence exists.
hasNextSequenceItem() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
hasNextSequenceItem() - Method in interface net.openhft.chronicle.wire.ValueIn
Checks if there is another item in a sequence.
headerNumber(long) - Method in class net.openhft.chronicle.wire.AbstractWire
 
headerNumber() - Method in class net.openhft.chronicle.wire.AbstractWire
 
headerNumber(long) - Method in class net.openhft.chronicle.wire.HashWire
 
headerNumber() - Method in class net.openhft.chronicle.wire.HashWire
 
headerNumber(long) - Method in interface net.openhft.chronicle.wire.Wire
Set the header number for the Wire.
headerNumber(long) - Method in interface net.openhft.chronicle.wire.WireCommon
 
headerNumber() - Method in interface net.openhft.chronicle.wire.WireCommon
 
headNumberCheck(HeadNumberChecker) - Method in class net.openhft.chronicle.wire.AbstractWire
Sets the HeadNumberChecker instance for this Wire.
HeadNumberChecker - Interface in net.openhft.chronicle.wire
Represents a functional interface for checking header numbers against specific criteria.
HexadecimalLongConverter - Class in net.openhft.chronicle.wire
The HexadecimalLongConverter class is responsible for converting 64-bit unsigned numbers into a hexadecimal representation.
HINT - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Provides a hint for serialization or deserialization processes, possibly affecting how data is interpreted.
hintReadInputOrder() - Method in interface net.openhft.chronicle.wire.WireIn
Provides a hint about the order in which the input should be read.
hintReadInputOrder() - Method in class net.openhft.chronicle.wire.YamlWire
 
history(VanillaMessageHistory) - Method in interface net.openhft.chronicle.wire.utils.RecordHistory
Records the supplied history so that it is written before the next message.
HISTORY_MESSAGE - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Indicates a HistoryMessage follows.
historyConsumer(Consumer<MessageHistory>) - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
Sets a Consumer that receives MessageHistory objects.
historyWallClock(boolean) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
Sets whether to use wall-clock time for new timings.

I

I64_ARRAY - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Array of 64-bit integers.
Id - Annotation Type in net.openhft.chronicle.wire.converter
Annotation used to signify that the annotated field or parameter represents an identifier, specifically as a Nanosecond resolution timestamp from epoch.
IdentifierLongConverter - Class in net.openhft.chronicle.wire
An identifier that acts as a base 66 string of up to 10 characters, or a nanosecond timestamp for dates from 2019-09-14.
IdentifierLongConverter() - Constructor for class net.openhft.chronicle.wire.IdentifierLongConverter
Default constructor, which is protected to ensure that the class follows a singleton pattern.
ignoreMethodBasedOnFirstArg(String, T) - Method in interface net.openhft.chronicle.wire.MethodFilterOnFirstArg
Determines whether a method should be ignored based on its name and its first argument.
importSet - Variable in class net.openhft.chronicle.wire.AbstractClassGenerator
 
index() - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
index() - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
index() - Method in class net.openhft.chronicle.wire.DocumentContextHolder
 
index() - Method in enum net.openhft.chronicle.wire.NoDocumentContext
 
index() - Method in interface net.openhft.chronicle.wire.SourceContext
Obtains the index of the last read operation from this source context.
index() - Method in class net.openhft.chronicle.wire.TextReadDocumentContext
 
index() - Method in class net.openhft.chronicle.wire.TextWriteDocumentContext
 
index() - Method in class net.openhft.chronicle.wire.WrappedDocumentContext
 
init() - Static method in enum net.openhft.chronicle.wire.Wires
A utility method to force the static initialization of this enum.
initReadContext() - Method in class net.openhft.chronicle.wire.TextWire
Initializes the read context for this TextWire instance.
initReadContext() - Method in class net.openhft.chronicle.wire.YamlWire
Initializes the reading context.
InputStreamToWire - Class in net.openhft.chronicle.wire
Provides a bridge to read structured data in Chronicle Wire format from a standard Java InputStream.
InputStreamToWire(WireType, InputStream) - Constructor for class net.openhft.chronicle.wire.InputStreamToWire
Creates a new instance configured with the given wire type and input stream.
INSTANCE - Static variable in class net.openhft.chronicle.wire.Base32LongConverter
The singleton instance of Base32LongConverter.
INSTANCE - Static variable in class net.openhft.chronicle.wire.Base64LongConverter
A singleton instance of Base64LongConverter.
INSTANCE - Static variable in class net.openhft.chronicle.wire.Base85LongConverter
Provides a readily available instance of Base85LongConverter for ease of use.
INSTANCE - Static variable in annotation type net.openhft.chronicle.wire.converter.Base16
A shared instance of PowerOfTwoLongConverter for Base16 conversions.
INSTANCE - Static variable in annotation type net.openhft.chronicle.wire.converter.Base64
An instance of PowerOfTwoLongConverter specifically configured for Base64 conversions.
INSTANCE - Static variable in annotation type net.openhft.chronicle.wire.converter.Base85
An instance of Base85LongConverter specifically configured for Base85 conversions.
INSTANCE - Static variable in annotation type net.openhft.chronicle.wire.converter.Id
 
INSTANCE - Static variable in annotation type net.openhft.chronicle.wire.converter.NanoTime
An instance of NanoTimestampLongConverter specifically configured for conversions related to nanosecond resolution timestamps.
INSTANCE - Static variable in annotation type net.openhft.chronicle.wire.converter.ShortText
An instance of ShortTextLongConverter specifically configured for Base85 conversions.
INSTANCE - Static variable in class net.openhft.chronicle.wire.converter.SizeLongConverter
The singleton instance of this class.
INSTANCE - Static variable in annotation type net.openhft.chronicle.wire.converter.Words
An instance of the WordsLongConverter to be used for converting between long values and their word representations.
INSTANCE - Static variable in class net.openhft.chronicle.wire.HexadecimalLongConverter
The singleton instance of HexadecimalLongConverter.
INSTANCE - Static variable in class net.openhft.chronicle.wire.IdentifierLongConverter
 
INSTANCE - Static variable in class net.openhft.chronicle.wire.MicroTimestampLongConverter
The singleton instance of this converter.
INSTANCE - Static variable in class net.openhft.chronicle.wire.MilliTimestampLongConverter
The singleton instance of this converter.
INSTANCE - Static variable in class net.openhft.chronicle.wire.NanoTimestampLongConverter
The singleton instance of this converter.
INSTANCE - Static variable in class net.openhft.chronicle.wire.ServicesTimestampLongConverter
 
INSTANCE - Static variable in class net.openhft.chronicle.wire.ShortTextLongConverter
Provides a readily available instance of ShortTextLongConverter for ease of use.
int128(TwoLongValue) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
int128(TwoLongValue) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a 128-bit integer value from the wire into the specified TwoLongValue.
int128forBinding(long, long) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
int128forBinding(long, long, TwoLongValue) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
int128forBinding(long, long, TwoLongValue) - Method in interface net.openhft.chronicle.wire.ValueOut
Write two signed 64-bit integer values bound to a TwoLongValue object.
int128forBinding(long, long) - Method in interface net.openhft.chronicle.wire.ValueOut
Throws an unsupported operation exception by default.
int16(T, ObjShortConsumer<T>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
int16() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
int16(short) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueOut
 
int16(short) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
INT16 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Signed 16-bit integer (short).
int16(T, ObjShortConsumer<T>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
int16() - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
int16(T, ObjShortConsumer<T>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
int16() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
int16(T, ObjShortConsumer<T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads the value as a short and passes it to shortConsumer with target.
int16() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a 16-bit integer (short) value from the wire.
int16(long) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a signed 16-bit integer value.
int16(short) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a signed 16-bit integer value.
int32(T, ObjIntConsumer<T>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
int32(IntValue) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
int32(IntValue, T, BiConsumer<T, IntValue>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
int32() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
int32(int) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueOut
 
int32(int) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
INT32 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Signed 32-bit integer.
int32(T, ObjIntConsumer<T>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
int32(IntValue) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
int32(IntValue, T, BiConsumer<T, IntValue>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
int32() - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
int32(T, ObjIntConsumer<T>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
int32(IntValue) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
int32(IntValue, T, BiConsumer<T, IntValue>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
int32() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
int32(T, ObjIntConsumer<T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads the value as an int and passes it to intConsumer with target.
int32(IntValue) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a 32-bit integer value from the wire into the specified IntValue.
int32(IntValue, T, BiConsumer<T, IntValue>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a 32-bit signed integer, populates the IntValue, and applies the IntValue using the provided consumer.
int32() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a 32-bit integer (int) value from the wire.
int32(int) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a 32-bit integer (int) value from the wire with a previous value as a reference.
int32(long) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a signed 32-bit integer value.
int32(int) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a signed 32-bit integer value.
int32(int, int) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a signed 32-bit integer value.
int32forBinding(int) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
int32forBinding(int, IntValue) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
int32forBinding(int) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a 32-bit integer for binding.
int32forBinding(int, IntValue) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a 32-bit integer for binding with the given IntValue.
int64(T, ObjLongConsumer<T>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
int64(LongValue) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
int64(LongValue, T, BiConsumer<T, LongValue>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
int64() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
int64(long) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueOut
 
int64(long) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
INT64 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Signed 64-bit integer (long).
int64(T, ObjLongConsumer<T>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
int64(LongValue) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
int64(LongValue, T, BiConsumer<T, LongValue>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
int64() - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
int64(T, ObjLongConsumer<T>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
int64(LongValue) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
int64(LongValue, T, BiConsumer<T, LongValue>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
int64() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
int64(T, ObjLongConsumer<T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads the value as a long and passes it to longConsumer with target.
int64(LongValue) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a 64-bit integer value from the wire into the specified LongValue.
int64(LongValue, T, BiConsumer<T, LongValue>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a 64-bit signed integer, populates the LongValue, and applies the LongValue using the provided consumer.
int64() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a 64-bit integer (long) value from the wire.
int64(long) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a 64-bit integer (long) value from the wire with a previous value as a reference.
int64(long) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a signed 64-bit integer value.
int64(long, long) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a signed 64-bit integer value.
int64_0x(long) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
INT64_0x - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
64-bit integer to be displaying in hexadecimal format.
int64_0x(long) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a signed 64-bit integer value as a hexadecimal representation.
int64array(LongArrayValues, T, BiConsumer<T, LongArrayValues>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
int64array(long) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
int64array(long, LongArrayValues) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
int64array(LongArrayValues, T, BiConsumer<T, LongArrayValues>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
Not implemented for default values.
int64array(LongArrayValues, T, BiConsumer<T, LongArrayValues>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
int64array(LongArrayValues, T, BiConsumer<T, LongArrayValues>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a LongArrayValues from the wire and applies it to a given object using the provided BiConsumer.
int64array(long) - Method in interface net.openhft.chronicle.wire.ValueOut
Allocate space for writing an array of 64-bit integers.
int64array(long, LongArrayValues) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a sequence of 64-bit integers into an array, using the provided LongArrayValues object as the source of the values.
int64forBinding(long) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
int64forBinding(long, LongValue) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
int64ForBinding(LongValue) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a 64-bit integer for binding.
int64forBinding(long) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a 64-bit integer for binding.
int64forBinding(long, LongValue) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a 64-bit integer for binding with the given LongValue.
int8(T, ObjByteConsumer<T>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
int8() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
int8(byte) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueOut
 
int8(byte) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
INT8 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Signed 8-bit integer (byte).
int8(T, ObjByteConsumer<T>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
int8() - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
int8(T, ObjByteConsumer<T>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
int8() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
int8(T, ObjByteConsumer<T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads the value as a signed byte and passes it to byteConsumer together with target.
int8() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an 8-bit integer (byte) value from the wire.
int8(long) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a signed 8-bit integer value.
int8(byte) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a signed 8-bit integer value.
interfaces() - Method in class net.openhft.chronicle.wire.AbstractClassGenerator.MetaData
Retrieves the interfaces that the class to be generated should implement.
interfaces(Set<Class<?>>) - Method in class net.openhft.chronicle.wire.AbstractClassGenerator.MetaData
Sets the interfaces for the class to be generated.
interfaces(Class<?>) - Static method in class net.openhft.chronicle.wire.ReflectionUtil
Creates and returns a new List of all interfaces implemented by the provided oClass and all its super classes.
InternalWire - Interface in net.openhft.chronicle.wire.domestic
 
internEnum(Class<E>, CharSequence) - Static method in enum net.openhft.chronicle.wire.WireInternal
Returns the interned instance of the given enum E that matches the specified character sequence.
intersects(ChronicleBitSet) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Checks whether any bit is set in both this set and bitSet.
intersects(ChronicleBitSet) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Determines if there's any overlapping bit set to true between this ChronicleBitSet and the given ChronicleBitSet.
intersects(ChronicleBitSet) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Checks if the current ChronicleBitSet has any common set bits with the specified ChronicleBitSet.
intersects(LongValueBitSet) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Checks if the current ChronicleBitSet intersects with the provided LongValueBitSet.
invoke(Object, Method, Object[]) - Method in class net.openhft.chronicle.wire.VanillaMethodReader
Invokes a method on an object with the provided arguments.
isAnEnum(Object) - Static method in interface net.openhft.chronicle.wire.ValueOut
Utility to check whether v is a standard Enum or a DynamicEnum.
isASeparator(int) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
Checks whether the provided character acts as a separator.
isAvailable() - Method in enum net.openhft.chronicle.wire.WireType
 
isBinary() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
isBinary() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueOut
 
isBinary() - Method in class net.openhft.chronicle.wire.BinaryWire
 
isBinary() - Method in class net.openhft.chronicle.wire.HashWire
 
isBinary() - Method in class net.openhft.chronicle.wire.RawWire
 
isBinary() - Method in class net.openhft.chronicle.wire.ReadAnyWire
 
isBinary() - Method in class net.openhft.chronicle.wire.TextWire
 
isBinary() - Method in interface net.openhft.chronicle.wire.ValueIn
Checks if the current value in the wire is binary.
isBinary() - Method in interface net.openhft.chronicle.wire.ValueOut
Indicates if the current wire type is a binary wire.
isBinary() - Method in interface net.openhft.chronicle.wire.WireCommon
Determine whether direct access to the underlying byte() makes sense or should it be treated as text
isBinary() - Method in class net.openhft.chronicle.wire.YamlWire
 
isClosed() - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
Indicates whether AbstractGeneratedMethodReader.close() has been called.
isClosed() - Method in class net.openhft.chronicle.wire.DocumentContextHolder
Determines if the DocumentContextHolder has been closed or not.
isClosed() - Method in class net.openhft.chronicle.wire.VanillaMethodReader
 
isData() - Method in interface net.openhft.chronicle.wire.DocumentContext
Determines if the DocumentContext is in an open state.
isData() - Method in enum net.openhft.chronicle.wire.NoDocumentContext
 
isData(int) - Static method in enum net.openhft.chronicle.wire.Wires
Returns true if the header denotes data rather than meta-data.
isData() - Method in class net.openhft.chronicle.wire.WrappedDocumentContext
 
isDirty() - Method in interface net.openhft.chronicle.wire.MessageHistory
 
isDirty() - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
 
isEmpty() - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
isEmpty() - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
 
isEmpty() - Method in class net.openhft.chronicle.wire.DocumentContextHolder
 
isEmpty() - Method in class net.openhft.chronicle.wire.TextWriteDocumentContext
 
isEmpty() - Method in interface net.openhft.chronicle.wire.WireIn
Checks if the WireIn is empty.
isEmpty() - Method in interface net.openhft.chronicle.wire.WriteDocumentContext
Checks if the writing context is empty.
isEndEvent() - Method in interface net.openhft.chronicle.wire.WireIn
Checks if the current position in the stream represents the end of an event or method flow.
isEndEvent() - Method in class net.openhft.chronicle.wire.YamlWire
 
isEndOfFile(int) - Static method in enum net.openhft.chronicle.wire.Wires
Returns true if the supplied header value denotes end of data.
isEndOfMessage(Bytes<?>) - Static method in class net.openhft.chronicle.wire.TextReadDocumentContext
Checks if the current position in the bytes denotes the end of a message.
isEqual(Object, Object) - Method in interface net.openhft.chronicle.wire.FieldInfo
Compares the value of the field represented by this FieldInfo in both provided objects a and b and determines if they are equal.
isEqual(Object, Object) - Method in class net.openhft.chronicle.wire.WireMarshaller
Compares two objects field by field to determine their equality.
isEquals(Object, Object) - Static method in enum net.openhft.chronicle.wire.Wires
Checks if two objects are of the same type and equal based on their serialized representation.
isFieldCode(int) - Static method in enum net.openhft.chronicle.wire.BinaryWireCode
Determines if the provided code corresponds to a field name.
isInsideHeader() - Method in class net.openhft.chronicle.wire.AbstractWire
Checks if the current Wire is inside a header.
isInternal(Object) - Static method in enum net.openhft.chronicle.wire.Wires
Determines if the value's package name is internal to Java.
isKnownLength(int) - Static method in enum net.openhft.chronicle.wire.Wires
Returns true if the header has a definite length value.
isLeaf() - Method in class net.openhft.chronicle.wire.WireMarshaller
 
isMetaData() - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
isMetaData() - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
isMetaData() - Method in interface net.openhft.chronicle.wire.DocumentContext
Checks it the DocumentContext is metadata.
isMetaData() - Method in class net.openhft.chronicle.wire.DocumentContextHolder
 
isMetaData() - Method in enum net.openhft.chronicle.wire.NoDocumentContext
 
isMetaData() - Method in class net.openhft.chronicle.wire.TextReadDocumentContext
 
isMetaData() - Method in class net.openhft.chronicle.wire.TextWriteDocumentContext
 
isMetaData() - Method in class net.openhft.chronicle.wire.WrappedDocumentContext
 
isNotComplete() - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
isNotComplete() - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
isNotComplete() - Method in interface net.openhft.chronicle.wire.DocumentContext
 
isNotComplete() - Method in class net.openhft.chronicle.wire.DocumentContextHolder
 
isNotComplete() - Method in enum net.openhft.chronicle.wire.NoDocumentContext
 
isNotComplete() - Method in class net.openhft.chronicle.wire.TextReadDocumentContext
 
isNotComplete() - Method in class net.openhft.chronicle.wire.TextWriteDocumentContext
 
isNotComplete(int) - Static method in enum net.openhft.chronicle.wire.Wires
Returns true if the header indicates an incomplete document or zero length.
isNotComplete() - Method in class net.openhft.chronicle.wire.WrappedDocumentContext
 
isNotEmptyAfterPadding() - Method in interface net.openhft.chronicle.wire.WireIn
This consumes any padding before checking if readRemaining() > 0
isNotEmptyAfterPadding() - Method in class net.openhft.chronicle.wire.YamlWire
 
isNotInitialized(int) - Static method in enum net.openhft.chronicle.wire.Wires
Returns true if the header has not been initialised.
isNull() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
isNull() - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
isNull() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
isNull() - Method in interface net.openhft.chronicle.wire.ValueIn
Checks if the current value in the wire is null.
isOpen() - Method in interface net.openhft.chronicle.wire.DocumentContext
 
isPresent() - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
isPresent() - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
isPresent() - Method in class net.openhft.chronicle.wire.DefaultValueIn
Always false; nothing was found on the wire.
isPresent() - Method in interface net.openhft.chronicle.wire.DocumentContext
Checks if the DocumentContext is present.
isPresent() - Method in class net.openhft.chronicle.wire.DocumentContextHolder
 
isPresent() - Method in enum net.openhft.chronicle.wire.NoDocumentContext
 
isPresent() - Method in class net.openhft.chronicle.wire.TextReadDocumentContext
 
isPresent() - Method in class net.openhft.chronicle.wire.TextWriteDocumentContext
 
isPresent() - Method in interface net.openhft.chronicle.wire.ValueIn
Checks if a value is present in the data stream.
isPresent() - Method in class net.openhft.chronicle.wire.WrappedDocumentContext
 
isReady(int) - Static method in enum net.openhft.chronicle.wire.Wires
Returns true if the header denotes a complete document.
isReadyData(int) - Static method in enum net.openhft.chronicle.wire.Wires
Tests whether a header represents completed data (not meta-data) and is non-zero.
isReadyMetaData(int) - Static method in enum net.openhft.chronicle.wire.Wires
Returns true if the header is marked as meta-data and the document is complete.
isSerializableLambda(Class<?>) - Static method in class net.openhft.chronicle.wire.WireSerializedLambda
Checks whether clazz represents a lambda class that also implements Serializable.
isSet() - Method in enum net.openhft.chronicle.wire.YamlLogging.YamlLoggingLevel
Checks if the current logging level is set (enabled).
isText() - Method in enum net.openhft.chronicle.wire.WireType
Indicates if this WireType is of a textual nature.
isText(String) - Method in class net.openhft.chronicle.wire.YamlTokeniser
Checks if the text of the current block is equal to the provided string.
isTyped() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
isTyped() - Method in class net.openhft.chronicle.wire.DefaultValueIn
Always false.
isTyped() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
isTyped() - Method in interface net.openhft.chronicle.wire.ValueIn
Checks if the current value in the wire is typed.
isWhiteSpaceAt(Bytes<?>) - Static method in class net.openhft.chronicle.wire.TextReadDocumentContext
Determines if the byte at a specific position (offset by 3 from current) is a whitespace.
iterator(MarshallableIn, DocumentExtractor<T>) - Static method in class net.openhft.chronicle.wire.domestic.stream.Streams
Creates and returns a new Iterator whose elements are obtained by successively applying the provided extractor on excerpts from the provided documentProvider.
iteratorOfDouble(MarshallableIn, ToDoubleDocumentExtractor) - Static method in class net.openhft.chronicle.wire.domestic.stream.Streams
Creates and returns a new PrimitiveIterator.OfDouble whose elements are obtained by successively applying the provided extractor on excerpts from the provided documentProvider.
iteratorOfLong(MarshallableIn, ToLongDocumentExtractor) - Static method in class net.openhft.chronicle.wire.domestic.stream.Streams
Creates and returns a new PrimitiveIterator.OfLong whose elements are obtained by successively applying the provided extractor on excerpts from the provided documentProvider.

J

JavaSourceCodeFormatter - Class in net.openhft.chronicle.wire.utils
A formatter specifically tailored for formatting Java source code.
JavaSourceCodeFormatter() - Constructor for class net.openhft.chronicle.wire.utils.JavaSourceCodeFormatter
Constructs a new Java source code formatter with the default indentation level.
JavaSourceCodeFormatter(int) - Constructor for class net.openhft.chronicle.wire.utils.JavaSourceCodeFormatter
Constructs a new Java source code formatter with a specified initial indentation level.
JavaSourceCodeFormatter(AtomicInteger) - Constructor for class net.openhft.chronicle.wire.utils.JavaSourceCodeFormatter
Constructs a new Java source code formatter with a provided AtomicInteger to manage the indentation level.
JsonSourceCodeFormatter - Class in net.openhft.chronicle.wire.utils
This is the JsonSourceCodeFormatter class, extending the functionality of the SourceCodeFormatter class.
JsonSourceCodeFormatter() - Constructor for class net.openhft.chronicle.wire.utils.JsonSourceCodeFormatter
Constructor for the JsonSourceCodeFormatter class.
jsonToYaml(CharSequence) - Method in class net.openhft.chronicle.wire.WireTypeConverter
Converts the given JSON formatted input to its YAML representation.
JSONWire - Class in net.openhft.chronicle.wire
Represents the JSON wire format for text-based marshalling and parsing.
JSONWire() - Constructor for class net.openhft.chronicle.wire.JSONWire
Default constructor, initializes with elastic bytes allocated on heap.
JSONWire(Bytes<?>, boolean) - Constructor for class net.openhft.chronicle.wire.JSONWire
Constructs a JSONWire with the given bytes and a flag for using 8-bit.
JSONWire(Bytes<?>) - Constructor for class net.openhft.chronicle.wire.JSONWire
Constructs a JSONWire with the given bytes.

K

KeyedMarshallable - Interface in net.openhft.chronicle.wire
A Marshallable that exposes a portion of its state as a key.
keys() - Method in class net.openhft.chronicle.wire.YamlTokeniser
Retrieves the YamlKeys associated with the top context.

L

lastSourceId() - Method in interface net.openhft.chronicle.wire.MessageHistory
Returns the last source id contained in this MessageHistory.
lastSourceId() - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
 
lastSourceIndex() - Method in interface net.openhft.chronicle.wire.MessageHistory
Returns the last source index contained in this MessageHistory.
lastSourceIndex() - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
 
lastStart - Variable in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
leafable(WireMarshaller.FieldAccess) - Static method in class net.openhft.chronicle.wire.WireMarshaller
Checks if the provided field accessor corresponds to a "leaf" entity.
length() - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Returns the "logical size" of this ChronicleBitSet: the index of the highest set bit in the ChronicleBitSet plus one.
length() - Method in class net.openhft.chronicle.wire.utils.SourceCodeFormatter
Retrieves the length of the current formatted string.
LENGTH_MASK - Static variable in enum net.openhft.chronicle.wire.Wires
Mask for extracting the length from a 4 byte header.
lengthCheck(CharSequence) - Method in interface net.openhft.chronicle.wire.LongConverter
Checks that the length of the provided text does not exceed the allowable maximum.
lengthCheck(CharSequence, int, int) - Method in interface net.openhft.chronicle.wire.LongConverter
Checks that the length of the provided text does not exceed the allowable maximum.
lengthOf(int) - Static method in enum net.openhft.chronicle.wire.Wires
Extracts the pure length from a 4 byte header value, removing flags such as Wires.NOT_COMPLETE and Wires.META_DATA.
lenientTypeLiteral() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a type literal from the wire, returning it as a Type object, with a fallback for unresolved types.
licenceCheck() - Method in enum net.openhft.chronicle.wire.WireType
 
lineStart - Variable in class net.openhft.chronicle.wire.TextWire
Represents the start of the current line being processed in the wire format.
lineStart() - Method in class net.openhft.chronicle.wire.YamlTokeniser
Gets the start position of the current line in the stream.
lineStart(long) - Method in class net.openhft.chronicle.wire.YamlTokeniser
Sets the start position of the current line in the stream.
list(Class<T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a List of objects of a specified type from the wire.
list(O, Function<O, T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a List of ReadMarshallable objects from the wire, and applies them to a provided object using the function.
list(List<V>) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a list to the wire output.
list(List<V>, Class<V>) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a list to the wire output, while specifying the type of its entries.
load(String) - Static method in class net.openhft.chronicle.wire.TextWire
Loads an Object from a file
load(String) - Static method in enum net.openhft.chronicle.wire.utils.ConfigLoader
 
loadFile(Class<?>, String) - Static method in enum net.openhft.chronicle.wire.utils.ConfigLoader
 
loadFromFile(String) - Static method in enum net.openhft.chronicle.wire.utils.ConfigLoader
 
loadFromFile(Class<?>, String) - Static method in enum net.openhft.chronicle.wire.utils.ConfigLoader
 
loadFromFile(String, Properties) - Static method in enum net.openhft.chronicle.wire.utils.ConfigLoader
 
loadFromFile(Class<?>, String, Properties) - Static method in enum net.openhft.chronicle.wire.utils.ConfigLoader
 
loadWithProperties(String, Properties) - Static method in enum net.openhft.chronicle.wire.utils.ConfigLoader
 
logMessage(CharSequence, ValueIn) - Static method in class net.openhft.chronicle.wire.VanillaMethodReader
Write a debug log entry for the incoming event if the debug mode is enabled..
LongArrayValueBitSet - Class in net.openhft.chronicle.wire
A ChronicleBitSet backed by a LongArrayValues.
LongArrayValueBitSet(long) - Constructor for class net.openhft.chronicle.wire.LongArrayValueBitSet
Create a bit set capable of holding maxNumberOfBits bits.
LongArrayValueBitSet(long, Wire) - Constructor for class net.openhft.chronicle.wire.LongArrayValueBitSet
Create a bit set of maxNumberOfBits bits and immediately marshal its state to and from the provided Wire.
LongConversion - Annotation Type in net.openhft.chronicle.wire
Meta-annotation used to associate a concrete LongConverter implementation with another annotation.
LongConverter - Interface in net.openhft.chronicle.wire
Defines a contract for converting long values to and from textual representations.
LongValueBitSet - Class in net.openhft.chronicle.wire
A ChronicleBitSet implementation backed by an array of LongValues.
LongValueBitSet(int) - Constructor for class net.openhft.chronicle.wire.LongValueBitSet
Creates a bit set sized for maxNumberOfBits bits.
LongValueBitSet(int, Wire) - Constructor for class net.openhft.chronicle.wire.LongValueBitSet
Creates a bit set sized for maxNumberOfBits bits and immediately binds the backing array to the supplied Wire for serialisation.
LongValueBitSet(long) - Constructor for class net.openhft.chronicle.wire.LongValueBitSet
Creates a bit set sized for maxNumberOfBits bits.
LongValueBitSet(long, Wire) - Constructor for class net.openhft.chronicle.wire.LongValueBitSet
Creates a bit set sized for maxNumberOfBits bits and binds its storage to a Wire for marshalling.
lookup(CharSequence) - Method in class net.openhft.chronicle.wire.VanillaWireParser
Returns the parselet registered for name or null if none.
lookup(CharSequence) - Method in interface net.openhft.chronicle.wire.WireParser
Searches for the WireParselet associated with the given field name.
lookupClass(Class<?>) - Static method in interface net.openhft.chronicle.wire.FieldInfo
Looks up the meta-information of the fields associated with the provided class and returns a pair of information encapsulated in Wires.FieldInfoPair.
lookupMethod(Class<?>, String, Class<?>...) - Static method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
A utility method that assists implementations in retrieving a method from a class.

M

main(String...) - Static method in class net.openhft.chronicle.wire.GenerateJsonSchemaMain
Main entry point of the application.
map(Map) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
map(Function<? super T, ? extends R>) - Method in interface net.openhft.chronicle.wire.domestic.extractor.DocumentExtractor
Creates and returns a new DocumentExtractor consisting of the results (of type R) of applying the provided mapper to the elements of this DocumentExtractor.
map(DoubleUnaryOperator) - Method in interface net.openhft.chronicle.wire.domestic.extractor.ToDoubleDocumentExtractor
Creates and returns a new ToDoubleDocumentExtractor consisting of the results (of type R) of applying the provided mapper to the elements of this ToDoubleDocumentExtractor.
map(LongUnaryOperator) - Method in interface net.openhft.chronicle.wire.domestic.extractor.ToLongDocumentExtractor
Creates and returns a new ToLongDocumentExtractor consisting of the results (of type R) of applying the provided mapper to the elements of this ToLongDocumentExtractor.
map(Map) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes the contents of a specified map to the wire output.
mapToDouble(LongToDoubleFunction) - Method in interface net.openhft.chronicle.wire.domestic.extractor.ToLongDocumentExtractor
Creates and returns a new ToDoubleDocumentExtractor consisting of applying the provided mapper to the elements of this ToLongDocumentExtractor.
mapToLong(ToLongFunction<? super T>) - Method in interface net.openhft.chronicle.wire.domestic.extractor.DocumentExtractor
Creates and returns a new ToLongDocumentExtractor consisting of applying the provided mapper to the elements of this DocumentExtractor.
mapToLong(DoubleToLongFunction) - Method in interface net.openhft.chronicle.wire.domestic.extractor.ToDoubleDocumentExtractor
Creates and returns a new ToLongDocumentExtractor consisting of applying the provided mapper to the elements of this ToDoubleDocumentExtractor.
mapToObj(DoubleFunction<? extends T>) - Method in interface net.openhft.chronicle.wire.domestic.extractor.ToDoubleDocumentExtractor
Creates and returns a new DocumentExtractor consisting of applying the provided mapper to the elements of this DocumentExtractor.
mapToObj(LongFunction<? extends T>) - Method in interface net.openhft.chronicle.wire.domestic.extractor.ToLongDocumentExtractor
Creates and returns a new DocumentExtractor consisting of applying the provided mapper to the elements of this ToLongDocumentExtractor.
marshallable(ReadMarshallable) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
marshallable(ReadMarshallable, boolean) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
Marshalls the given object and can optionally overwrite existing values.
marshallable(Object, SerializationStrategy) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
marshallable(WriteMarshallable) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
marshallable(Serializable) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
marshallable(Object, SerializationStrategy) - Method in class net.openhft.chronicle.wire.DefaultValueIn
Returns DefaultValueIn.defaultValue unchanged.
Marshallable - Interface in net.openhft.chronicle.wire
A cornerstone interface for objects that need to be serialised to and deserialised from a wire format.
marshallable(Object, SerializationStrategy) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
marshallable(Object, SerializationStrategy) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a marshallable object from the wire and applies a specified SerializationStrategy.
marshallable(Serializable) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a Serializable object from the wire.
marshallable(ReadMarshallable) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a ReadMarshallable object from the wire.
marshallable(WriteMarshallable) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a value that implements the WriteMarshallable interface to the wire output.
marshallable(Serializable) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a value that implements the Serializable interface to the wire output.
marshallable(Map<K, V>) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a map to the wire output.
marshallable(Map<K, V>, Class<K>, Class<V>, boolean) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a map to the wire output, specifying classes for keys and values.
MARSHALLABLE_IN_INTERN_SIZE - Static variable in interface net.openhft.chronicle.wire.MarshallableIn
Maximum length of a string that will be interned when read via MarshallableIn.readText().
marshallableAsMap(Class<K>, Class<V>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a Map of marshallable key-value pairs as specified by the provided classes.
marshallableAsMap(Class<K>, Class<V>, Map<K, V>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a Map of marshallable key-value pairs into the provided Map.
MarshallableIn - Interface in net.openhft.chronicle.wire
This interface provides methods for reading marshallable objects.
MarshallableOut - Interface in net.openhft.chronicle.wire
Defines the contract for objects that can write out Marshallable objects.
marshallableOut(MarshallableOut) - Method in interface net.openhft.chronicle.wire.MethodWriter
Transforms or serializes the internal state of the implementer to the provided MarshallableOut instance.
marshallableOut(MarshallableOut) - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
Sends method calls to the given MarshallableOut.
MarshallableOutBuilder - Class in net.openhft.chronicle.wire
This is the MarshallableOutBuilder class.
MarshallableOutBuilder(URL) - Constructor for class net.openhft.chronicle.wire.MarshallableOutBuilder
Constructs a new MarshallableOutBuilder with the specified URL.
marshallableOutSupplier(Supplier<MarshallableOut>) - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
Uses a supplier to obtain the MarshallableOut for each call.
MarshallableParser<T> - Interface in net.openhft.chronicle.wire
Functional interface describing a strategy for deserialising data.
matchesFieldName(StringBuilder, WireMarshaller.FieldAccess) - Method in class net.openhft.chronicle.wire.WireMarshaller
Checks if the given field name (represented by a StringBuilder) matches the field name of the provided FieldAccess.
MAX_LENGTH - Static variable in class net.openhft.chronicle.wire.Base85LongConverter
Defines the maximum length of strings that can be parsed by this converter.
MAX_LENGTH - Static variable in class net.openhft.chronicle.wire.ShortTextLongConverter
Defines the maximum length of text strings that can be parsed by this converter.
MAX_LENGTH - Static variable in class net.openhft.chronicle.wire.VanillaMessageHistory
The maximum number of bytes this object can take when marshalled in its compact binary form.
MAX_SMALL_ID - Static variable in class net.openhft.chronicle.wire.IdentifierLongConverter
 
maxCode() - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Retrieves the maxCode value which seems to determine the maximum number of characters or an internal limit for generated code.
maxCode(int) - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Sets the maxCode value.
maxParseLength() - Method in class net.openhft.chronicle.wire.AbstractLongConverter
Retrieves the maximum number of characters that can be parsed by the underlying converter.
maxParseLength() - Method in class net.openhft.chronicle.wire.Base85LongConverter
Returns the maximum number of characters that can be parsed.
maxParseLength() - Method in class net.openhft.chronicle.wire.converter.PowerOfTwoLongConverter
 
maxParseLength() - Method in class net.openhft.chronicle.wire.converter.SymbolsLongConverter
 
maxParseLength() - Method in class net.openhft.chronicle.wire.IdentifierLongConverter
Returns the maximum length of the CharSequence that this converter is able to parse, which in this case is the maximum parse length of the NanoTimestampLongConverter.
maxParseLength(int) - Static method in interface net.openhft.chronicle.wire.LongConverter
Calculates the maximum length of a parsed string based on the provided base.
maxParseLength() - Method in interface net.openhft.chronicle.wire.LongConverter
Returns the maximum number of characters that this converter can parse.
maxParseLength() - Method in class net.openhft.chronicle.wire.ShortTextLongConverter
Returns the maximum number of characters that can be parsed.
mergeToMap(Map<K, T>, Function<T, K>) - Method in interface net.openhft.chronicle.wire.Marshallable
Merges the current marshallable object into a map, using a specified function to determine the key.
MESSAGE_HISTORY_LENGTH - Static variable in class net.openhft.chronicle.wire.VanillaMessageHistory
The maximum number of source/timing entries that can be stored in a single VanillaMessageHistory instance.
messageHistory - Variable in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
 
MessageHistory - Interface in net.openhft.chronicle.wire
Records the path a message takes as it moves through components.
MessagePathClassifier - Class in net.openhft.chronicle.wire
Classifies message paths based on the history of each message.
MessagePathClassifier() - Constructor for class net.openhft.chronicle.wire.MessagePathClassifier
 
META_DATA - Static variable in enum net.openhft.chronicle.wire.Wires
Flag (0x4000_0000) marking the document as meta-data rather than data.
metaData() - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Retrieves the meta-data associated with this generator.
MetaData() - Constructor for class net.openhft.chronicle.wire.AbstractClassGenerator.MetaData
 
metaData() - Method in class net.openhft.chronicle.wire.BinaryMethodWriterInvocationHandler
Gets the current metadata setting for this handler.
metaData - Variable in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
metaData() - Method in class net.openhft.chronicle.wire.GenerateMethodWriter2.GMWMetaData
Gets the meta data usage status.
metaData(boolean) - Method in class net.openhft.chronicle.wire.GenerateMethodWriter2.GMWMetaData
Sets the meta data usage status.
metaData(boolean) - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
Specifies whether the builder should include metadata or not.
metaDataHandler(Object...) - Method in class net.openhft.chronicle.wire.VanillaMethodReaderBuilder
 
MethodDelegate<OUT> - Interface in net.openhft.chronicle.wire
Represents an interface that provides a mechanism for method delegation.
MethodFilterOnFirstArg<T> - Interface in net.openhft.chronicle.wire
Represents a functional interface that provides a mechanism to filter methods based on their first argument.
methodReader(Object...) - Method in interface net.openhft.chronicle.wire.MarshallableIn
Constructs a MethodReader that can interpret and invoke methods based on the messages present in this reader.
methodReaderBuilder() - Method in interface net.openhft.chronicle.wire.MarshallableIn
Provides a builder instance that can be used to construct and configure a MethodReader suitable for this reader's content.
methodReaderBuilder() - Method in class net.openhft.chronicle.wire.TextWire
 
methodReaderBuilder() - Method in class net.openhft.chronicle.wire.YamlWire
 
methodReaderInterceptorReturns() - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
Returns null unless overridden by generated readers that support interceptors.
methodReaderInterceptorReturns() - Method in class net.openhft.chronicle.wire.VanillaMethodReader
Return the configured MethodReaderInterceptorReturns if any.
methodReaderInterceptorReturns(MethodReaderInterceptorReturns) - Method in class net.openhft.chronicle.wire.VanillaMethodReaderBuilder
Sets the method reader interceptor that handles return values from method calls.
MethodReaderStatus - Enum in net.openhft.chronicle.wire.utils
Enumerates the possible outcomes of a single read attempt by a MethodReader, particularly for generated readers such as AbstractGeneratedMethodReader.
methodsToOverride() - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Determines the set of methods that should be overridden based on the provided metadata.
MethodWireKey - Class in net.openhft.chronicle.wire
The MethodWireKey class represents a key within a wire format, extending the BytesInBinaryMarshallable class and implementing the WireKey interface.
MethodWireKey(String, int) - Constructor for class net.openhft.chronicle.wire.MethodWireKey
Constructs a new MethodWireKey with the provided name and code.
methodWriter(Class<T>, Class<?>...) - Method in class net.openhft.chronicle.wire.JSONWire
Override methodWriter to preserve JSONL mode.
methodWriter(Class<T>, Class<?>...) - Method in interface net.openhft.chronicle.wire.MarshallableOut
Creates a proxy of the specified interfaces, where each method call on the proxy is written for replay.
MethodWriter - Interface in net.openhft.chronicle.wire
Defines a contract for components that can serialise method calls to a MarshallableOut target.
methodWriter(Class<T>, Class<?>...) - Method in class net.openhft.chronicle.wire.TextWire
 
methodWriter(Class<T>, Class<?>...) - Method in class net.openhft.chronicle.wire.YamlWire
 
methodWriterBuilder(Class<T>) - Method in interface net.openhft.chronicle.wire.MarshallableOut
Returns a MethodWriterBuilder that can be used to create a proxy for an interface.
methodWriterBuilder(boolean, Class<T>) - Method in interface net.openhft.chronicle.wire.MarshallableOut
Returns a MethodWriterBuilder that can be used to create a proxy for an interface.
methodWriterBuilder(Class<T>) - Method in class net.openhft.chronicle.wire.TextWire
 
methodWriterBuilder(Class<T>) - Method in class net.openhft.chronicle.wire.YamlWire
 
MethodWriterInvocationHandlerSupplier - Class in net.openhft.chronicle.wire
Configurable factory for MethodWriterInvocationHandler instances.
MethodWriterInvocationHandlerSupplier(Supplier<MethodWriterInvocationHandler>) - Constructor for class net.openhft.chronicle.wire.MethodWriterInvocationHandlerSupplier
Creates a supplier that wraps the provided delegate.
MethodWriterValidationException - Exception in net.openhft.chronicle.wire
Exception thrown when a generated MethodWriter cannot be created.
MethodWriterValidationException(String) - Constructor for exception net.openhft.chronicle.wire.MethodWriterValidationException
Constructs a new MethodWriterValidationException with the specified detail message.
MicroDurationLongConverter - Class in net.openhft.chronicle.wire
Implementation of LongConverter to convert durations represented as microseconds.
MicroDurationLongConverter() - Constructor for class net.openhft.chronicle.wire.MicroDurationLongConverter
 
MicroTimestampLongConverter - Class in net.openhft.chronicle.wire
A MicroTimestampLongConverter is an implementation of AbstractTimestampLongConverter which handles conversions between long timestamps and date-time strings.
MicroTimestampLongConverter() - Constructor for class net.openhft.chronicle.wire.MicroTimestampLongConverter
Constructs a new MicroTimestampLongConverter with the default zone ID (fetched from the system property or UTC).
MicroTimestampLongConverter(String) - Constructor for class net.openhft.chronicle.wire.MicroTimestampLongConverter
Constructs a new MicroTimestampLongConverter with the specified zone ID.
MilliTimestampLongConverter - Class in net.openhft.chronicle.wire
A MilliTimestampLongConverter is an implementation of AbstractTimestampLongConverter which handles conversions between long timestamps and date-time strings.
MilliTimestampLongConverter() - Constructor for class net.openhft.chronicle.wire.MilliTimestampLongConverter
Constructs a new MilliTimestampLongConverter with the default zone ID (fetched from the system property or UTC).
MilliTimestampLongConverter(String) - Constructor for class net.openhft.chronicle.wire.MilliTimestampLongConverter
Constructs a new MilliTimestampLongConverter with the specified zone ID.
MM_TL - Static variable in interface net.openhft.chronicle.wire.ValueOut
Thread local MapMarshaller to support thread-safe marshalling operations.
multipleNonMarshallableParamTypes(Boolean) - Method in class net.openhft.chronicle.wire.VanillaMethodReaderBuilder
Configures the reader to handle parameters which can have multiple non-marshallable parameter types.

N

name - Variable in class net.openhft.chronicle.wire.AbstractFieldInfo
 
name() - Method in class net.openhft.chronicle.wire.AbstractFieldInfo
 
name() - Method in interface net.openhft.chronicle.wire.FieldInfo
Returns the name of the field represented by this FieldInfo object.
name() - Method in class net.openhft.chronicle.wire.MethodWireKey
 
name() - Method in interface net.openhft.chronicle.wire.WireKey
Returns the textual name of this key.
nameForClass(Class<?>) - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Generates a name for the given class.
NanoDurationLongConverter - Class in net.openhft.chronicle.wire
Implementation of LongConverter for converting durations represented as nanoseconds.
NanoDurationLongConverter() - Constructor for class net.openhft.chronicle.wire.NanoDurationLongConverter
 
NanoTime - Annotation Type in net.openhft.chronicle.wire.converter
Annotation to indicate that a given field or parameter, represented as a long value, should be treated as a timestamp with nanosecond resolution, based from the epoch.
nanoTime() - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
Returns the timestamp used for new timing entries.
NanoTimestampLongConverter - Class in net.openhft.chronicle.wire
A NanoTimestampLongConverter is an implementation of AbstractTimestampLongConverter which handles conversions between long timestamps and date-time strings.
NanoTimestampLongConverter() - Constructor for class net.openhft.chronicle.wire.NanoTimestampLongConverter
Constructs a new NanoTimestampLongConverter with the default zone ID (fetched from the system property or UTC).
NanoTimestampLongConverter(String) - Constructor for class net.openhft.chronicle.wire.NanoTimestampLongConverter
Constructs a new NanoTimestampLongConverter with the specified zone ID.
needsQuotes(CharSequence) - Method in class net.openhft.chronicle.wire.JSONWire
 
needsQuotes(CharSequence) - Method in class net.openhft.chronicle.wire.YamlWireOut
Determines the type of quotes (if any) required for the given CharSequence cs based on the YAML format's escaping requirements.
net.openhft.chronicle.wire - package net.openhft.chronicle.wire
 
net.openhft.chronicle.wire.converter - package net.openhft.chronicle.wire.converter
 
net.openhft.chronicle.wire.domestic - package net.openhft.chronicle.wire.domestic
 
net.openhft.chronicle.wire.domestic.extractor - package net.openhft.chronicle.wire.domestic.extractor
 
net.openhft.chronicle.wire.domestic.reduction - package net.openhft.chronicle.wire.domestic.reduction
 
net.openhft.chronicle.wire.domestic.stream - package net.openhft.chronicle.wire.domestic.stream
 
net.openhft.chronicle.wire.utils - package net.openhft.chronicle.wire.utils
 
newBooleanReference() - Method in class net.openhft.chronicle.wire.BinaryWire
 
newBooleanReference() - Method in class net.openhft.chronicle.wire.HashWire
Not supported.
newBooleanReference() - Method in class net.openhft.chronicle.wire.RawWire
 
newBooleanReference() - Method in class net.openhft.chronicle.wire.ReadAnyWire
 
newBooleanReference() - Method in class net.openhft.chronicle.wire.TextWire
 
newBooleanReference() - Method in interface net.openhft.chronicle.wire.WireCommon
Creates and returns a new BooleanValue.
newBooleanReference() - Method in enum net.openhft.chronicle.wire.WireType
Provides a supplier for a new BooleanValue reference using BinaryBooleanReference.
newBooleanReference() - Method in class net.openhft.chronicle.wire.YamlWire
 
newClass(String, Set<Class<?>>, ClassLoader, WireType, String, boolean, boolean, boolean, boolean) - Static method in class net.openhft.chronicle.wire.GenerateMethodWriter
Creates and compiles a new method writer class based on the provided interface class.
newInstance(Class<T>, WireIn) - Static method in interface net.openhft.chronicle.wire.Demarshallable
Provides a utility method to create a new instance of a class that implements the `Demarshallable` interface.
newInstanceOrNull(Class) - Method in enum net.openhft.chronicle.wire.SerializationStrategies
The provided methods and class are related to an object's instantiation and its bracket type definition for serialization purposes.
newInstanceOrNull(Class<T>) - Method in interface net.openhft.chronicle.wire.SerializationStrategy
Constructs and returns a new instance of the provided type as a reference.
newIntArrayReference() - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
newIntArrayReference() - Method in class net.openhft.chronicle.wire.BinaryWire
 
newIntArrayReference() - Method in class net.openhft.chronicle.wire.HashWire
Not supported.
newIntArrayReference() - Method in class net.openhft.chronicle.wire.QueryWire
Unsupported for query strings.
newIntArrayReference() - Method in class net.openhft.chronicle.wire.RawWire
 
newIntArrayReference() - Method in class net.openhft.chronicle.wire.TextWire
 
newIntArrayReference() - Method in interface net.openhft.chronicle.wire.WireCommon
Creates and returns a new IntArrayValues.
newIntArrayReference() - Method in class net.openhft.chronicle.wire.YamlWire
 
newIntReference() - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
newIntReference() - Method in class net.openhft.chronicle.wire.BinaryWire
 
newIntReference() - Method in class net.openhft.chronicle.wire.HashWire
Not supported.
newIntReference() - Method in class net.openhft.chronicle.wire.QueryWire
Unsupported for query strings.
newIntReference() - Method in class net.openhft.chronicle.wire.RawWire
 
newIntReference() - Method in class net.openhft.chronicle.wire.TextWire
 
newIntReference() - Method in interface net.openhft.chronicle.wire.WireCommon
Creates and returns a new IntValue.
newIntReference() - Method in enum net.openhft.chronicle.wire.WireType
Provides a supplier for a new IntValue reference using BinaryIntReference.
newIntReference() - Method in class net.openhft.chronicle.wire.YamlWire
 
newLongArrayReference() - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
newLongArrayReference() - Method in class net.openhft.chronicle.wire.BinaryWire
 
newLongArrayReference() - Method in class net.openhft.chronicle.wire.HashWire
Not supported.
newLongArrayReference() - Method in class net.openhft.chronicle.wire.QueryWire
Unsupported for query strings.
newLongArrayReference() - Method in class net.openhft.chronicle.wire.RawWire
 
newLongArrayReference() - Method in class net.openhft.chronicle.wire.TextWire
 
newLongArrayReference() - Method in interface net.openhft.chronicle.wire.WireCommon
Creates and returns a new LongArrayValues.
newLongArrayReference() - Method in enum net.openhft.chronicle.wire.WireType
Provides a supplier for a new LongArrayValues reference using BinaryLongArrayReference.
newLongArrayReference() - Method in class net.openhft.chronicle.wire.YamlWire
 
newLongReference() - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
newLongReference() - Method in class net.openhft.chronicle.wire.BinaryWire
 
newLongReference() - Method in class net.openhft.chronicle.wire.HashWire
Not supported.
newLongReference() - Method in class net.openhft.chronicle.wire.QueryWire
Unsupported for query strings.
newLongReference() - Method in class net.openhft.chronicle.wire.RawWire
 
newLongReference() - Method in class net.openhft.chronicle.wire.TextWire
 
newLongReference() - Method in interface net.openhft.chronicle.wire.WireCommon
Creates and returns a new LongValue.
newLongReference() - Method in enum net.openhft.chronicle.wire.WireType
Provides a supplier for a new LongValue reference using BinaryLongReference.
newLongReference() - Method in class net.openhft.chronicle.wire.YamlWire
 
newTwoLongReference() - Method in class net.openhft.chronicle.wire.BinaryWire
 
newTwoLongReference() - Method in interface net.openhft.chronicle.wire.WireCommon
Creates and returns a new TwoLongValue.
newTwoLongReference() - Method in enum net.openhft.chronicle.wire.WireType
Provides a supplier for a new TwoLongValue reference using BinaryTwoLongReference.
newYamlWireOnHeap() - Static method in interface net.openhft.chronicle.wire.Wire
Factory method to create a new YamlWire instance that writes to an on-heap Bytes object.
next() - Method in class net.openhft.chronicle.wire.YamlTokeniser
Fetches the next token based on the current context's indentation.
next(int) - Method in class net.openhft.chronicle.wire.YamlTokeniser
Retrieves the next YAML token considering the minimum indentation provided.
nextClearBit(int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Returns the index of the next clear bit at or after index.
nextClearBit(int) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Retrieves the index of the first bit set to false that occurs on or after the specified starting index.
nextClearBit(int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Returns the index of the first bit that is set to false that occurs on or after the specified starting index.
nextSetBit(int, int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Finds the index of the next set bit between fromIndex and toIndex inclusive.
nextSetBit(int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Finds the next set bit at or after fromIndex.
nextSetBit(int) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Finds and returns the index of the first bit that is set to true after the specified starting index.
nextSetBit(int, int) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Retrieves the index of the first bit set to true that occurs on or after the specified starting index and before the specified ending index.
nextSetBit(int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
nextSetBit(int, int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Returns the index of the first bit that is set to true that occurs on or after the specified starting index but before the toIndex.
NO_BYTES - Static variable in enum net.openhft.chronicle.wire.Wires
Shared immutable Bytes instance representing an empty buffer.
NoDocumentContext - Enum in net.openhft.chronicle.wire
An enumeration implementation of the DocumentContext interface.
NOOP - Static variable in interface net.openhft.chronicle.wire.DocumentContext
 
NOT_COMPLETE - Static variable in enum net.openhft.chronicle.wire.Wires
Flag (0x8000_0000) indicating that the following message is not yet complete.
NOT_COMPLETE_UNKNOWN_LENGTH - Static variable in enum net.openhft.chronicle.wire.Wires
Combination of Wires.NOT_COMPLETE and Wires.UNKNOWN_LENGTH for incomplete messages of unknown size.
NOT_FOUND - Static variable in interface net.openhft.chronicle.wire.Sequence
Returned by Sequence.getSequence(long) when a sequence number cannot be found for the given position and retrying is unlikely to succeed.
NOT_FOUND_RETRY - Static variable in interface net.openhft.chronicle.wire.Sequence
Returned by Sequence.getSequence(long) when a sequence number cannot be found for the given position but the operation may succeed if retried.
NOT_INITIALIZED - Static variable in enum net.openhft.chronicle.wire.Wires
Value used for an uninitialised header (0).
notComplete - Variable in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
notComplete - Variable in class net.openhft.chronicle.wire.TextReadDocumentContext
 
notCompleteIsNotPresent() - Method in class net.openhft.chronicle.wire.AbstractWire
 
notCompleteIsNotPresent(boolean) - Method in class net.openhft.chronicle.wire.AbstractWire
 
notCompleteIsNotPresent() - Method in interface net.openhft.chronicle.wire.WireCommon
If a message is marked as NOT_COMPLETE is it still present.
notCompleteIsNotPresent(boolean) - Method in interface net.openhft.chronicle.wire.WireCommon
 
nu11() - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
nu11() - Method in interface net.openhft.chronicle.wire.ValueOut
Write a null value.
NULL - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Represents the null value.

O

object(Class<E>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an object of the specified class from the wire.
object() - Method in interface net.openhft.chronicle.wire.ValueIn
 
object(E, Class<? extends E>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an object from the wire.
object(Function<Class<? extends E>, E>, Class<? extends E>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an object from the wire.
object(E, Class<? extends E>, boolean) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an object from the wire.
object(Class<E>, T, BiConsumer<T, E>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an object of a specified class from the wire and applies it to a given object using a BiConsumer.
object(Class<? extends V>, V) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes an object to the wire output, specifying its expected type.
object(Object) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes an object to the wire output.
object0(ValueIn, E, Class<? extends E>) - Static method in enum net.openhft.chronicle.wire.Wires
Reads and validates an object from the given input.
object0(ValueIn, E, Class<? extends E>, boolean) - Static method in enum net.openhft.chronicle.wire.Wires
Deserialize an object from the provided input and validate it.
object1(ValueIn, E, Class<? extends E>, boolean) - Static method in enum net.openhft.chronicle.wire.Wires
Deserialize an object from the provided input based on the defined strategy and constraints.
objectBestEffort() - Method in interface net.openhft.chronicle.wire.ValueIn
Deserializes an object from the current data stream, attempting to return any object that can be parsed.
objectDate(ValueIn, E) - Static method in enum net.openhft.chronicle.wire.Wires
Reads a date object from the given input.
objectInput() - Method in class net.openhft.chronicle.wire.AbstractWire
 
objectInput() - Method in interface net.openhft.chronicle.wire.WireIn
Returns the ObjectInput associated with this WireIn for serialization operations.
ObjectIntObjectConsumer<T,V> - Interface in net.openhft.chronicle.wire
Represents a consumer that accepts two objects of types T and V, and an integer value.
objectMap(ValueIn, E, Class<? extends E>, SerializationStrategy) - Static method in enum net.openhft.chronicle.wire.Wires
Reads a map of objects from the given input, using a specified serialization strategy.
objectOutput() - Method in class net.openhft.chronicle.wire.AbstractWire
 
objectOutput() - Method in class net.openhft.chronicle.wire.HashWire
 
objectOutput() - Method in interface net.openhft.chronicle.wire.WireOut
Get the ObjectOutput associated with this WireOut.
objectSequence(ValueIn, E, Class<? extends E>, SerializationStrategy) - Static method in enum net.openhft.chronicle.wire.Wires
Reads a sequence of objects using a specified serialization strategy.
objectWithInferredType(Object, SerializationStrategy, Class<?>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
objectWithInferredType(Object, SerializationStrategy, Class<?>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
objectWithInferredType(Object, SerializationStrategy, Class<?>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
objectWithInferredType(Object, SerializationStrategy, Class<?>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an object from the wire with an inferred type.
of(DocumentExtractor<E>) - Static method in interface net.openhft.chronicle.wire.domestic.reduction.Reduction
Creates and returns a new ReductionBuilder that will use the provided extractor to extract elements of type E.
of(MarshallableIn, DocumentExtractor<T>) - Static method in class net.openhft.chronicle.wire.domestic.stream.Streams
Creates and returns a new sequential ordered Stream whose elements are obtained by successively applying the provided extractor on excerpts from the provided documentProvider.
of(WireIn) - Static method in class net.openhft.chronicle.wire.WireDumper
Creates a WireDumper for the given WireIn instance.
of(Bytes<?>) - Static method in class net.openhft.chronicle.wire.WireDumper
Creates a WireDumper for the given Bytes instance, implicitly treating it as a BinaryWire.
of(Bytes<?>, boolean) - Static method in class net.openhft.chronicle.wire.WireDumper
Creates a WireDumper for the given Bytes instance, implicitly treating it as a BinaryWire.
of(Class<T>) - Static method in class net.openhft.chronicle.wire.WireMarshaller
Factory method to create an instance of the WireMarshaller for a specific class type.
ofDouble(ToDoubleDocumentExtractor) - Static method in interface net.openhft.chronicle.wire.domestic.reduction.Reduction
Creates and returns a new DoubleReductionBuilder that will use the provided extractor to extract elements of type double.
ofDouble(MarshallableIn, ToDoubleDocumentExtractor) - Static method in class net.openhft.chronicle.wire.domestic.stream.Streams
Creates and returns a new sequential ordered DoubleStream whose elements are obtained by successively applying the provided extractor on excerpts from the provided documentProvider.
offsets() - Method in class net.openhft.chronicle.wire.YamlKeys
Retrieves all the stored offsets.
ofLong(ToLongDocumentExtractor) - Static method in interface net.openhft.chronicle.wire.domestic.reduction.Reduction
Creates and returns a new LongReductionBuilder that will use the provided extractor to extract elements of type long.
ofLong(MarshallableIn, ToLongDocumentExtractor) - Static method in class net.openhft.chronicle.wire.domestic.stream.Streams
Creates and returns a new sequential ordered LongStream whose elements are obtained by successively applying the provided extractor on excerpts from the provided documentProvider.
onClose(Closeable) - Method in class net.openhft.chronicle.wire.MethodWriterInvocationHandlerSupplier
Assign a resource to be closed when the handler closes.
onClose(Closeable) - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
Registers a closeable resource with the method writer invocation handler.
onExcerpt(Wire, long) - Method in interface net.openhft.chronicle.wire.domestic.reduction.Reduction
Consumes an excerpt from the provided wire at the index at the provided index.
onExcerpt(Wire, long) - Method in class net.openhft.chronicle.wire.domestic.reduction.Reductions.Counting
 
onExcerpt(Wire, long) - Method in interface net.openhft.chronicle.wire.ExcerptListener
Invoked per each encountered excerpt.
optionalTyped(Class<?>) - Method in interface net.openhft.chronicle.wire.ValueOut
Add an optional type i.e.
or(ChronicleBitSet) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Performs a logical OR with the given set.
or(ChronicleBitSet) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Performs a logical OR of this bit set with the bit set argument.
or(LongValueBitSet) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Performs a logical OR operation between this ChronicleBitSet and the provided LongValueBitSet.
or(ChronicleBitSet) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Executes a logical OR operation between this ChronicleBitSet and the provided ChronicleBitSet.

P

packageName() - Method in class net.openhft.chronicle.wire.AbstractClassGenerator.MetaData
Retrieves the package name for the class to be generated.
packageName(String) - Method in class net.openhft.chronicle.wire.AbstractClassGenerator.MetaData
Sets the package name for the class to be generated.
packageName() - Method in class net.openhft.chronicle.wire.GenerateMethodReader
Retrieves the package name for the generated class.
PADDING - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Single byte padding to ensure alignment.
PADDING32 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
padding with a 32-bit length to ensure alignment.
padToCacheAlign() - Method in interface net.openhft.chronicle.wire.WireOut
Ensures that the wire's output aligns with cache boundaries.
parent - Variable in class net.openhft.chronicle.wire.AbstractWire
 
parent() - Method in class net.openhft.chronicle.wire.AbstractWire
 
parent(Object) - Method in class net.openhft.chronicle.wire.AbstractWire
 
parent() - Method in class net.openhft.chronicle.wire.HashWire
 
parent(Object) - Method in class net.openhft.chronicle.wire.HashWire
 
parent() - Method in interface net.openhft.chronicle.wire.WireCommon
Returns the wire parent object.
parent(Object) - Method in interface net.openhft.chronicle.wire.WireCommon
Assigns the wire parent object for later retrieval.
parse(CharSequence) - Method in class net.openhft.chronicle.wire.AbstractLongConverter
Parses the provided text using the underlying converter.
parse(CharSequence, int, int) - Method in class net.openhft.chronicle.wire.AbstractLongConverter
Parses a part of the provided text using the underlying converter.
parse(CharSequence) - Method in class net.openhft.chronicle.wire.AbstractTimestampLongConverter
Parses the provided text and converts it into a long timestamp.
parse(CharSequence) - Method in class net.openhft.chronicle.wire.converter.PowerOfTwoLongConverter
Parses a sequence of characters into a long value.
parse(CharSequence, int, int) - Method in class net.openhft.chronicle.wire.converter.PowerOfTwoLongConverter
Parses a part of a sequence of characters into a long value.
parse(CharSequence) - Method in class net.openhft.chronicle.wire.converter.SizeLongConverter
Parses a string representation of a number with a size suffix (K, M, G, T) and converts it into a long value.
parse(CharSequence) - Method in class net.openhft.chronicle.wire.converter.SymbolsLongConverter
Parses a sequence of characters into a long value.
parse(CharSequence, int, int) - Method in class net.openhft.chronicle.wire.converter.SymbolsLongConverter
Parses a part of a sequence of characters into a long value.
parse(CharSequence) - Method in class net.openhft.chronicle.wire.IdentifierLongConverter
Parses a given CharSequence into a long identifier.
parse(CharSequence, int, int) - Method in class net.openhft.chronicle.wire.IdentifierLongConverter
Parses a part of the provided CharSequence into a long identifier.
parse(CharSequence) - Method in interface net.openhft.chronicle.wire.LongConverter
Parses the given character sequence, which represents a long value in a specific format, into its numeric form.
parse(CharSequence, int, int) - Method in interface net.openhft.chronicle.wire.LongConverter
Parses a part of the provided CharSequence and returns the parsed results as a long primitive.
parse(ValueIn) - Method in interface net.openhft.chronicle.wire.MarshallableParser
Parses the provided ValueIn into an instance of type T.
parse(CharSequence) - Method in class net.openhft.chronicle.wire.MicroDurationLongConverter
Parses the provided CharSequence into a duration and returns the equivalent duration in microseconds.
parse(CharSequence) - Method in class net.openhft.chronicle.wire.NanoDurationLongConverter
Parse a duration in ISO-8601 format and return the equivalent value in nanoseconds.
parse(CharSequence) - Method in class net.openhft.chronicle.wire.ServicesTimestampLongConverter
Parses the provided CharSequence into a timestamp in the configured time unit.
parse(CharSequence, int, int) - Method in class net.openhft.chronicle.wire.ServicesTimestampLongConverter
Parses a part of the provided CharSequence using the underlying converter.
parse(CharSequence) - Method in class net.openhft.chronicle.wire.WordsLongConverter
Parses the provided text to produce a long value.
parseDouble() - Method in class net.openhft.chronicle.wire.YamlTokeniser
Parses the current block's content as a double.
parseFormattedDate(ZonedDateTime) - Method in class net.openhft.chronicle.wire.AbstractTimestampLongConverter
Interpret a formatted date that has already been normalised to UTC.
parseFormattedDate(ZonedDateTime) - Method in class net.openhft.chronicle.wire.MicroTimestampLongConverter
Parses a formatted date into a long timestamp.
parseFormattedDate(ZonedDateTime) - Method in class net.openhft.chronicle.wire.MilliTimestampLongConverter
Parses a formatted date into a long timestamp.
parseFormattedDate(ZonedDateTime) - Method in class net.openhft.chronicle.wire.NanoTimestampLongConverter
Parses a formatted date into a long timestamp.
parseLong() - Method in class net.openhft.chronicle.wire.YamlTokeniser
Parses the current block's content as a long.
parseOne(WireIn) - Method in class net.openhft.chronicle.wire.VanillaWireParser
Reads one field from wireIn.
parseOne(WireIn) - Method in interface net.openhft.chronicle.wire.WireParser
Parses a single field-value pair from the given WireIn.
parseTimestamp(long, CharSequence) - Method in class net.openhft.chronicle.wire.AbstractTimestampLongConverter
Interpret a long value that has been parsed directly from the input text.
parseTimestamp(long, CharSequence) - Method in class net.openhft.chronicle.wire.MicroTimestampLongConverter
Parses a long timestamp.
parseTimestamp(long, CharSequence) - Method in class net.openhft.chronicle.wire.MilliTimestampLongConverter
Parses a long timestamp.
parseTimestamp(long, CharSequence) - Method in class net.openhft.chronicle.wire.NanoTimestampLongConverter
Parses a long timestamp.
parseUntil(StringBuilder, StopCharTester) - Method in class net.openhft.chronicle.wire.TextWire
Parses characters from the current byte position until one of the specified stop characters in the tester is encountered.
parseUntil(StringBuilder, StopCharsTester) - Method in class net.openhft.chronicle.wire.TextWire
Clears the StringBuilder and then parses characters from the current byte position until one of the specified stop characters in the tester is encountered.
parseWord(StringBuilder) - Method in class net.openhft.chronicle.wire.TextWire
Parses a word from the current byte position until it encounters a space or stop character.
pathFor(MessageHistory) - Method in class net.openhft.chronicle.wire.MessagePathClassifier
Determines the pathId for the supplied history.
pauser() - Method in class net.openhft.chronicle.wire.AbstractWire
 
pauser(Pauser) - Method in class net.openhft.chronicle.wire.AbstractWire
 
pauser() - Method in class net.openhft.chronicle.wire.HashWire
Unsupported by HashWire.
pauser(Pauser) - Method in class net.openhft.chronicle.wire.HashWire
Not supported.
pauser(Pauser) - Method in interface net.openhft.chronicle.wire.WireCommon
Sets the Pauser implementation to be used for blocking operations.
pauser() - Method in interface net.openhft.chronicle.wire.WireCommon
Returns the current Pauser implementation being used for blocking operations.
peekBack() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
peekCode() - Method in class net.openhft.chronicle.wire.BinaryWire
Peeks the code from the current position without advancing the read pointer.
peekStringIgnoreCase(String) - Method in class net.openhft.chronicle.wire.TextWire
returns true if the next string is str
performClose() - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
 
performClose() - Method in class net.openhft.chronicle.wire.LongValueBitSet
 
popState() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
Pops the state from the top of the stack and restores the binary input to that state.
popState() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
Pops the most recent reading state from the stack, reverting to the previous state.
position - Variable in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
position() - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
Retrieves the current position in the wire where the document starts.
position - Variable in class net.openhft.chronicle.wire.TextWriteDocumentContext
 
PowerOfTwoLongConverter - Class in net.openhft.chronicle.wire.converter
A specialized implementation of the LongConverter interface for converting long values to and from strings using power-of-two bases.
PowerOfTwoLongConverter(String) - Constructor for class net.openhft.chronicle.wire.converter.PowerOfTwoLongConverter
Initializes a new instance with a given set of symbols.
predicate(Predicate<MethodReader>) - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
Sets a predicate that AbstractGeneratedMethodReader.readOne() will evaluate.
predicate(Predicate<MethodReader>) - Method in class net.openhft.chronicle.wire.VanillaMethodReaderBuilder
 
present - Variable in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
present - Variable in class net.openhft.chronicle.wire.TextReadDocumentContext
 
previousClearBit(int) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Identifies the closest bit set to false that occurs on or before the given starting index.
previousClearBit(int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
This method searches for the closest bit set to false from the specified starting index moving backwards.
previousSetBit(int) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Identifies the closest bit set to true that occurs on or before the given starting index.
previousSetBit(int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
This method searches for the closest bit set to true from the specified starting index moving backwards.
project(Class<T>, Object) - Static method in enum net.openhft.chronicle.wire.Wires
Projects the source object's fields into a new instance of a specified class.
proxyClass() - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
 
proxyClass(Class<?>) - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
Sets the proxy class to be used by the builder.
push(long) - Method in class net.openhft.chronicle.wire.YamlKeys
Adds a new offset to the collection.
push(YamlToken) - Method in class net.openhft.chronicle.wire.YamlTokeniser
Adds a YamlToken to the list of pushed tokens.
pushState() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
Pushes the current state of the binary input onto the stack.
pushState() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
Pushes the current reading state onto the stack, allowing for nested or sequential value reading.
put(CharSequence, T) - Method in class net.openhft.chronicle.wire.CharSequenceObjectMap
Store a value against a key.

Q

QueryWire - Class in net.openhft.chronicle.wire
Parses a URL query string such as "a=1&b=2".
QueryWire(Bytes<?>) - Constructor for class net.openhft.chronicle.wire.QueryWire
Creates a QueryWire over the supplied bytes which must contain a query string, for example "key=val&flag=true".

R

rawBytes(byte[]) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
rawBytes(byte[]) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a raw sequence of bytes.
rawReadData(ReadMarshallable) - Method in interface net.openhft.chronicle.wire.WireIn
Performs a raw data read operation.
rawReadData(WireIn, ReadMarshallable) - Static method in enum net.openhft.chronicle.wire.WireInternal
Reads raw data from the given wireIn without processing metadata and uses the provided dataConsumer to process this data.
rawText(CharSequence) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a raw text value.
RawWire - Class in net.openhft.chronicle.wire
Wire implementation that serialises values in sequence without any field names.
RawWire() - Constructor for class net.openhft.chronicle.wire.RawWire
Creates a RawWire backed by an elastic on-heap buffer.
RawWire(Bytes<?>) - Constructor for class net.openhft.chronicle.wire.RawWire
Creates a RawWire backed by the given buffer.
RawWire(Bytes<?>, boolean) - Constructor for class net.openhft.chronicle.wire.RawWire
Creates a new instance with explicit control over text encoding.
read() - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
read(WireKey) - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
read(StringBuilder) - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
read(String) - Method in class net.openhft.chronicle.wire.BinaryWire
Look up a field by name.
read() - Method in class net.openhft.chronicle.wire.BinaryWire
Read the next value when field ordering is not known.
read(WireKey) - Method in class net.openhft.chronicle.wire.BinaryWire
Look up a value using a WireKey.
read(StringBuilder) - Method in class net.openhft.chronicle.wire.BinaryWire
Reads the next field identifier into name.
read(WireKey) - Method in class net.openhft.chronicle.wire.CSVWire
Keys are not used when reading CSV so this simply returns TextWire.valueIn.
read(StringBuilder) - Method in class net.openhft.chronicle.wire.CSVWire
Reads the next header name into name and returns the corresponding ValueIn for the value.
read() - Method in class net.openhft.chronicle.wire.RawWire
 
read(WireKey) - Method in class net.openhft.chronicle.wire.RawWire
Returns the input for the next value.
read(StringBuilder) - Method in class net.openhft.chronicle.wire.RawWire
Returns the input for the next value and stores the name locally for possible nested objects.
read() - Method in class net.openhft.chronicle.wire.TextWire
 
read(WireKey) - Method in class net.openhft.chronicle.wire.TextWire
 
read(StringBuilder) - Method in class net.openhft.chronicle.wire.TextWire
 
read() - Method in interface net.openhft.chronicle.wire.WireIn
Reads the next field if present, or returns an empty string if not present.
read(WireKey) - Method in interface net.openhft.chronicle.wire.WireIn
Reads the next field if present.
read(String) - Method in interface net.openhft.chronicle.wire.WireIn
Reads the next field based on the provided field name.
read(StringBuilder) - Method in interface net.openhft.chronicle.wire.WireIn
Reads a specific field based on the provided field name.
read() - Method in class net.openhft.chronicle.wire.YamlWire
 
read(WireKey) - Method in class net.openhft.chronicle.wire.YamlWire
 
read(String) - Method in class net.openhft.chronicle.wire.YamlWire
 
read(StringBuilder) - Method in class net.openhft.chronicle.wire.YamlWire
 
read2(CharSequence, int, T, Function<T, Object>, ValueInState, StringBuilder, CharSequence) - Method in class net.openhft.chronicle.wire.BinaryWire
A secondary method to continue the field search process, specifically to handle cases where the field may have been missed in a previous pass or if the field still hasn't been found.
read2(CharSequence, int, Object, ValueInState, StringBuilder, CharSequence) - Method in class net.openhft.chronicle.wire.TextWire
Deprecated.
read2(Object, ValueInState, StringBuilder, CharSequence) - Method in class net.openhft.chronicle.wire.TextWire
Attempts to read the value, continuing the read operation from the primary `read` method.
readAlignTo(int) - Method in class net.openhft.chronicle.wire.RawWire
 
readAlignTo(int) - Method in interface net.openhft.chronicle.wire.WireIn
Adjusts the read position of the WireIn to align with the specified boundary.
readAllAsMap(Class<K>, Class<V>, Map<K, V>) - Method in interface net.openhft.chronicle.wire.WireIn
Reads all available entries and populates the provided map with these entries.
readAndSetLength(long) - Method in class net.openhft.chronicle.wire.AbstractWire
 
readAndSetLength(long) - Method in interface net.openhft.chronicle.wire.WireIn
Reads and sets the length of the data or metadata at the specified position.
ReadAnyWire - Class in net.openhft.chronicle.wire
Represents a wire type that can be either TextWire or BinaryWire.
ReadAnyWire(Bytes<?>) - Constructor for class net.openhft.chronicle.wire.ReadAnyWire
Constructs a new instance of ReadAnyWire with the provided bytes.
readBoolean() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a boolean value from the wire.
readByte() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a byte value from the wire.
readBytes(ReadBytesMarshallable) - Method in interface net.openhft.chronicle.wire.MarshallableIn
Reads bytes using the provided ReadBytesMarshallable instance.
readBytes(Bytes<?>) - Method in interface net.openhft.chronicle.wire.MarshallableIn
Reads bytes from the source into the provided Bytes object.
readChar() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a char value from the wire.
readCode() - Method in class net.openhft.chronicle.wire.TextWire
Reads the next byte as an unsigned integer.
readComment(StringBuilder) - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
readComment(StringBuilder) - Method in class net.openhft.chronicle.wire.BinaryWire
If the next token is BinaryWireCode.COMMENT the UTF-8 text is read into s; otherwise s is cleared.
readComment(StringBuilder) - Method in class net.openhft.chronicle.wire.CSVWire
Clears s as inline comments are not expected in CSV.
readComment(StringBuilder) - Method in class net.openhft.chronicle.wire.RawWire
 
readComment(StringBuilder) - Method in class net.openhft.chronicle.wire.TextWire
 
readComment(StringBuilder) - Method in interface net.openhft.chronicle.wire.WireIn
Reads a comment from the Wire data and appends it to the provided StringBuilder.
readComment(StringBuilder) - Method in class net.openhft.chronicle.wire.YamlWire
 
readContext - Variable in class net.openhft.chronicle.wire.TextWire
Context for reading documents from the wire format.
readData(long, WireIn, ReadMarshallable, ReadMarshallable) - Static method in enum net.openhft.chronicle.wire.WireInternal
Reads data from the provided wireIn starting from the given offset, and processes the data using the provided meta data and data consumers.
readData(WireIn, ReadMarshallable, ReadMarshallable) - Static method in enum net.openhft.chronicle.wire.WireInternal
Reads data from the given wireIn and processes the data using the provided meta data and data consumers.
readDataHeader(boolean) - Method in class net.openhft.chronicle.wire.AbstractWire
 
readDataHeader() - Method in interface net.openhft.chronicle.wire.WireIn
Consume a header if one is available.
readDataHeader(boolean) - Method in interface net.openhft.chronicle.wire.WireIn
Attempts to read a header for data or metadata, based on the provided parameter.
readDocument(ReadMarshallable) - Method in interface net.openhft.chronicle.wire.MarshallableIn
Convenience wrapper that opens a DocumentContext using the provided ReadMarshallable instance, delegates to the supplied reader to consume its contents and closes the context afterwards.
readDocument(ReadMarshallable, ReadMarshallable) - Method in interface net.openhft.chronicle.wire.WireIn
Reads a document, consuming both its metadata and data sections.
readDocument(long, ReadMarshallable, ReadMarshallable) - Method in interface net.openhft.chronicle.wire.WireIn
Reads a document from a specific position, consuming both its metadata and data sections.
readDocument(ReadMarshallable, ReadMarshallable) - Method in class net.openhft.chronicle.wire.YamlWire
 
readDocument(long, ReadMarshallable, ReadMarshallable) - Method in class net.openhft.chronicle.wire.YamlWire
 
ReadDocumentContext - Interface in net.openhft.chronicle.wire
Represents a context for reading documents.
readDouble() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a double value from the wire.
reader0(ValueIn, List<T>, List<T>, Supplier<T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Helper method to read a sequence of values into a list using a buffer.
readEvent(Class<K>) - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
readEvent(Class<K>) - Method in class net.openhft.chronicle.wire.BinaryWire
Reads the next event identifier, which may be encoded as a short string embedded in the field code, a longer string or a numeric ID, and converts it to expectedClass.
readEvent(Class<K>) - Method in class net.openhft.chronicle.wire.RawWire
 
readEvent(Class<K>) - Method in class net.openhft.chronicle.wire.TextWire
 
readEvent(Class<K>) - Method in interface net.openhft.chronicle.wire.WireIn
Reads a field which may contain an object of any specified type.
readEvent(Class<K>) - Method in class net.openhft.chronicle.wire.YamlWire
 
readEventName(StringBuilder) - Method in class net.openhft.chronicle.wire.BinaryWire
Reads the next field identifier into name.
readEventName(StringBuilder) - Method in class net.openhft.chronicle.wire.RawWire
Reads the next event name as text.
readEventName(StringBuilder) - Method in interface net.openhft.chronicle.wire.WireIn
Reads a field or string, ensuring the value is always read.
readEventNumber() - Method in class net.openhft.chronicle.wire.AbstractWire
 
readEventNumber() - Method in class net.openhft.chronicle.wire.BinaryWire
Reads a BinaryWireCode.FIELD_NUMBER followed by a stop-bit encoded integer representing a method or event identifier.
readEventNumber() - Method in class net.openhft.chronicle.wire.TextWire
 
readEventNumber() - Method in interface net.openhft.chronicle.wire.WireIn
Reads the next event number.
readEventNumber() - Method in class net.openhft.chronicle.wire.YamlWire
 
readField(StringBuilder) - Method in class net.openhft.chronicle.wire.CSVWire
Reads the next column value into sb assuming the wire is positioned at the start of a field.
readField(StringBuilder) - Method in class net.openhft.chronicle.wire.JSONWire
 
readField(StringBuilder) - Method in class net.openhft.chronicle.wire.QueryWire
Reads the next field name into sb stopping at '=' or '&'.
readField(StringBuilder) - Method in class net.openhft.chronicle.wire.TextWire
Reads the field from the current position of the wire and appends it to the given StringBuilder.
readField(StringBuilder) - Method in class net.openhft.chronicle.wire.YamlWire
Reads a field from the current YamlToken and appends its content to the provided StringBuilder.
readFieldNumber(CharSequence, int, StringBuilder, long) - Method in class net.openhft.chronicle.wire.BinaryWire
Reads a field number from the wire and populates the provided StringBuilder.
readFirstHeader() - Method in class net.openhft.chronicle.wire.AbstractWire
 
readFirstHeader(long, TimeUnit) - Method in class net.openhft.chronicle.wire.AbstractWire
 
readFirstHeader(long, TimeUnit) - Method in interface net.openhft.chronicle.wire.WireIn
Reads the first header in the stream with a timeout.
readFirstHeader() - Method in interface net.openhft.chronicle.wire.WireIn
Reads the first header in the stream.
readFloat() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a float value from the wire.
readingDocument() - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
readingDocument(long) - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
readingDocument() - Method in class net.openhft.chronicle.wire.BinaryWire
Start a reading document context.
readingDocument(long) - Method in class net.openhft.chronicle.wire.BinaryWire
Start a reading document context from a specific position.
readingDocument() - Method in interface net.openhft.chronicle.wire.MarshallableIn
Provides a DocumentContext that can be used to read data from a source.
readingDocument() - Method in class net.openhft.chronicle.wire.RawWire
 
readingDocument(long) - Method in class net.openhft.chronicle.wire.RawWire
Starts reading at the specified position of the underlying bytes.
readingDocument() - Method in class net.openhft.chronicle.wire.TextWire
 
readingDocument(long) - Method in class net.openhft.chronicle.wire.TextWire
 
readingDocument() - Method in interface net.openhft.chronicle.wire.WireIn
readingDocument(long) - Method in interface net.openhft.chronicle.wire.WireIn
Provides a context for reading a document starting at a specific position.
readingDocument() - Method in class net.openhft.chronicle.wire.YamlWire
 
readingDocument(long) - Method in class net.openhft.chronicle.wire.YamlWire
 
readingPeekYaml() - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
readingPeekYaml() - Method in class net.openhft.chronicle.wire.BinaryWire
Typicality used for debugging, this method does not progress the read position and should only be used when inside a reading document.
readingPeekYaml() - Method in class net.openhft.chronicle.wire.RawWire
 
readingPeekYaml() - Method in class net.openhft.chronicle.wire.TextWire
 
readingPeekYaml() - Method in interface net.openhft.chronicle.wire.WireIn
Peeks at the content in the current WireIn instance and returns it as a YAML string.
readingPeekYaml() - Method in class net.openhft.chronicle.wire.YamlWire
 
readInt() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an int value from the wire.
readLength() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
readLength() - Method in class net.openhft.chronicle.wire.DefaultValueIn
Always returns 0 as no bytes are consumed.
readLength() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
readLength() - Method in interface net.openhft.chronicle.wire.ValueIn
Retrieves the length of the field in bytes, inclusive of any encoding and header character.
readLengthMarshallable() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
readLimit - Variable in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
readLong(LongConverter) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
readLong(LongConverter) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a long value from the wire using a LongConverter.
readLong() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a long value from the wire.
readMap() - Method in interface net.openhft.chronicle.wire.MarshallableIn
Retrieves the next available message and interprets it as a Map with key-value pairs.
readMarshallable(WireIn) - Method in class net.openhft.chronicle.wire.AbstractMarshallableCfg
Reads the state of this configuration object from the given wire input.
readMarshallable(WireIn) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
 
readMarshallable(WireIn) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Deserialises the backing words from wire.
readMarshallable(WireIn) - Method in interface net.openhft.chronicle.wire.Marshallable
Reads the state of the Marshallable object from the given wire input.
ReadMarshallable - Interface in net.openhft.chronicle.wire
This interface represents objects that can be reloaded from a stream by reusing an existing instance.
readMarshallable(WireIn) - Method in interface net.openhft.chronicle.wire.ReadMarshallable
Reads the object's state from the given wire input.
readMarshallable(BytesIn<?>) - Method in class net.openhft.chronicle.wire.SelfDescribingTriviallyCopyable
Reads the object's state from the bytes.
readMarshallable(WireIn) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
Deserialises this history from a WireIn.
readMarshallable(BytesIn<?>) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
Reads the message history data from the provided bytes input.
readMarshallable(T, WireIn, boolean) - Method in class net.openhft.chronicle.wire.WireMarshaller
Reads and populates the DTO based on the provided input.
readMarshallable(T, WireIn, boolean) - Method in class net.openhft.chronicle.wire.WireMarshallerForUnexpectedFields
Overrides the default deserialisation logic to handle unexpected fields.
readMarshallable(Object, WireIn, boolean) - Static method in enum net.openhft.chronicle.wire.Wires
Reads a Marshallable object's fields from a WireIn instance.
readMarshallable(Class<?>, Object, WireIn, boolean) - Static method in enum net.openhft.chronicle.wire.Wires
Reads a Marshallable object's fields from a WireIn instance using a specified class type.
readMarshallable(WireIn) - Method in class net.openhft.chronicle.wire.WireSerializedLambda
Deserialises this WireSerializedLambda from the given wire.
readMarshallableDTOOrder(T, WireIn, boolean) - Method in class net.openhft.chronicle.wire.WireMarshaller
Reads and populates the DTO based on the provided order.
readMarshallableInputOrder(T, WireIn, boolean) - Method in class net.openhft.chronicle.wire.WireMarshaller
Reads and populates the DTO based on the input's order.
readMetaDataHeader() - Method in class net.openhft.chronicle.wire.AbstractWire
 
readMetaDataHeader() - Method in interface net.openhft.chronicle.wire.WireIn
Reads the metadata header from the current position in the stream.
readNumber() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
Attempts to read a number from the current stream context, dynamically determining its potential type and format.
readObject() - Method in class net.openhft.chronicle.wire.TextWire
Reads and returns an object from the current position in the bytes stream.
readOne() - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
Reads and dispatches a single message.
readOne(long, WireIn) - Method in interface net.openhft.chronicle.wire.FieldNumberParselet
Invoked when a numeric field ID is parsed.
readOne() - Method in class net.openhft.chronicle.wire.InputStreamToWire
Reads the next length-prefixed message from the input stream and makes it available through the internal Wire instance.
readOne() - Method in class net.openhft.chronicle.wire.VanillaMethodReader
Read and dispatch a single message.
readOne0(DocumentContext) - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
Core logic for reading a single document.
readOneGenerated(WireIn) - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
Dispatches a data event read from wireIn.
readOneMetaGenerated(WireIn) - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
readPosition - Variable in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
readResolve() - Method in class net.openhft.chronicle.wire.WireSerializedLambda
Recreates the original lambda instance from the deserialised state.
readShort() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a short value from the wire.
readString() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a String from the wire.
readText() - Method in interface net.openhft.chronicle.wire.MarshallableIn
Retrieves the next available message as a String from the underlying source.
readText(StringBuilder) - Method in interface net.openhft.chronicle.wire.MarshallableIn
Reads the next available message and populates the provided StringBuilder with its contents.
readUsing(Class<?>, T, ValueIn, BracketType) - Method in interface net.openhft.chronicle.wire.SerializationStrategy
Reads an object of type T from the provided input source and populates the given 'using' object, if not null.
readWire(WireIn, long, ReadMarshallable) - Static method in enum net.openhft.chronicle.wire.Wires
Reads data from a WireIn up to a specified size using a ReadMarshallable instance.
readWithLength(WireOut, int) - Method in class net.openhft.chronicle.wire.BinaryWire
Reads data of a specified length from the bytes stream and writes to the WireOut stream while interpreting the type of data (Map, Sequence, or Object).
recordAsYaml(Class<T>, PrintStream) - Static method in enum net.openhft.chronicle.wire.Wires
Creates and returns a proxy of the specified interface.
recordHistory - Variable in class net.openhft.chronicle.wire.AbstractMethodWriterInvocationHandler
 
recordHistory(boolean) - Method in class net.openhft.chronicle.wire.AbstractMethodWriterInvocationHandler
 
recordHistory() - Method in interface net.openhft.chronicle.wire.MarshallableOut
 
recordHistory(boolean) - Method in class net.openhft.chronicle.wire.MethodWriterInvocationHandlerSupplier
Enable or disable invocation history recording on new handlers.
RecordHistory<T> - Interface in net.openhft.chronicle.wire.utils
Functional interface for publishers that prepend a VanillaMessageHistory before the next message.
reducing(Supplier<A>, ObjDoubleConsumer<A>, ToDoubleFunction<A>) - Method in interface net.openhft.chronicle.wire.domestic.reduction.Reduction.DoubleReductionBuilder
Creates and returns a new Reduction of type DoubleSupplier using the provided parameters.
reducing(Supplier<A>, ObjLongConsumer<A>, ToLongFunction<A>) - Method in interface net.openhft.chronicle.wire.domestic.reduction.Reduction.LongReductionBuilder
Creates and returns a new Reduction of type LongSupplier using the provided parameters.
reducingConcurrent(T, BinaryOperator<T>) - Static method in class net.openhft.chronicle.wire.domestic.reduction.ConcurrentCollectors
Returns a Collector which performs a concurrent reduction of its input elements under a specified BinaryOperator using the provided identity.
reducingConcurrent(BinaryOperator<T>) - Static method in class net.openhft.chronicle.wire.domestic.reduction.ConcurrentCollectors
Returns a Collector which performs a concurrent reduction of its input elements under a specified BinaryOperator.
reducingConcurrent(R, Function<? super T, ? extends R>, BinaryOperator<R>) - Static method in class net.openhft.chronicle.wire.domestic.reduction.ConcurrentCollectors
Returns a Collector which performs a concurrent reduction of its input elements under a specified mapping function and BinaryOperator.
reducingDouble(ToDoubleDocumentExtractor, double, DoubleBinaryOperator) - Static method in class net.openhft.chronicle.wire.domestic.reduction.Reductions
Creates and returns a new Reduction that will extract elements of type double using the provided extractor and will accumulate values using the provided accumulator.
reducingLong(ToLongDocumentExtractor, long, LongBinaryOperator) - Static method in class net.openhft.chronicle.wire.domestic.reduction.Reductions
Creates and returns a new Reduction that will extract elements of type long using the provided extractor and will accumulate values using the provided accumulator.
Reduction<T> - Interface in net.openhft.chronicle.wire.domestic.reduction
This is the Reduction interface which extends ExcerptListener.
reduction() - Method in interface net.openhft.chronicle.wire.domestic.reduction.Reduction
Returns a view of the underlying reduction.
reduction() - Method in class net.openhft.chronicle.wire.domestic.reduction.Reductions.Counting
 
Reduction.DoubleReductionBuilder - Interface in net.openhft.chronicle.wire.domestic.reduction
DoubleReductionBuilder is an interface that defines the contract for creating Reductions specialized for handling double data types.
Reduction.LongReductionBuilder - Interface in net.openhft.chronicle.wire.domestic.reduction
LongReductionBuilder is an interface that defines the contract for creating Reductions specialized for handling long data types.
Reduction.ReductionBuilder<E> - Interface in net.openhft.chronicle.wire.domestic.reduction
ReductionBuilder is an interface that defines the contract for creating new Reductions using a specific collector.
Reductions - Class in net.openhft.chronicle.wire.domestic.reduction
This is the Reductions utility class.
Reductions.Counting - Class in net.openhft.chronicle.wire.domestic.reduction
A Reduction class that counts the number of excerpts that have been processed.
ReflectionUtil - Class in net.openhft.chronicle.wire
A utility class for handling reflection-based tasks.
register(WireKey, WireParselet) - Method in class net.openhft.chronicle.wire.VanillaWireParser
Registers valueInConsumer for both the text and numeric forms of key.
register(String, WireParselet) - Method in class net.openhft.chronicle.wire.VanillaWireParser
Registers valueInConsumer to handle the field named keyName.
register(WireKey, WireParselet) - Method in interface net.openhft.chronicle.wire.WireParser
Registers a WireParselet to handle fields matching the supplied WireKey.
register(String, WireParselet) - Method in interface net.openhft.chronicle.wire.WireParser
Registers a WireParselet to handle fields matching the provided keyName.
registerOnce(WireKey, WireParselet) - Method in interface net.openhft.chronicle.wire.WireParser
Attempts to register a new WireParselet for the supplied key.
removeIndex(int) - Method in class net.openhft.chronicle.wire.YamlKeys
Removes the offset at i, shifting remaining values left by one.
removeMaskedTidFromHeader(int) - Static method in enum net.openhft.chronicle.wire.Wires
Removes masked thread ID from a given header.
replacingMerger() - Static method in class net.openhft.chronicle.wire.domestic.reduction.ConcurrentCollectors
Returns a merger that will replace an existing value with the latest value.
replay(String, Object) - Static method in enum net.openhft.chronicle.wire.Wires
Reads the content of a specified Yaml file and replays the serialized method calls to the specified object.
replayOnto(MarshallableIn, ExcerptListener) - Static method in class net.openhft.chronicle.wire.domestic.AutoTailers
 
rereadFrom(long) - Method in class net.openhft.chronicle.wire.YamlTokeniser
Resets the reading to start from the specified offset.
reset() - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
reset() - Method in class net.openhft.chronicle.wire.BinaryWire
Resets this wire to its initial state, clearing bytes and document contexts so the instance can be reused.
reset() - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
reset() - Method in interface net.openhft.chronicle.wire.DocumentContext
Cleans up the DocumentContext by invoking the close method, then discarding any lingering state associated with it.
reset() - Method in class net.openhft.chronicle.wire.DocumentContextHolder
 
reset() - Method in interface net.openhft.chronicle.wire.DynamicEnum
Deprecated.
Not resettable, treat as immutable.
reset() - Method in class net.openhft.chronicle.wire.HashWire
Alias for HashWire.clear().
reset() - Method in interface net.openhft.chronicle.wire.Marshallable
Resets the current marshallable object to its initial state.
reset() - Method in interface net.openhft.chronicle.wire.MessageHistory
Clears all recorded source and timing entries.
reset(int, long) - Method in interface net.openhft.chronicle.wire.MessageHistory
Resets the MessageHistory with the provided sourceId and sourceIndex as a starting point.
reset() - Method in enum net.openhft.chronicle.wire.NoDocumentContext
 
reset() - Method in class net.openhft.chronicle.wire.RawWire
 
reset() - Method in class net.openhft.chronicle.wire.ReadAnyWire
 
reset() - Method in class net.openhft.chronicle.wire.TextReadDocumentContext
 
reset() - Method in class net.openhft.chronicle.wire.TextWire
 
reset() - Method in class net.openhft.chronicle.wire.TextWriteDocumentContext
 
reset() - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
Clears all recorded entries.
reset(int, long) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
Initialise the history with the given source and current time.
reset() - Method in interface net.openhft.chronicle.wire.WireCommon
Reset the state of the wire
reset(T) - Method in class net.openhft.chronicle.wire.WireMarshaller
Resets the fields of the given object 'o' to the default value.
reset(Object) - Static method in enum net.openhft.chronicle.wire.Wires
Resets the specified object's state to its default.
reset() - Method in class net.openhft.chronicle.wire.YamlKeys
Resets the count of offsets to zero.
reset() - Method in class net.openhft.chronicle.wire.YamlWire
Resets the state of the YamlWire instance, clearing all buffers and contexts.
resetBetweenDocuments() - Method in interface net.openhft.chronicle.wire.ValueOut
 
resetState() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
resetState() - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
resetState() - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
resetState() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
resetState() - Method in interface net.openhft.chronicle.wire.ValueIn
Resets the internal state of this ValueIn.
resetState() - Method in interface net.openhft.chronicle.wire.ValueOut
 
restIgnored() - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
Hook for generated code to skip the remainder of a message when method chaining returns an IgnoresEverything instance.
retainingMerger() - Static method in class net.openhft.chronicle.wire.domestic.reduction.ConcurrentCollectors
Returns a merger that will retain an existing value and discard the latest value.
rollback - Variable in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
rollback() - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
Determines if a rollback is required for this document context.
rollbackIfNeeded() - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
Rolls back the document context to its state before opening, if the rollback marker is set.
rollbackIfNotComplete() - Method in class net.openhft.chronicle.wire.BinaryWire
 
rollbackIfNotComplete() - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
rollbackIfNotComplete() - Method in interface net.openhft.chronicle.wire.DocumentContext
Call this if any incomplete message should be rolled back at this point, it it wasn't complete by now.
rollbackIfNotComplete() - Method in interface net.openhft.chronicle.wire.RollbackIfNotCompleteNotifier
Rolls back the current operation if it is not complete.
rollbackIfNotComplete() - Method in class net.openhft.chronicle.wire.TextWire
 
rollbackIfNotComplete() - Method in class net.openhft.chronicle.wire.TextWriteDocumentContext
 
rollbackIfNotComplete() - Method in class net.openhft.chronicle.wire.YamlWire
 
RollbackIfNotCompleteNotifier - Interface in net.openhft.chronicle.wire
The RollbackIfNotCompleteNotifier interface defines methods to handle rollback scenarios in the event of incomplete operations or messages.
rollbackOnClose() - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
rollbackOnClose() - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
rollbackOnClose() - Method in interface net.openhft.chronicle.wire.DocumentContext
Invoked to signal an error condition in the current context.
rollbackOnClose() - Method in class net.openhft.chronicle.wire.TextReadDocumentContext
 
rollbackOnClose() - Method in class net.openhft.chronicle.wire.TextWriteDocumentContext
 
rollbackOnClose() - Method in class net.openhft.chronicle.wire.WrappedDocumentContext
 
routedTo(String) - Method in class net.openhft.chronicle.wire.AbstractEventCfg
Checks if this event is intended for the given destination service.

S

sb - Variable in class net.openhft.chronicle.wire.YamlWireOut
 
scanning(boolean) - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
Sets whether this reader is in scanning mode.
scanning(boolean) - Method in class net.openhft.chronicle.wire.VanillaMethodReaderBuilder
Configures the reader to skip over metadata and unknown events to find at least one known event.
secondTopContext() - Method in class net.openhft.chronicle.wire.YamlTokeniser
Retrieves the second to top context from the context stack.
SelfDescribingMarshallable - Class in net.openhft.chronicle.wire
Represents an abstraction of marshallable objects that are self-describing by default.
SelfDescribingMarshallable() - Constructor for class net.openhft.chronicle.wire.SelfDescribingMarshallable
 
SelfDescribingTriviallyCopyable - Class in net.openhft.chronicle.wire
Represents a self-describing object that is trivially copyable, extending the functionality of SelfDescribingMarshallable.
SelfDescribingTriviallyCopyable() - Constructor for class net.openhft.chronicle.wire.SelfDescribingTriviallyCopyable
 
sequence(T, BiConsumer<T, ValueIn>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
Reads a length prefixed sequence and invokes the supplied tReader on each item.
sequence(List<T>, List<T>, Supplier<T>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
sequence(List<T>, List<T>, Supplier<T>, ValueIn.Reader) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
sequence(T, K, TriConsumer<T, K, ValueIn>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
sequence(T, BiConsumer<T, ValueOut>) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
sequence(T, K, TriConsumer<T, K, ValueOut>) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
sequence(T, BiConsumer<T, ValueIn>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
Always returns false as there is no sequence.
sequence(List<T>, List<T>, Supplier<T>, ValueIn.Reader) - Method in class net.openhft.chronicle.wire.DefaultValueIn
Always returns false; there is no data to read.
sequence(T, K, TriConsumer<T, K, ValueIn>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
Sequence - Interface in net.openhft.chronicle.wire
Defines a contract for mapping a write position (typically in a persistent store such as Chronicle Queue) to a logical sequence number, and vice versa.
sequence(T, BiConsumer<T, ValueIn>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
sequence(List<T>, List<T>, Supplier<T>, ValueIn.Reader) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
Handles the processing of a sequence.
sequence(T, K, TriConsumer<T, K, ValueIn>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
sequence(T, BiConsumer<T, ValueIn>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a sequence of values using the provided consumer.
sequence(List<T>, List<T>, Supplier<T>, ValueIn.Reader) - Method in interface net.openhft.chronicle.wire.ValueIn
Processes a sequence of values from the wire, storing them in a list.
sequence(T, SerializationStrategy) - Method in interface net.openhft.chronicle.wire.ValueIn
Processes a sequence of values from the wire using a SerializationStrategy.
sequence(List<T>, List<T>, Supplier<T>) - Method in interface net.openhft.chronicle.wire.ValueIn
sequence to use when using a cached buffer
sequence(T, K, TriConsumer<T, K, ValueIn>) - Method in interface net.openhft.chronicle.wire.ValueIn
Processes a sequence of values from the wire, applying a TriConsumer to each item in the sequence.
sequence(WriteValue) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a sequence of values to the wire using the provided writer.
sequence(Iterable<T>) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a sequence of values from an Iterator.
sequence(T, BiConsumer<T, ValueOut>) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a sequence of values using the provided writer.
sequence(T, K, TriConsumer<T, K, ValueOut>) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a sequence of values using the provided parametrized writer.
sequenceWithLength(T, ToIntBiFunction<ValueIn, T>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
sequenceWithLength(T, ToIntBiFunction<ValueIn, T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a sequence of values and applies a function that returns the length of the sequence.
sequenceWithLength(T, int, ObjectIntObjectConsumer<T, ValueOut>) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a sequence of values of a specified length.
SerializationStrategies - Enum in net.openhft.chronicle.wire
Enumerates the available serialization strategies, each implementing the SerializationStrategy interface.
SerializationStrategy - Interface in net.openhft.chronicle.wire
Strategy for serialising and deserialising objects of type T.
SERVICE_NAME - Static variable in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
 
serviceId() - Method in class net.openhft.chronicle.wire.AbstractEventCfg
Retrieves the service identifier associated with this event.
serviceId(String) - Method in class net.openhft.chronicle.wire.AbstractEventCfg
This method sets the provided service ID to the instance variable.
ServicesTimestampLongConverter - Class in net.openhft.chronicle.wire
This is the ServicesTimestampLongConverter class implementing the LongConverter interface.
ServicesTimestampLongConverter() - Constructor for class net.openhft.chronicle.wire.ServicesTimestampLongConverter
 
set(int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Sets the bit at the given zero-based index.
set(int, boolean) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Sets the bit at the given index to the provided value.
set(int, int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Sets every bit in the range [fromIndex, toIndex) to true.
set(int, int, boolean) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Sets each bit in the range [fromIndex, toIndex) to the given value.
set(Object, Object) - Method in interface net.openhft.chronicle.wire.FieldInfo
Sets the value of the field represented by this FieldInfo object to the provided value.
set(Object, char) - Method in interface net.openhft.chronicle.wire.FieldInfo
Sets the value of the field represented by this FieldInfo object to the provided value.
set(Object, int) - Method in interface net.openhft.chronicle.wire.FieldInfo
Sets the value of the field represented by this FieldInfo object to the provided value.
set(Object, long) - Method in interface net.openhft.chronicle.wire.FieldInfo
Sets the value of the field represented by this FieldInfo object to the provided value of type long.
set(Object, double) - Method in interface net.openhft.chronicle.wire.FieldInfo
Sets the value of the field represented by this FieldInfo object to the provided value of type double.
set(int, long, LongArrayValueBitSet.LongFunction) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Sets a specific word in this bit set using a provided function and parameter.
set(LongValue, long) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Sets a new value for a given word in this bit set.
set(int) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Sets the bit at the specified index to true.
set(int, boolean) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Sets or clears the bit at the specified index based on the provided boolean value.
set(int, int) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Sets all bits in the specified range to true.
set(LongValue, long, LongValueBitSet.LongFunction) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Atomically updates word using a compare‑and‑swap loop.
set(LongValue, long) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Atomically sets word to newValue.
set(int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Atomically sets the bit at bitIndex.
set(int, boolean) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Sets the bit at bitIndex to value.
set(int, int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Atomically sets all bits in the range [fromIndex, toIndex) to true.
set(int, int, boolean) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Atomically sets all bits in the range to value.
set(MessageHistory) - Static method in interface net.openhft.chronicle.wire.MessageHistory
You only need to call this if you wish to override its behaviour.
set(Class<T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a Set of objects of a specified type from the wire.
set(O, Function<O, T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a Set of ReadMarshallable objects from the wire, and applies them to a provided object using the function.
set(Set<V>) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a set value to the wire output.
set(Set<V>, Class<V>) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a set to the wire output, while specifying the type of its entries.
SET_LOW_INT16 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
16-bit integer with optimized storage for low positive values.
SET_LOW_INT8 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
8-bit integer with optimized storage for low positive values.
setAll(boolean) - Static method in enum net.openhft.chronicle.wire.YamlLogging
Sets the logging flags for all message types (reads/writes for both client and server).
setAll(YamlLogging.YamlLoggingLevel) - Static method in enum net.openhft.chronicle.wire.YamlLogging
Sets the logging flags for all message types based on the provided YamlLogging.YamlLoggingLevel.
setField(String, Object) - Method in interface net.openhft.chronicle.wire.Marshallable
Sets the value of a specific field in the current marshallable object.
setField(Object, String, Object) - Method in class net.openhft.chronicle.wire.WireMarshaller
Sets the value of a specified field in the provided object.
setField(Object, String, Object) - Static method in enum net.openhft.chronicle.wire.Wires
Sets the value of a specific field in an object.
setLength(int) - Method in class net.openhft.chronicle.wire.utils.SourceCodeFormatter
Sets the length of the current formatted string.
setLongField(String, long) - Method in interface net.openhft.chronicle.wire.Marshallable
Sets the long value of a specific field in the current marshallable object.
setLongField(Object, String, long) - Method in class net.openhft.chronicle.wire.WireMarshaller
Sets a long value to a specified field in the provided object.
setLongField(Object, String, long) - Static method in enum net.openhft.chronicle.wire.Wires
Sets the long value of a specific field in an object.
setOverrideSelfDescribing(Boolean) - Method in class net.openhft.chronicle.wire.BinaryWire
Overrides how type information is written for objects serialised by this wire.
setSequence(long, long) - Method in interface net.openhft.chronicle.wire.Sequence
Sets the sequence number for the given write position.
setStart(long) - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
Sets the start position of the document context and updates the last start position.
setWord(int, long) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Sets the word at wordIndex to bits.
setWord(int, long) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Store bits at the given wordIndex.
setWord(int, long) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Sets the raw word at wordIndex to bits.
ShortText - Annotation Type in net.openhft.chronicle.wire.converter
Annotation to indicate that a given field or parameter, represented as a long value, should be treated as a string containing 0 to 10 characters in Base85 format.
ShortTextLongConverter - Class in net.openhft.chronicle.wire
Implements a Base 85 encoding scheme specifically designed for converting short text strings into long values.
showClientReads() - Static method in enum net.openhft.chronicle.wire.YamlLogging
Checks whether logging for client reads is enabled.
showClientReads(boolean) - Static method in enum net.openhft.chronicle.wire.YamlLogging
Sets the flag to determine whether client reads should be logged.
showClientWrites() - Static method in enum net.openhft.chronicle.wire.YamlLogging
Checks whether logging for client writes is enabled.
showClientWrites(boolean) - Static method in enum net.openhft.chronicle.wire.YamlLogging
Sets the flag to determine whether client writes should be logged.
showHeartBeats() - Static method in enum net.openhft.chronicle.wire.YamlLogging
Checks whether heartbeat logging is enabled.
showHeartBeats(boolean) - Static method in enum net.openhft.chronicle.wire.YamlLogging
Sets the flag to determine whether heartbeats should be logged.
showServerReads() - Static method in enum net.openhft.chronicle.wire.YamlLogging
Checks whether logging for server reads is enabled.
showServerReads(boolean) - Static method in enum net.openhft.chronicle.wire.YamlLogging
Sets the flag to determine whether server reads should be logged.
showServerWrites(boolean) - Static method in enum net.openhft.chronicle.wire.YamlLogging
Sets the flag to determine whether server writes should be logged.
showServerWrites() - Static method in enum net.openhft.chronicle.wire.YamlLogging
Checks whether logging for server writes is enabled.
size() - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Returns the number of bits of space actually in use by this ChronicleBitSet to represent bit values.
size() - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Returns the total number of bits that this ChronicleBitSet can represent.
size() - Method in class net.openhft.chronicle.wire.LongValueBitSet
Retrieves the number of bits that are actually being used by this ChronicleBitSet to represent bit values.
SizeLongConverter - Class in net.openhft.chronicle.wire.converter
A converter for long values that translates between numeric values and their string representations with a size suffix (K, M, G, T) to indicate the magnitude (kilo, mega, giga, tera).
SizeLongConverter() - Constructor for class net.openhft.chronicle.wire.converter.SizeLongConverter
 
SKIP_READABLE_BYTES - Static variable in interface net.openhft.chronicle.wire.WireParser
A predefined FieldNumberParselet that, when invoked, consumes and discards all remaining readable bytes in the current value or document context of the WireIn.
skipReadable(long, WireIn) - Static method in interface net.openhft.chronicle.wire.WireParser
Skips all readable bytes in the provided wire.
skipSep(Bytes<?>) - Method in class net.openhft.chronicle.wire.TextReadDocumentContext
Skips the document separator sequence (3 bytes) in the given bytes.
skipValue() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
skipValue() - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
skipValue() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
skipValue() - Method in interface net.openhft.chronicle.wire.ValueIn
Skips the current value while reading.
SMALL_MESSAGE - Static variable in interface net.openhft.chronicle.wire.ValueOut
Defines a threshold for small messages.
SMALL_POSITIVE - Static variable in class net.openhft.chronicle.wire.IdentifierLongConverter
 
SOD_SEP - Static variable in class net.openhft.chronicle.wire.TextReadDocumentContext
 
sourceCode - Variable in class net.openhft.chronicle.wire.AbstractClassGenerator
 
SourceCodeFormatter - Class in net.openhft.chronicle.wire.utils
Represents a simple Java source code formatter.
SourceCodeFormatter(int, AtomicInteger) - Constructor for class net.openhft.chronicle.wire.utils.SourceCodeFormatter
Constructor to initialize the formatter with given indent spaces and an atomic integer value.
SourceCodeFormatter(int) - Constructor for class net.openhft.chronicle.wire.utils.SourceCodeFormatter
Constructor to initialize the formatter with given indent spaces and sets the default indentation count to 0.
SourceCodeFormatter(int, int) - Constructor for class net.openhft.chronicle.wire.utils.SourceCodeFormatter
Constructor to initialize the formatter with given indent spaces and a specific integer value.
SourceContext - Interface in net.openhft.chronicle.wire
Interface for accessing metadata about the origin of a message.
sourceId() - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
sourceId() - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
sourceId() - Method in class net.openhft.chronicle.wire.DocumentContextHolder
 
sourceId(int) - Method in interface net.openhft.chronicle.wire.MessageHistory
Returns the source id at a position specified by the input n.
sourceId() - Method in enum net.openhft.chronicle.wire.NoDocumentContext
 
sourceId() - Method in interface net.openhft.chronicle.wire.SourceContext
Retrieves the source ID associated with this context.
sourceId() - Method in class net.openhft.chronicle.wire.TextReadDocumentContext
 
sourceId() - Method in class net.openhft.chronicle.wire.TextWriteDocumentContext
 
sourceId(int) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
 
sourceId() - Method in class net.openhft.chronicle.wire.WrappedDocumentContext
 
sourceIdsEndsWith(int[]) - Method in interface net.openhft.chronicle.wire.MessageHistory
Returns true if the source ids contained in this MessageHistory end with the provided sourceIds.
sourceIdsEndsWith(int[]) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
 
sourceIndex(int) - Method in interface net.openhft.chronicle.wire.MessageHistory
Returns the index of the source at a position specified by the input n.
sourceIndex(int) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
 
sources() - Method in interface net.openhft.chronicle.wire.MessageHistory
Returns the number of sources contained in this MessageHistory.
sources() - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
 
SPB_HEADER_SIZE - Static variable in enum net.openhft.chronicle.wire.Wires
Size in bytes of a Size-Prefixed Blob (SPB) header.
spliterator(MarshallableIn, DocumentExtractor<T>) - Static method in class net.openhft.chronicle.wire.domestic.stream.Streams
Creates and returns a new ordered Spliterator whose elements are obtained by successively applying the provided extractor on excerpts from the provided documentProvider, with no initial size estimate.
spliteratorOfDouble(MarshallableIn, ToDoubleDocumentExtractor) - Static method in class net.openhft.chronicle.wire.domestic.stream.Streams
Creates and returns a new ordered Spliterator.OfDouble whose elements are obtained by successively applying the provided extractor on excerpts from the provided documentProvider, with no initial size estimate.
spliteratorOfLong(MarshallableIn, ToLongDocumentExtractor) - Static method in class net.openhft.chronicle.wire.domestic.stream.Streams
Creates and returns a new ordered Spliterator.OfLong whose elements are obtained by successively applying the provided extractor on excerpts from the provided documentProvider, with no initial size estimate.
start - Variable in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
start() - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
start(boolean) - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
Initializes the context for starting a new binary write.
start(boolean) - Method in class net.openhft.chronicle.wire.DocumentContextHolder
 
start() - Method in interface net.openhft.chronicle.wire.ReadDocumentContext
Initiates the start of reading within the context.
start() - Method in class net.openhft.chronicle.wire.TextReadDocumentContext
 
start(boolean) - Method in class net.openhft.chronicle.wire.TextWriteDocumentContext
Starts a new write transaction in the document.
start(boolean) - Method in interface net.openhft.chronicle.wire.WriteDocumentContext
Initializes the writing context with a specific metadata status.
startEvent() - Method in interface net.openhft.chronicle.wire.WireIn
Marks the start of an event or method flow.
startEvent() - Method in class net.openhft.chronicle.wire.YamlWire
 
stream() - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Returns an ordered stream of indices for which this ChronicleBitSet contains a bit set to true.
stream() - Method in class net.openhft.chronicle.wire.LongValueBitSet
Returns a stream of indices for which this ChronicleBitSet contains a bit in the set state.
streamFromBytes(Class<T>, Bytes<?>) - Method in enum net.openhft.chronicle.wire.WireType
Creates a Stream of objects by deserialising documents from the provided Bytes buffer.
streamFromFile(String) - Static method in interface net.openhft.chronicle.wire.Marshallable
Streams the content of a file as marshallable objects.
streamFromFile(Class<T>, String) - Static method in interface net.openhft.chronicle.wire.Marshallable
Streams the content of a file as marshallable objects of a specific type.
streamFromFile(String) - Method in enum net.openhft.chronicle.wire.WireType
Deserialises a sequence of objects from the specified file.
streamFromFile(Class<T>, String) - Method in enum net.openhft.chronicle.wire.WireType
Deserialises objects of the given type from a file.
Streams - Class in net.openhft.chronicle.wire.domestic.stream
Factories to create standard Stream and related objects from Chronicle Queues and other MarshallableIn types.
strict() - Method in class net.openhft.chronicle.wire.TextWire
Retrieves the current strict mode setting for this TextWire instance.
strict(boolean) - Method in class net.openhft.chronicle.wire.TextWire
Sets the strict mode for this TextWire instance.
STRING_0 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Starting code for compact string representation of length 0, 1, 2 ...
STRING_31 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Ending code for compact string representation.
STRING_ANY - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
A String of any length
STRING_FOR_CODE - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Array storing the string representations for each binary wire code, facilitating easier debugging and logging.
stringForCode(int) - Static method in enum net.openhft.chronicle.wire.BinaryWireCode
Retrieves the string representation of a binary wire code.
subSequence(int, int) - Method in class net.openhft.chronicle.wire.utils.SourceCodeFormatter
 
swapLeaf(boolean) - Method in interface net.openhft.chronicle.wire.ValueOut
Determines if the current WireOut is in a leaf node state.
SymbolsLongConverter - Class in net.openhft.chronicle.wire.converter
A specialized implementation of the LongConverter interface for converting long values to and from strings using arbitrary bases, specifically those not necessarily in powers of two.
SymbolsLongConverter(String) - Constructor for class net.openhft.chronicle.wire.converter.SymbolsLongConverter
Initializes a new instance with a given set of symbols.

T

text() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
text(CharSequence) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
text(String) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
text(BytesStore<?, ?>) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
text() - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
text() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
text(T, BiConsumer<T, String>) - Method in interface net.openhft.chronicle.wire.ValueIn
Deserialises the current value as text and passes it to consumer along with the supplied object.
text(StringBuilder) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads text data and appends it to the given StringBuilder.
text(Bytes<?>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads text data into the provided Bytes object, which is then cleared.
text() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads and returns the text data.
text(CharSequence) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a text value.
text(String) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a text value.
text(char) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a text value that's made up of a single character.
text(BytesStore<?, ?>) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a text value based on the contents of a BytesStore object.
text() - Method in class net.openhft.chronicle.wire.YamlTokeniser
Used primarily for testing purposes to extract the current block's text.
text(StringBuilder) - Method in class net.openhft.chronicle.wire.YamlTokeniser
Extracts the text of the current block into the provided StringBuilder.
TextMethodWriterInvocationHandler - Class in net.openhft.chronicle.wire
A MethodWriterInvocationHandler that serialises method calls to a text-based MarshallableOut such as YAML or JSON.
TextMethodWriterInvocationHandler(Class<?>, Supplier<MarshallableOut>) - Constructor for class net.openhft.chronicle.wire.TextMethodWriterInvocationHandler
Creates a handler that obtains its output destination lazily.
TextReadDocumentContext - Class in net.openhft.chronicle.wire
This class represents the context for reading a document in textual format.
TextReadDocumentContext(Wire) - Constructor for class net.openhft.chronicle.wire.TextReadDocumentContext
Constructor for the TextReadDocumentContext.
textTo(StringBuilder) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
textTo(Bytes<?>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
textTo(StringBuilder) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
textTo(Bytes<?>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
textTo(StringBuilder) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
textTo(Bytes<?>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
textTo(StringBuilder) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads text data and appends it to the given StringBuilder.
textTo(Bytes<?>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads text data into the provided Bytes object.
TextValueIn() - Constructor for class net.openhft.chronicle.wire.TextWire.TextValueIn
 
TextWire - Class in net.openhft.chronicle.wire
A representation of the YAML-based wire format.
TextWire() - Constructor for class net.openhft.chronicle.wire.TextWire
Default constructor initializing the `TextWire` with elastic on-heap bytes, assume text documents.
TextWire(Bytes<?>, boolean) - Constructor for class net.openhft.chronicle.wire.TextWire
Constructor to initialize the `TextWire` with a specific bytes representation and a flag to determine if 8-bit encoding is to be used.
TextWire(Bytes<?>) - Constructor for class net.openhft.chronicle.wire.TextWire
Constructor that initializes the `TextWire` with bytes representation with default 8-bit encoding turned off.
TextWire.TextValueIn - Class in net.openhft.chronicle.wire
Represents a textual input value for deserialization.
TextWriteDocumentContext - Class in net.openhft.chronicle.wire
Provides a concrete implementation of the WriteDocumentContext for text-based wire representations.
TextWriteDocumentContext(Wire) - Constructor for class net.openhft.chronicle.wire.TextWriteDocumentContext
Constructs a new context for the specified wire.
throwable(boolean) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a Throwable from the wire, optionally appending the current stack trace.
throwable(Throwable) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a throwable value.
throwable(ValueIn, boolean) - Static method in enum net.openhft.chronicle.wire.WireInternal
Creates a throwable instance based on the type provided by valueIn.
throwable(ValueIn, boolean, Throwable) - Static method in enum net.openhft.chronicle.wire.WireInternal
Creates and processes a throwable object based on the data present in the provided valueIn.
throwExceptionIfClosed() - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
Checks if the method reader instance has been closed and throws a ClosedIllegalStateException if it is.
throwExceptionIfClosed() - Method in class net.openhft.chronicle.wire.VanillaMethodReader
Throw IllegalStateException if this reader has been closed.
throwingMerger() - Static method in class net.openhft.chronicle.wire.domestic.reduction.ConcurrentCollectors
Returns a merger that will throw an Exception if duplicate keys are detected.
time(T, BiConsumer<T, LocalTime>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
time(LocalTime) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
TIME - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Represents a time value.
time(T, BiConsumer<T, LocalTime>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
time(T, BiConsumer<T, LocalTime>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
time(T, BiConsumer<T, LocalTime>) - Method in interface net.openhft.chronicle.wire.ValueIn
 
time() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a LocalTime directly from the wire.
time(LocalTime) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a local time value.
TIMESTAMP_LONG_CONVERTERS_ZONE_ID_SYSTEM_PROPERTY - Static variable in class net.openhft.chronicle.wire.AbstractTimestampLongConverter
System property to specify the ZoneId for timestamp conversion.
timeUnit() - Static method in class net.openhft.chronicle.wire.ServicesTimestampLongConverter
Returns the current system-configured time unit.
timing(int) - Method in interface net.openhft.chronicle.wire.MessageHistory
Returns a timing at a position specified by the input n.
timing(int) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
 
timings() - Method in interface net.openhft.chronicle.wire.MessageHistory
Returns the number of timings contained in this MessageHistory.
timings() - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
 
title - Static variable in enum net.openhft.chronicle.wire.YamlLogging
 
tmpHeader - Variable in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
to8bitString() - Method in class net.openhft.chronicle.wire.TextWire
Converts the underlying bytes of this TextWire to its ISO-8859-1 string representation.
toByteArray() - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Converts the bits in this bit set to a byte array.
toByteArray() - Method in class net.openhft.chronicle.wire.LongValueBitSet
Returns a little‑endian byte array representing this set.
toCode(CharSequence) - Static method in interface net.openhft.chronicle.wire.WireKey
Converts a textual name to a numeric code.
toConcurrentList() - Static method in class net.openhft.chronicle.wire.domestic.reduction.ConcurrentCollectors
Returns a concurrent Collector that reduces the input elements into a new List.
toConcurrentSet() - Static method in class net.openhft.chronicle.wire.domestic.reduction.ConcurrentCollectors
Returns a concurrent Collector that reduces the input elements into a new Set.
ToDoubleDocumentExtractor - Interface in net.openhft.chronicle.wire.domestic.extractor
The ToDoubleDocumentExtractor functional interface is designed for extracting double values from documents based on a given wire and index.
toEnd - Variable in enum net.openhft.chronicle.wire.YamlToken
The corresponding end token for certain start tokens.
toFile(String, WriteMarshallable) - Method in enum net.openhft.chronicle.wire.WireType
Serialises marshallable to filename using this wire type.
toIndex(long, long) - Method in interface net.openhft.chronicle.wire.Sequence
Combines a headerNumber (such as a cycle count) and a sequence within that header into a single index value.
toIntU30(long, String) - Static method in enum net.openhft.chronicle.wire.Wires
Converts l to a 30 bit unsigned int.
ToLongDocumentExtractor - Interface in net.openhft.chronicle.wire.domestic.extractor
The ToLongDocumentExtractor functional interface allows for the extraction of long values from documents using a given wire and index.
topContext() - Method in class net.openhft.chronicle.wire.YamlTokeniser
Retrieves the top context from the context stack.
toSequenceNumber(long) - Method in interface net.openhft.chronicle.wire.Sequence
Extracts the lower-order sequence number from an index previously created by Sequence.toIndex(long, long).
toString() - Method in class net.openhft.chronicle.wire.AbstractFieldInfo
 
toString() - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
toString() - Method in class net.openhft.chronicle.wire.BinaryWire
Converts the current state of the bytes storage to a debug string.
toString() - Method in class net.openhft.chronicle.wire.JSONWire
Render as a UTF-8 string.
toString() - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Returns a string representation of this bit set.
toString() - Method in class net.openhft.chronicle.wire.LongValueBitSet
Returns a string representation of this bit set.
toString() - Method in class net.openhft.chronicle.wire.MessagePathClassifier
Returns a readable representation of the classifier state.
toString() - Method in class net.openhft.chronicle.wire.RawWire
 
toString() - Method in class net.openhft.chronicle.wire.TextReadDocumentContext
 
toString() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
toString() - Method in class net.openhft.chronicle.wire.TextWire
Converts the underlying bytes of this TextWire to its string representation.
toString() - Method in class net.openhft.chronicle.wire.utils.SourceCodeFormatter
Returns the formatted string.
toString() - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
We need a custom toString as the base class toString calls writeMarshallable which does not mutate this, but will display a different result every time you toString the object as it outputs System.nanoTime or Wall Clock in NS if the wall.clock.message.history system property is set
toString() - Method in class net.openhft.chronicle.wire.YamlTokeniser
 
toString() - Method in class net.openhft.chronicle.wire.YamlWire
Converts the current YamlWire instance into a string representation.
toTime(long) - Static method in class net.openhft.chronicle.wire.ServicesTimestampLongConverter
Converts a timestamp to the service's configured time unit.
toUtf8String() - Method in class net.openhft.chronicle.wire.TextWire
Converts the underlying bytes of this TextWire to its UTF-8 string representation.
TriConsumer<T,U,V> - Interface in net.openhft.chronicle.wire
Represents an operation that accepts three input arguments and returns no result.
trimFirstCurly() - Method in class net.openhft.chronicle.wire.YamlWireOut
Returns a flag indicating if the top-level curly brackets in the serialized YAML should be dropped.
trimFirstCurly(boolean) - Method in class net.openhft.chronicle.wire.YamlWireOut
Sets whether the top-level curly brackets in the serialized YAML should be dropped.
TRUE - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
boolean value representing 'true'.
tupleFor(Class<T>, String) - Static method in enum net.openhft.chronicle.wire.Wires
Returns a tuple for the specified class and type name.
type - Variable in class net.openhft.chronicle.wire.AbstractFieldInfo
 
type() - Method in class net.openhft.chronicle.wire.AbstractFieldInfo
 
type() - Method in interface net.openhft.chronicle.wire.FieldInfo
Returns a Class identifying the declared type of the field represented by this FieldInfo object.
type() - Method in interface net.openhft.chronicle.wire.SerializationStrategy
Returns the primary Java Class that this strategy deals with.
type() - Method in interface net.openhft.chronicle.wire.WireKey
Returns the Type associated with the value this key typically represents, inferred from WireKey.defaultValue().
TYPE - Static variable in class net.openhft.chronicle.wire.YamlWireOut
 
TYPE_LITERAL - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Represents a type literal.
TYPE_PREFIX - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Prefix indicating the type of the following serialized object.
TYPE_STR - Static variable in class net.openhft.chronicle.wire.TextWire
 
typedMarshallable() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
typedMarshallable(Function<Class<T>, ReadMarshallable>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
typedMarshallable() - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
typedMarshallable() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
typedMarshallable() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a typed marshallable object from the wire.
typedMarshallable(Function<Class<T>, ReadMarshallable>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a typed marshallable object from the wire, using the provided function to create instances.
typedMarshallable(WriteMarshallable) - Method in interface net.openhft.chronicle.wire.ValueOut
To be used when you know it is a typed marshallable object.
typedMarshallable(Serializable) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a value that implements the Serializable interface to the wire output.
typedMarshallable(CharSequence, WriteMarshallable) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a value that implements the WriteMarshallable interface to the wire output, while prepending it with a specified type prefix.
typedMarshallable0() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
Tries to deserialize a typed Marshallable object from the current state of the wire.
typedScalar(Object) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a typed scalar value as type prefixed text.
typeLiteral(BiFunction<CharSequence, ClassNotFoundException, Type>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
typeLiteral(CharSequence) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
typeLiteral(Class<?>) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
typeLiteral(BiConsumer<Class, Bytes<?>>, Class<?>) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
typeLiteral(BiFunction<CharSequence, ClassNotFoundException, Type>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
typeLiteral(BiFunction<CharSequence, ClassNotFoundException, Type>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
typeLiteral(T, BiConsumer<T, Class>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a type literal as text and applies it to a given object using the provided BiConsumer.
typeLiteral(T, BiConsumer<T, Class>, Class<?>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a type literal from the wire, applies it to a given object using the provided BiConsumer, and uses a default Class if necessary.
typeLiteral() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a Class type literal from the wire.
typeLiteral(BiFunction<CharSequence, ClassNotFoundException, Type>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a type literal from the wire, applying a handler for unresolved types.
typeLiteral(Class<?>) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a type literal for a specified Class.
typeLiteral(Type) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a type literal for a specified Type.
typeLiteral(CharSequence) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a type literal value.
typeLiteral(BiConsumer<Class, Bytes<?>>, Class<?>) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a type literal using the specified type translator function.
typeLiteralAsText(T, BiConsumer<T, CharSequence>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
typeLiteralAsText(T, BiConsumer<T, CharSequence>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
Supplies a null type prefix to ts and returns the wire.
typeLiteralAsText(T, BiConsumer<T, CharSequence>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
typeLiteralAsText(T, BiConsumer<T, CharSequence>) - Method in interface net.openhft.chronicle.wire.ValueIn
Consumes a type literal (a class name) as text from the wire, passing it to a consumer.
typeNameFor(Object) - Static method in enum net.openhft.chronicle.wire.Wires
Fetches the type name for the provided object using a default class alias pool.
typeNameFor(ClassLookup, Object) - Static method in enum net.openhft.chronicle.wire.Wires
Fetches the type name for the provided object using the specified class lookup mechanism.
typePrefix() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
typePrefix(T, BiConsumer<T, CharSequence>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
typePrefix(CharSequence) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
typePrefix(T, BiConsumer<T, CharSequence>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
Supplies a null type prefix.
typePrefix() - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
typePrefix(T, BiConsumer<T, CharSequence>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
typePrefix() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
typePrefix(T, BiConsumer<T, CharSequence>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a type prefix and applies it to a given object using the provided BiConsumer.
typePrefix() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads the type prefix from the wire.
typePrefix(CharSequence) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a prefix that denotes a type for the upcoming value.
typePrefix(Class<?>) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a type prefix for a specified Class object.
typePrefixOrObject(Class<?>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
typePrefixOrObject(Class<?>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
typePrefixOrObject(Class<?>) - Method in interface net.openhft.chronicle.wire.ValueIn
read a class with a super class or actual class as a hint

U

U8_ARRAY - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Array of unsigned bytes.
uint16(T, ObjIntConsumer<T>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
uint16() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
UINT16 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Unsigned 16-bit integer (short).
uint16(T, ObjIntConsumer<T>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
uint16() - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
uint16(T, ObjIntConsumer<T>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
uint16() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
uint16(T, ObjIntConsumer<T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads the value as an unsigned short and passes it to intConsumer with target.
uint16() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads an unsigned 16-bit integer (represented as an int) from the wire.
uint16(long) - Method in interface net.openhft.chronicle.wire.ValueOut
Write an unsigned 16-bit integer value.
uint16checked(int) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueOut
 
uint16checked(int) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
uint16checked(int) - Method in interface net.openhft.chronicle.wire.ValueOut
Write an unsigned 16-bit integer value.
uint32(T, ObjLongConsumer<T>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
UINT32 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Unsigned 32-bit integer.
uint32(T, ObjLongConsumer<T>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
uint32(T, ObjLongConsumer<T>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
uint32(T, ObjLongConsumer<T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads the value as an unsigned int and passes it to longConsumer with target.
uint32(long) - Method in interface net.openhft.chronicle.wire.ValueOut
Write an unsigned 32-bit integer value.
uint32checked(long) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueOut
 
uint32checked(long) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
uint32checked(long) - Method in interface net.openhft.chronicle.wire.ValueOut
Write an unsigned 32-bit integer value.
uint8(T, ObjShortConsumer<T>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
UINT8 - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Unsigned 8-bit integer (byte).
uint8(T, ObjShortConsumer<T>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
uint8(T, ObjShortConsumer<T>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
uint8(T, ObjShortConsumer<T>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads the value as an unsigned byte and passes it to shortConsumer with target.
uint8(int) - Method in interface net.openhft.chronicle.wire.ValueOut
Write an unsigned 8-bit integer value.
uint8checked(int) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueOut
 
uint8checked(int) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
uint8checked(int) - Method in interface net.openhft.chronicle.wire.ValueOut
Write an unsigned 8-bit integer value.
ULL - Static variable in class net.openhft.chronicle.wire.JSONWire
Deprecated.
underlyingType() - Method in class net.openhft.chronicle.wire.AbstractAnyWire
Provides a supplier that indicates the type of the underlying wire.
underlyingWire() - Method in class net.openhft.chronicle.wire.AbstractAnyWire
Retrieves the underlying wire, which could be either TextWire or BinaryWire, based on the acquisition strategy.
unescape(ACS) - Static method in class net.openhft.chronicle.wire.TextWire
Processes and unescapes the provided CharSequence containing escaped sequences.
unexpectedCode() - Static method in class net.openhft.chronicle.wire.BinaryWire
Throw an IORuntimeException for an unexpected code.
unexpectedField(Object, ValueIn) - Method in class net.openhft.chronicle.wire.AbstractMarshallableCfg
Handles the presence of unexpected fields during the reading process.
unexpectedField(Object, ValueIn) - Method in interface net.openhft.chronicle.wire.ReadMarshallable
Handles unexpected fields encountered during the deserialization process.
UnexpectedFieldHandlingException - Exception in net.openhft.chronicle.wire
Wrapper exception used to encapsulate and propagate exceptions to high-level API calls that arise from ReadMarshallable.unexpectedField(Object, ValueIn).
UnexpectedFieldHandlingException(Throwable) - Constructor for exception net.openhft.chronicle.wire.UnexpectedFieldHandlingException
Constructs a new UnexpectedFieldHandlingException with the provided underlying cause.
UNKNOWN_LENGTH - Static variable in enum net.openhft.chronicle.wire.Wires
Value representing an unknown length (0).
unknownCode(WireOut) - Method in class net.openhft.chronicle.wire.BinaryWire
Throw an IllegalArgumentException if a code cannot be recognised.
UnrecoverableTimeoutException - Exception in net.openhft.chronicle.wire
Represents an unrecoverable timeout exception, indicating that a certain operation or request exceeded its allotted time and cannot be recovered or retried.
UnrecoverableTimeoutException(Exception) - Constructor for exception net.openhft.chronicle.wire.UnrecoverableTimeoutException
Constructs a new UnrecoverableTimeoutException with the specified underlying exception as the cause.
untypedObject(Object) - Method in interface net.openhft.chronicle.wire.ValueOut
Write an untyped object value.
UPDATE_INTERCEPTOR - Static variable in class net.openhft.chronicle.wire.GenerateMethodWriter
 
UPDATED_ALIAS - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Deprecated.
updateEnum(E) - Static method in interface net.openhft.chronicle.wire.DynamicEnum
Deprecated.
Refreshes the cached instance of a DynamicEnum based on the given template.
updateEvent() - Method in interface net.openhft.chronicle.wire.BaseEvent
Sets the event time to the current time via BaseEvent.eventTimeNow() if the existing BaseEvent.eventTime() is not positive.
updateEvent(String) - Method in interface net.openhft.chronicle.wire.Event
Updates the event ID and sets the time if needed.
updateFirstHeader() - Method in class net.openhft.chronicle.wire.AbstractWire
 
updateFirstHeader(long) - Method in class net.openhft.chronicle.wire.AbstractWire
 
updateFirstHeader() - Method in class net.openhft.chronicle.wire.HashWire
 
updateFirstHeader(long) - Method in class net.openhft.chronicle.wire.HashWire
 
updateFirstHeader() - Method in interface net.openhft.chronicle.wire.WireOut
INTERNAL METHOD, call writingDocument instead
updateFirstHeader(long) - Method in interface net.openhft.chronicle.wire.WireOut
INTERNAL METHOD, call writingDocument instead
updateHeader(long, boolean, int) - Method in class net.openhft.chronicle.wire.AbstractWire
 
updateHeader(long, boolean, int) - Method in class net.openhft.chronicle.wire.HashWire
 
updateHeader(long, boolean, int) - Method in interface net.openhft.chronicle.wire.WireOut
INTERNAL METHOD, call writingDocument instead
updateInterceptor(UpdateInterceptor) - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
Sets an UpdateInterceptor to be invoked before each method call.
url() - Method in class net.openhft.chronicle.wire.MarshallableOutBuilder
Returns the URL set for this builder.
use8bit - Variable in class net.openhft.chronicle.wire.AbstractWire
 
useBinaryDocuments() - Method in class net.openhft.chronicle.wire.TextWire
Configures this TextWire instance to use binary document contexts for reading and writing.
useBinaryDocuments() - Method in class net.openhft.chronicle.wire.YamlWire
Configures the YamlWire to use binary format for document reading and writing.
useBytesMarshallable(boolean) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
Sets whether to use the compact binary form when writing.
useJsonlDocuments() - Method in class net.openhft.chronicle.wire.JSONWire
Configures this wire for JSONL (JSON Lines) output format.
useLowerCaseEnums(boolean) - Method in class net.openhft.chronicle.wire.JSONWire
Sets the flag to determine whether to serialize enums in lowercase.
useLowerCaseEnums() - Method in class net.openhft.chronicle.wire.JSONWire
Gets the current setting for lowercase enum serialization.
useMethodIds(boolean) - Method in class net.openhft.chronicle.wire.AbstractMethodWriterInvocationHandler
 
useMethodIds() - Method in class net.openhft.chronicle.wire.GenerateMethodWriter2.GMWMetaData
Gets the method IDs usage status.
useMethodIds(boolean) - Method in class net.openhft.chronicle.wire.GenerateMethodWriter2.GMWMetaData
Sets the method IDs usage status.
useMethodIds(boolean) - Method in class net.openhft.chronicle.wire.MethodWriterInvocationHandlerSupplier
Determines whether method identifiers are emitted.
usePadding(boolean) - Method in class net.openhft.chronicle.wire.AbstractWire
Deprecated.
usePadding() - Method in class net.openhft.chronicle.wire.AbstractWire
Gets the current state of the usePadding property.
usePadding(boolean) - Method in class net.openhft.chronicle.wire.HashWire
 
usePadding() - Method in class net.openhft.chronicle.wire.HashWire
 
usePadding(boolean) - Method in interface net.openhft.chronicle.wire.WireCommon
 
usePadding() - Method in interface net.openhft.chronicle.wire.WireCommon
 
useSelfDescribingMessage(CommonMarshallable) - Method in class net.openhft.chronicle.wire.BinaryWire
Determines whether a given object should use the self-describing message format.
useSelfDescribingMessage(CommonMarshallable) - Method in class net.openhft.chronicle.wire.HashWire
 
useSelfDescribingMessage(CommonMarshallable) - Method in class net.openhft.chronicle.wire.RawWire
 
useSelfDescribingMessage(CommonMarshallable) - Method in class net.openhft.chronicle.wire.ReadAnyWire
 
useSelfDescribingMessage(CommonMarshallable) - Method in class net.openhft.chronicle.wire.TextWire
 
useSelfDescribingMessage(CommonMarshallable) - Method in interface net.openhft.chronicle.wire.WireCommon
Should this wire write the object as a Marshallable or BytesMarshallable
useSelfDescribingMessage(CommonMarshallable) - Method in class net.openhft.chronicle.wire.YamlWire
 
usesSelfDescribingMessage() - Method in class net.openhft.chronicle.wire.BytesInBinaryMarshallable
Determines whether this marshallable uses self-describing messages.
usesSelfDescribingMessage() - Method in class net.openhft.chronicle.wire.SelfDescribingMarshallable
Always returns true as these marshallables emit type metadata.
useTextDocuments() - Method in class net.openhft.chronicle.wire.JSONWire
 
useTextDocuments() - Method in class net.openhft.chronicle.wire.TextWire
Configures this TextWire instance to use textual document contexts for reading and writing.
useTextDocuments() - Method in class net.openhft.chronicle.wire.YamlWire
Configures the YamlWire to use text format for document reading and writing.
useTypes(boolean) - Method in class net.openhft.chronicle.wire.JSONWire
Sets the flag to determine whether to use types during the JSON parsing or not.
useTypes() - Method in class net.openhft.chronicle.wire.JSONWire
Gets the current setting for the use of types during JSON parsing.
useUpdateInterceptor() - Method in class net.openhft.chronicle.wire.AbstractClassGenerator.MetaData
Checks if the class to be generated should use an update interceptor.
useUpdateInterceptor(boolean) - Method in class net.openhft.chronicle.wire.AbstractClassGenerator.MetaData
Specifies whether the class to be generated should use an update interceptor.
UTC - Static variable in class net.openhft.chronicle.wire.AbstractTimestampLongConverter
Universal Time Coordinated (UTC) timezone
utf8(int) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
utf8(int) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a single 16-bit Unicode codepoint as UTF-8.
uuid() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
uuid(T, BiConsumer<T, UUID>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
uuid(UUID) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
UUID - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Represents a universally unique identifier (UUID).
uuid(T, BiConsumer<T, UUID>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
uuid(T, BiConsumer<T, UUID>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
uuid(T, BiConsumer<T, UUID>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a UUID from the wire and applies it to a given object using the provided BiConsumer.
uuid() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a UUID from the wire.
uuid(UUID) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a universally unique identifier (UUID) to the wire.

V

Validate - Interface in net.openhft.chronicle.wire
Interface for validating objects.
validate(Object) - Method in interface net.openhft.chronicle.wire.Validate
Validates the provided object.
valueIn - Variable in class net.openhft.chronicle.wire.BinaryWire
 
valueIn - Variable in class net.openhft.chronicle.wire.TextWire
Input value parser specifically for text-based wire format.
ValueIn - Interface in net.openhft.chronicle.wire
Represents an interface for reading values in various formats from a serialized data source.
ValueIn.Reader - Interface in net.openhft.chronicle.wire
Interface for reading values from the wire into a list.
valueOf(String) - Static method in enum net.openhft.chronicle.wire.BinaryWireCode
Returns the enum constant of this type with the specified name.
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.BracketType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.wire.GeneratedProxyClass
Returns the enum constant of this type with the specified name.
valueOf(byte[]) - Static method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Constructs and returns a new BitSet using the bits from the provided byte array.
valueOf(byte[]) - Static method in class net.openhft.chronicle.wire.LongValueBitSet
Creates a new BitSet from a given byte array.
valueOf(String) - Static method in enum net.openhft.chronicle.wire.NoDocumentContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.wire.SerializationStrategies
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.wire.utils.ConfigLoader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.wire.utils.MethodReaderStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.wire.WireIn.HeaderType
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.WireOut.EndOfWire
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(Wire) - Static method in enum net.openhft.chronicle.wire.WireType
Determines the WireType of a given Wire.
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.
valueOf(String) - Static method in enum net.openhft.chronicle.wire.YamlToken
Returns the enum constant of this type with the specified name.
ValueOut - Interface in net.openhft.chronicle.wire
Defines an interface for writing out values after writing a field.
valueOut - Variable in class net.openhft.chronicle.wire.YamlWireOut
 
values() - Static method in enum net.openhft.chronicle.wire.BinaryWireCode
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.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.BracketType
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.GeneratedProxyClass
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.NoDocumentContext
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.SerializationStrategies
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.utils.ConfigLoader
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.utils.MethodReaderStatus
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.WireIn.HeaderType
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.WireOut.EndOfWire
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.
values() - Static method in enum net.openhft.chronicle.wire.YamlToken
Returns an array containing the constants of this enum type, in the order they are declared.
VanillaMessageHistory - Class in net.openhft.chronicle.wire
Array-backed MessageHistory storing source identifiers, message indices and processing timestamps.
VanillaMessageHistory() - Constructor for class net.openhft.chronicle.wire.VanillaMessageHistory
 
VanillaMethodReader - Class in net.openhft.chronicle.wire
Deserialises messages from a MarshallableIn source and dispatches each one as a method call on the supplied handler objects.
VanillaMethodReader(MarshallableIn, boolean, WireParselet, MethodReaderInterceptorReturns, Object[], Object...) - Constructor for class net.openhft.chronicle.wire.VanillaMethodReader
Convenience constructor used by generated code.
VanillaMethodReader(MarshallableIn, boolean, WireParselet, FieldNumberParselet, MethodReaderInterceptorReturns, Object...) - Constructor for class net.openhft.chronicle.wire.VanillaMethodReader
Convenience constructor used by generated code.
VanillaMethodReader(MarshallableIn, boolean, WireParselet, FieldNumberParselet, MethodReaderInterceptorReturns, Object[], Object...) - Constructor for class net.openhft.chronicle.wire.VanillaMethodReader
Constructor that defaults the predicate to always true.
VanillaMethodReader(MarshallableIn, boolean, WireParselet, FieldNumberParselet, MethodReaderInterceptorReturns, Object[], Predicate<MethodReader>, Object...) - Constructor for class net.openhft.chronicle.wire.VanillaMethodReader
Primary constructor configuring parsers and interceptors.
VanillaMethodReaderBuilder - Class in net.openhft.chronicle.wire
Builder for VanillaMethodReader.
VanillaMethodReaderBuilder(MarshallableIn) - Constructor for class net.openhft.chronicle.wire.VanillaMethodReaderBuilder
Constructs a new VanillaMethodReaderBuilder with the specified wire input.
VanillaMethodWriterBuilder<T> - Class in net.openhft.chronicle.wire
Builder for dynamic proxies that write method calls to a MarshallableOut.
VanillaMethodWriterBuilder(Class<T>, WireType, Supplier<MethodWriterInvocationHandler>) - Constructor for class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
Constructs an instance of VanillaMethodWriterBuilder with the specified class type, wire type, and an invocation handler supplier.
VanillaWireParser - Class in net.openhft.chronicle.wire
Provides an implementation of WireParser that maps field names or ids to WireParselets.
VanillaWireParser(WireParselet, FieldNumberParselet) - Constructor for class net.openhft.chronicle.wire.VanillaWireParser
Creates a parser using the supplied handlers.
verboseTypes(boolean) - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
 

W

wire - Variable in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
wire() - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
 
wire - Variable in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
wire() - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
 
wire() - Method in interface net.openhft.chronicle.wire.DocumentContext
Returns the Wire associated with the Document.
wire() - Method in class net.openhft.chronicle.wire.DocumentContextHolder
 
wire() - Method in enum net.openhft.chronicle.wire.NoDocumentContext
 
wire - Variable in class net.openhft.chronicle.wire.TextReadDocumentContext
 
wire() - Method in class net.openhft.chronicle.wire.TextReadDocumentContext
 
wire - Variable in class net.openhft.chronicle.wire.TextWriteDocumentContext
 
wire() - Method in class net.openhft.chronicle.wire.TextWriteDocumentContext
 
Wire - Interface in net.openhft.chronicle.wire
Defines the standard interface for sequentially writing to and reading from a Bytes stream.
wire() - Method in class net.openhft.chronicle.wire.WrappedDocumentContext
 
WIRE_MARSHALLER_CL - Static variable in class net.openhft.chronicle.wire.WireMarshaller
A class-local cache of WireMarshaller instances.
wireAcquisition - Variable in class net.openhft.chronicle.wire.AbstractAnyWire
 
WireCommon - Interface in net.openhft.chronicle.wire
 
WireDumper - Class in net.openhft.chronicle.wire
The WireDumper class provides utility methods to obtain a human-readable dump representation of WireIn content.
wireIn() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
wireIn() - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
wireIn() - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
wireIn() - Method in interface net.openhft.chronicle.wire.ValueIn
Provides the current WireIn instance.
WireIn - Interface in net.openhft.chronicle.wire
Defines the standard interface for reading sequentially from a Bytes stream.
WireIn.HeaderType - Enum in net.openhft.chronicle.wire
Enumeration representing possible header types that can be read from a WireIn instance.
WireInternal - Enum in net.openhft.chronicle.wire
The WireInternal enum provides a collection of utility constants, data structures, and internal configurations to support wire operations.
WireKey - Interface in net.openhft.chronicle.wire
Represents a unique identifier or key for wiring protocols.
WireMarshaller<T> - Class in net.openhft.chronicle.wire
Engine for marshalling and unmarshalling objects based on their field definitions.
WireMarshaller(Class<T>, WireMarshaller.FieldAccess[], boolean) - Constructor for class net.openhft.chronicle.wire.WireMarshaller
Protected constructor used by factory methods.
WireMarshallerForUnexpectedFields<T> - Class in net.openhft.chronicle.wire
This class extends the WireMarshaller and provides the ability to handle unexpected fields.
WireMarshallerForUnexpectedFields(WireMarshaller.FieldAccess[], boolean, T) - Constructor for class net.openhft.chronicle.wire.WireMarshallerForUnexpectedFields
 
wireOut() - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
wireOut() - Method in interface net.openhft.chronicle.wire.ValueOut
 
WireOut - Interface in net.openhft.chronicle.wire
Defines the standard interface for sequential writing to a Bytes stream.
WireOut.EndOfWire - Enum in net.openhft.chronicle.wire
 
WireParselet - Interface in net.openhft.chronicle.wire
Functional interface invoked when a field name is parsed.
WireParser - Interface in net.openhft.chronicle.wire
Defines a contract for parsing field-value data from a WireIn stream.
wireParser(WireParselet) - Static method in interface net.openhft.chronicle.wire.WireParser
Creates a new WireParser with a default consumer.
wireParser(WireParselet, FieldNumberParselet) - Static method in interface net.openhft.chronicle.wire.WireParser
Creates a new WireParser with a default consumer and a custom field number parselet.
Wires - Enum in net.openhft.chronicle.wire
Utility holder for low-level wire constants and helper methods.
WireSerializedLambda - Class in net.openhft.chronicle.wire
Helper class to support the serialisation of lambda expressions in Wire formats.
WireSerializedLambda() - Constructor for class net.openhft.chronicle.wire.WireSerializedLambda
 
WireToOutputStream - Class in net.openhft.chronicle.wire
Provides a bridge to write structured data in Chronicle Wire format to a standard Java OutputStream.
WireToOutputStream(WireType, OutputStream) - Constructor for class net.openhft.chronicle.wire.WireToOutputStream
Creates a new bridge for the given wire type and output stream.
wireType(WireType) - Method in class net.openhft.chronicle.wire.MarshallableOutBuilder
Sets the desired WireType for the builder.
wireType() - Method in class net.openhft.chronicle.wire.VanillaMethodReaderBuilder
Returns the wireType of the reader.
wireType(WireType) - Method in class net.openhft.chronicle.wire.VanillaMethodReaderBuilder
Sets the wireType of the reader.
wireType() - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
 
wireType(WireType) - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
Sets the WireType used by the generated writer.
WireType - Enum in net.openhft.chronicle.wire
Enumerates a selection of prebuilt wire types.
WireTypeConverter - Class in net.openhft.chronicle.wire
This is the WireTypeConverter class responsible for converting between different wire types such as JSON and YAML.
WireTypeConverter() - Constructor for class net.openhft.chronicle.wire.WireTypeConverter
Default constructor.
withLineNumber(SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.AbstractClassGenerator
Appends the line number and stack trace for better traceability in the generated code.
withMethod(Class<I>, BiConsumer<? super I, ? super E>) - Method in interface net.openhft.chronicle.wire.domestic.extractor.DocumentExtractor.Builder
Specifies an interfaceType that was previously used to write messages of type E using a method writer via invocations of the provided methodReference.
withReusing(Supplier<? extends E>) - Method in interface net.openhft.chronicle.wire.domestic.extractor.DocumentExtractor.Builder
Specifies a supplier of element that shall be reused when extracting elements from excerpts.
withThreadConfinedReuse() - Method in interface net.openhft.chronicle.wire.domestic.extractor.DocumentExtractor.Builder
Specifies that only one reuse object, confined to the first using thread, shall be reused.
Words - Annotation Type in net.openhft.chronicle.wire.converter
Annotates fields or parameters to signify that the long value represents a string consisting of 0 to 6 words using a base 2048 encoding.
WordsLongConverter - Class in net.openhft.chronicle.wire
The WordsLongConverter class implements the LongConverter interface.
WordsLongConverter() - Constructor for class net.openhft.chronicle.wire.WordsLongConverter
Default constructor that initializes the WordsLongConverter with a dot ('.') as the default separator.
WordsLongConverter(char) - Constructor for class net.openhft.chronicle.wire.WordsLongConverter
Constructor that initializes the WordsLongConverter with a specified separator character.
WrappedDocumentContext - Class in net.openhft.chronicle.wire
This is the WrappedDocumentContext class which implements the DocumentContext interface.
WrappedDocumentContext(DocumentContext) - Constructor for class net.openhft.chronicle.wire.WrappedDocumentContext
Constructs a new instance of WrappedDocumentContext that wraps the provided DocumentContext.
write() - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
write(WireKey) - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
write(CharSequence) - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
write() - Method in class net.openhft.chronicle.wire.BinaryWire
 
write(WireKey) - Method in class net.openhft.chronicle.wire.BinaryWire
 
write(CharSequence) - Method in class net.openhft.chronicle.wire.BinaryWire
 
write() - Method in class net.openhft.chronicle.wire.HashWire
Hashes an anonymous value field.
write(WireKey) - Method in class net.openhft.chronicle.wire.HashWire
 
write(CharSequence) - Method in class net.openhft.chronicle.wire.HashWire
Hashes the field name before returning HashWire.valueOut.
write() - Method in class net.openhft.chronicle.wire.QueryWire
Query strings do not support unnamed writes.
write(WireKey) - Method in class net.openhft.chronicle.wire.QueryWire
Starts a query parameter using the supplied key.
write(CharSequence) - Method in class net.openhft.chronicle.wire.QueryWire
Starts a query parameter using the supplied key.
write() - Method in class net.openhft.chronicle.wire.RawWire
 
write(WireKey) - Method in class net.openhft.chronicle.wire.RawWire
Returns the output for the next value.
write(CharSequence) - Method in class net.openhft.chronicle.wire.RawWire
Returns the output for the next value.
write() - Method in interface net.openhft.chronicle.wire.WireOut
Writes an empty field marker to the stream.
write(WireKey) - Method in interface net.openhft.chronicle.wire.WireOut
Writes a WireKey to the stream.
write(CharSequence) - Method in interface net.openhft.chronicle.wire.WireOut
Writes a CharSequence key to the stream.
write(L, ValueOut) - Static method in class net.openhft.chronicle.wire.WireSerializedLambda
Writes a serialisable lambda to the supplied ValueOut.
write() - Method in class net.openhft.chronicle.wire.YamlWireOut
 
write(WireKey) - Method in class net.openhft.chronicle.wire.YamlWireOut
 
write(CharSequence) - Method in class net.openhft.chronicle.wire.YamlWireOut
 
WriteAfterEOFException - Exception in net.openhft.chronicle.wire
This is the WriteAfterEOFException class extending IllegalStateException.
WriteAfterEOFException() - Constructor for exception net.openhft.chronicle.wire.WriteAfterEOFException
Constructs a new instance of WriteAfterEOFException with a default error message.
writeAlignTo(int, int) - Method in interface net.openhft.chronicle.wire.WireOut
Aligns the write position to the provided alignment boundary, taking into account the specified offset (plus).
writeAllAsMap(Class<K>, Class<V>, Map<K, V>) - Method in interface net.openhft.chronicle.wire.WireOut
 
writeBoolean(boolean) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a boolean value to the wire.
writeByte(byte) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a byte value to the wire.
writeBytes(WriteBytesMarshallable) - Method in interface net.openhft.chronicle.wire.MarshallableOut
Serializes a Marshallable object directly to bytes.
writeChar(char) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a char value to the wire.
writeCode(int) - Method in class net.openhft.chronicle.wire.BinaryWire
Writes a byte code to the byte buffer.
writeComment(CharSequence) - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
writeComment(CharSequence) - Method in class net.openhft.chronicle.wire.BinaryWire
 
writeComment(CharSequence) - Method in class net.openhft.chronicle.wire.HashWire
Comments do not affect the hash.
writeComment(CharSequence) - Method in class net.openhft.chronicle.wire.QueryWire
 
writeComment(CharSequence) - Method in class net.openhft.chronicle.wire.RawWire
 
writeComment(CharSequence) - Method in interface net.openhft.chronicle.wire.WireOut
Writes a comment to the wire.
writeComment(CharSequence) - Method in class net.openhft.chronicle.wire.YamlWireOut
 
writeContext - Variable in class net.openhft.chronicle.wire.TextWire
Context for writing documents in the wire format.
writeData(WireOut, boolean, boolean, WriteMarshallable) - Static method in enum net.openhft.chronicle.wire.WireInternal
Writes data to the provided wireOut based on the given configurations and writer.
writeData(WireOut, T) - Static method in enum net.openhft.chronicle.wire.Wires
Writes data to the given WireOut using the provided writer.
writeDocument(WriteMarshallable) - Method in interface net.openhft.chronicle.wire.MarshallableOut
Writes a Marshallable object as a document or message.
writeDocument(T, BiConsumer<ValueOut, T>) - Method in interface net.openhft.chronicle.wire.MarshallableOut
Writes a provided object using a custom marshalling mechanism specified by a BiConsumer.
writeDocument(boolean, WriteMarshallable) - Method in interface net.openhft.chronicle.wire.WireOut
Writes a document to the wire.
WriteDocumentContext - Interface in net.openhft.chronicle.wire
This is the WriteDocumentContext interface extending DocumentContext.
writeDouble(double) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a double value to the wire.
writeEndEvent() - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
writeEndEvent() - Method in class net.openhft.chronicle.wire.BinaryWire
 
writeEndEvent() - Method in class net.openhft.chronicle.wire.HashWire
 
writeEndEvent() - Method in class net.openhft.chronicle.wire.RawWire
 
writeEndEvent() - Method in interface net.openhft.chronicle.wire.WireOut
 
writeEndEvent() - Method in class net.openhft.chronicle.wire.YamlWireOut
 
writeEndOfWire(long, TimeUnit, long) - Method in class net.openhft.chronicle.wire.AbstractWire
 
writeEndOfWire(long, TimeUnit, long) - Method in class net.openhft.chronicle.wire.HashWire
 
writeEndOfWire(long, TimeUnit, long) - Method in interface net.openhft.chronicle.wire.WireOut
Write the end of wire marker, unless one is already written.
writeEvent(Class<?>, Object) - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
writeEvent(Class<?>, Object) - Method in class net.openhft.chronicle.wire.HashWire
Hashes the event key and returns HashWire.valueOut.
writeEvent(Class<?>, Object) - Method in class net.openhft.chronicle.wire.JSONWire
 
writeEvent(Class<?>, Object) - Method in interface net.openhft.chronicle.wire.WireOut
Writes an event to the stream based on the type and event key.
writeEvent(Class<?>, Object) - Method in class net.openhft.chronicle.wire.YamlWireOut
 
writeEventId(int) - Method in class net.openhft.chronicle.wire.BinaryWire
 
writeEventId(String, int) - Method in class net.openhft.chronicle.wire.BinaryWire
 
writeEventId(int) - Method in interface net.openhft.chronicle.wire.WireOut
Writes an event identifier to the stream.
writeEventId(String, int) - Method in interface net.openhft.chronicle.wire.WireOut
Writes an event identifier with a name to the stream.
writeEventName(WireKey) - Method in class net.openhft.chronicle.wire.BinaryWire
 
writeEventName(CharSequence) - Method in class net.openhft.chronicle.wire.BinaryWire
 
writeEventName(WireKey) - Method in class net.openhft.chronicle.wire.RawWire
Prepares to write an event name.
writeEventName(CharSequence) - Method in class net.openhft.chronicle.wire.RawWire
 
writeEventName(WireKey) - Method in interface net.openhft.chronicle.wire.WireOut
Writes a key to the stream.
writeEventName(CharSequence) - Method in interface net.openhft.chronicle.wire.WireOut
Writes a CharSequence key to the stream.
writeFirstHeader() - Method in class net.openhft.chronicle.wire.AbstractWire
 
writeFirstHeader() - Method in class net.openhft.chronicle.wire.HashWire
 
writeFirstHeader() - Method in interface net.openhft.chronicle.wire.WireOut
INTERNAL METHOD, call writingDocument instead
writeFloat(float) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a float value to the wire.
writeHistory(DocumentContext) - Static method in interface net.openhft.chronicle.wire.MessageHistory
Writes the current thread's history to the given document if the document is empty.
writeInt(LongConverter, int) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueOut
 
writeInt(int) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes an int value to the wire.
writeInt(LongConverter, int) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes an int value to the wire using a specified converter.
writeKey(Bytes<?>) - Method in interface net.openhft.chronicle.wire.KeyedMarshallable
Writes the key of the current instance into the provided Bytes object.
writeKey(T, Bytes<?>) - Method in class net.openhft.chronicle.wire.WireMarshaller
Writes the key representation of the given object to the provided Bytes destination.
writeKey(Object, Bytes<?>) - Static method in enum net.openhft.chronicle.wire.Wires
Writes the key associated with the marshallable object to the provided bytes.
writeLength(long) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
writeLength(long) - Method in interface net.openhft.chronicle.wire.ValueOut
Write the length of a value if supported by the implementing class.
writeLong(LongConverter, long) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueOut
 
writeLong(long) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a long value to the wire.
writeLong(LongConverter, long) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a long value to the wire using a specified converter.
writeMap(Map<?, ?>) - Method in interface net.openhft.chronicle.wire.MarshallableOut
Writes a provided map into the underlying DocumentContext as a marshallable object.
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.wire.AbstractMarshallableCfg
Writes the state of this configuration object to the given wire output.
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Serialises the backing words to wire.
writeMarshallable(WireOut) - Method in interface net.openhft.chronicle.wire.Marshallable
Writes the state of the Marshallable object to the given wire output.
writeMarshallable(BytesOut<?>) - Method in class net.openhft.chronicle.wire.SelfDescribingTriviallyCopyable
Writes the description followed by the trivially copyable fields using an unsafe memory copy.
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
Serialises this history to the given wire.
writeMarshallable(BytesOut<?>) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
Serialises to the compact binary representation.
writeMarshallable(T, WireOut) - Method in class net.openhft.chronicle.wire.WireMarshaller
Writes the marshallable representation of the given object to the provided WireOut destination.
writeMarshallable(T, Bytes<?>) - Method in class net.openhft.chronicle.wire.WireMarshaller
Writes the marshallable representation of the given object to the provided Bytes destination.
writeMarshallable(T, WireOut, boolean) - Method in class net.openhft.chronicle.wire.WireMarshaller
Writes the values of the fields from the provided object (DTO) to the output.
writeMarshallable(Object, WireOut) - Static method in enum net.openhft.chronicle.wire.Wires
Writes a marshallable object's fields to a WireOut instance.
writeMarshallable(Object, WireOut, boolean) - Static method in enum net.openhft.chronicle.wire.Wires
Writes a marshallable object's fields to a WireOut instance with an option to use defaults.
writeMarshallable(Object, WireOut, Object, boolean) - Static method in enum net.openhft.chronicle.wire.Wires
Writes a marshallable object's fields to a WireOut instance considering previous state.
WriteMarshallable - Interface in net.openhft.chronicle.wire
Represents a marshallable entity capable of writing its state to a given wire format.
writeMarshallable(WireOut) - Method in interface net.openhft.chronicle.wire.WriteMarshallable
Write the current state of the marshallable entity to the provided wire.
writeMarshallable0(BytesOut<?>) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
Fallback binary serialisation when direct memory is unavailable.
writeMessage(WireKey, Object) - Method in interface net.openhft.chronicle.wire.MarshallableOut
Write a key and value which could be a scalar or a marshallable.
writeMessage(String, Object) - Method in interface net.openhft.chronicle.wire.MarshallableOut
Writes a message with a specified event name and associated object value.
writeMessage(String) - Static method in enum net.openhft.chronicle.wire.YamlLogging
Updates the message associated with a write operation.
writeMessage() - Static method in enum net.openhft.chronicle.wire.YamlLogging
Retrieves the current message associated with a write operation.
writeNotCompleteDocument(boolean, WriteMarshallable) - Method in interface net.openhft.chronicle.wire.WireOut
Writes a document to the wire without marking its completion.
writeObject(Object) - Method in class net.openhft.chronicle.wire.YamlWireOut
Serialises a generic object.
writeShort(short) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a short value to the wire.
writeStartEvent() - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
writeStartEvent() - Method in class net.openhft.chronicle.wire.BinaryWire
 
writeStartEvent() - Method in class net.openhft.chronicle.wire.HashWire
 
writeStartEvent() - Method in class net.openhft.chronicle.wire.JSONWire
 
writeStartEvent() - Method in class net.openhft.chronicle.wire.RawWire
 
writeStartEvent() - Method in interface net.openhft.chronicle.wire.WireOut
Start an event object, mostly for internal use.
writeStartEvent() - Method in class net.openhft.chronicle.wire.YamlWireOut
 
writeString(CharSequence) - Method in interface net.openhft.chronicle.wire.ValueOut
Writes a string or a sequence of characters to the wire.
writeText(CharSequence) - Method in interface net.openhft.chronicle.wire.MarshallableOut
Writes a provided text message into the underlying DocumentContext.
writeValue(ValueOut) - Method in interface net.openhft.chronicle.wire.WriteMarshallable
Writes the current state of the marshallable entity as a value to the provided output.
WriteValue - Interface in net.openhft.chronicle.wire
Represents an entity capable of writing its value to a specified output format.
writeValue(ValueOut) - Method in interface net.openhft.chronicle.wire.WriteValue
Writes the current state of the implementing object as a value to the provided ValueOut representation.
writingDocument(boolean) - Method in class net.openhft.chronicle.wire.AbstractAnyWire
 
writingDocument(boolean) - Method in class net.openhft.chronicle.wire.BinaryWire
Begin writing a document context.
writingDocument() - Method in interface net.openhft.chronicle.wire.DocumentWritten
Creates a new DocumentContext for writing a document.
writingDocument(boolean) - Method in interface net.openhft.chronicle.wire.DocumentWritten
Initiates a new DocumentContext for writing, with an option to include metadata.
writingDocument(boolean) - Method in class net.openhft.chronicle.wire.HashWire
 
writingDocument() - Method in interface net.openhft.chronicle.wire.MarshallableOut
Start a document which is completed when DocumentContext.close() is called.
writingDocument(boolean) - Method in interface net.openhft.chronicle.wire.MarshallableOut
Begins a new document-writing session with the option to include meta-data.
writingDocument(boolean) - Method in class net.openhft.chronicle.wire.RawWire
Begins a document for raw value writing.
writingDocument(boolean) - Method in class net.openhft.chronicle.wire.TextWire
 
writingDocument(boolean) - Method in interface net.openhft.chronicle.wire.WireOut
Starts the process of writing a document to the wire with an option for metadata.
writingDocument() - Method in interface net.openhft.chronicle.wire.WireOut
Starts the process of writing a data document (not metadata) to the wire.
writingDocument(boolean) - Method in class net.openhft.chronicle.wire.YamlWire
 
writingIsComplete() - Method in class net.openhft.chronicle.wire.BinaryWire
 
writingIsComplete() - Method in interface net.openhft.chronicle.wire.RollbackIfNotCompleteNotifier
Checks if the current writing operation is complete.
writingIsComplete() - Method in class net.openhft.chronicle.wire.TextWire
 
writingIsComplete() - Method in interface net.openhft.chronicle.wire.WireOut
 
writingIsComplete() - Method in class net.openhft.chronicle.wire.YamlWire
 

X

xor(ChronicleBitSet) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
Performs a logical XOR with the given set.
xor(ChronicleBitSet) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
Performs a logical XOR of this bit set with the bit set argument.
xor(ChronicleBitSet) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Performs a logical XOR of this bit set with the bit set argument.
xor(LongValueBitSet) - Method in class net.openhft.chronicle.wire.LongValueBitSet
Performs a logical XOR operation between this ChronicleBitSet and the specified LongValueBitSet.

Y

YamlKeys - Class in net.openhft.chronicle.wire
Represents a collection of offsets used in a YAML structure.
YamlKeys() - Constructor for class net.openhft.chronicle.wire.YamlKeys
 
YamlLogging - Enum in net.openhft.chronicle.wire
Provides utility functions to control the logging of Yaml messages, which can be useful for debugging or generating documentation.
YamlLogging.YamlLoggingLevel - Enum in net.openhft.chronicle.wire
Enum representing the various logging levels for Yaml.
yamlToJson(CharSequence) - Method in class net.openhft.chronicle.wire.WireTypeConverter
Converts the given YAML formatted input to its JSON representation.
YamlToken - Enum in net.openhft.chronicle.wire
Enumerates the different types of tokens that can be found in a YAML document.
YamlTokeniser - Class in net.openhft.chronicle.wire
A tokenizer for YAML documents.
YamlTokeniser(BytesIn<?>) - Constructor for class net.openhft.chronicle.wire.YamlTokeniser
Constructs a new YAML tokenizer with the specified input.
YamlWire - Class in net.openhft.chronicle.wire
Represents a YAML-based wire format designed for efficient parsing and serialization of data.
YamlWire() - Constructor for class net.openhft.chronicle.wire.YamlWire
Default constructor that initializes the YamlWire with elastic direct bytes.
YamlWire(Bytes<?>, boolean) - Constructor for class net.openhft.chronicle.wire.YamlWire
Constructor that initializes the YamlWire with provided bytes and a flag indicating the use of 8-bit.
YamlWire(Bytes<?>) - Constructor for class net.openhft.chronicle.wire.YamlWire
Constructor that initializes the YamlWire with provided bytes.
YamlWireOut<T extends YamlWireOut<T>> - Class in net.openhft.chronicle.wire
Provides functionality for writing data in a YAML-based wire format.
YamlWireOut(Bytes, boolean) - Constructor for class net.openhft.chronicle.wire.YamlWireOut
Constructs a new instance of YamlWireOut with specified bytes and 8-bit flag.

Z

ZEROS_64 - Static variable in interface net.openhft.chronicle.wire.ValueOut
Utility string of sixty-four zeros, often used when commenting binary output.
ZONED_DATE_TIME - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
Represents a zoned date-time value.
zonedDateTime(T, BiConsumer<T, ZonedDateTime>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
 
zonedDateTime(ZonedDateTime) - Method in class net.openhft.chronicle.wire.BinaryWire.FixedBinaryValueOut
 
zonedDateTime(T, BiConsumer<T, ZonedDateTime>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
 
zonedDateTime(T, BiConsumer<T, ZonedDateTime>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
 
zonedDateTime(T, BiConsumer<T, ZonedDateTime>) - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a ZonedDateTime from the wire and applies it to a given object using the provided BiConsumer.
zonedDateTime() - Method in interface net.openhft.chronicle.wire.ValueIn
Reads a ZonedDateTime directly from the wire.
zonedDateTime(ZonedDateTime) - Method in interface net.openhft.chronicle.wire.ValueOut
Write a zoned date-time value, which includes information about date, time, and the associated time zone.
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2026 Chronicle Software Ltd. All rights reserved.