- 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
-
This is the AbstractGeneratedMethodReader class implementing the MethodReader interface.
- AbstractGeneratedMethodReader(MarshallableIn, WireParselet) - Constructor for class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
-
Constructs a new AbstractGeneratedMethodReader with the provided input interface
and a debug logging parselet.
- AbstractHandler<H extends AbstractHandler<H>> - Class in net.openhft.chronicle.wire.channel
-
The AbstractHandler class serves as a foundational template for all types of channel handlers.
- AbstractHandler() - Constructor for class net.openhft.chronicle.wire.channel.AbstractHandler
-
- AbstractHeader<H extends AbstractHeader<H>> - Class in net.openhft.chronicle.wire.channel
-
The AbstractHeader class serves as a foundational template for all channel header types.
- AbstractHeader() - Constructor for class net.openhft.chronicle.wire.channel.AbstractHeader
-
- 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 characters.
- AbstractLongConverter(LongConverter) - Constructor for class net.openhft.chronicle.wire.AbstractLongConverter
-
Constructs an AbstractLongConverter with a specified 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 handler for method writer invocations 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
-
Default implementation for the Consumer's accept method.
- acquireBinaryWireScoped() - Static method in enum net.openhft.chronicle.wire.Wires
-
- acquireBytesScoped() - Static method in enum net.openhft.chronicle.wire.Wires
-
- 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
-
- 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
-
Acquires a lock on the given BytesStore at the specified position.
- acquireProducer() - Method in interface net.openhft.chronicle.wire.channel.InternalChronicleChannel
-
Retrieves a producer instance associated with this channel.
- 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
-
- acquireWritingDocument(boolean) - Method in class net.openhft.chronicle.wire.AbstractAnyWire
-
- acquireWritingDocument(boolean) - Method in class net.openhft.chronicle.wire.BinaryWire
-
- acquireWritingDocument(boolean) - Method in interface net.openhft.chronicle.wire.DocumentWritten
-
- 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
-
- actual() - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Retrieves the actual test output.
- actual() - Method in interface net.openhft.chronicle.wire.utils.YamlTester
-
Deprecated.
Retrieves the actual result string obtained after test execution.
- 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
-
Associates a given class type with an older type name as an alias.
- addCloseable(Closeable) - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
Adds a Closeable resource to the context's internal set of resources.
- 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.
- addHostnamePort(String, int) - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelCfg
-
Adds a hostname and port to the set of host ports.
- addInterface(Class<?>) - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
-
Adds an interface to the set of interfaces managed by this builder.
- addOutputClass(Class<?>) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Adds an output class to the tester.
- addOutputClass(Class<?>) - Method in class net.openhft.chronicle.wire.utils.YamlTesterParametersBuilder
-
Deprecated.
Adds a class to the set of additional output classes.
- 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
-
- 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
-
Registers a method with no arguments with the provided 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
-
Deprecated.
Registers a path ID for message histories ending with a specific sequence of source IDs.
- addSource(int, long) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
-
Adds a new source with the given ID and index to the message history.
- 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 value to the message history.
- affinityLock() - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
- afterRun() - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Retrieves the after-run function.
- afterRun(Function<String, String>) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Specifies the function to execute after a run.
- agitate(YamlAgitator) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
- agitate(YamlAgitator) - Method in interface net.openhft.chronicle.wire.utils.YamlTester
-
Deprecated.
Generates additional tests based on the current test configuration by using a specified YamlAgitator.
- agitators(YamlAgitator...) - Method in class net.openhft.chronicle.wire.utils.YamlTesterParametersBuilder
-
Deprecated.
Sets the agitators used for modifying test parameters.
- 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(WireOut) - Method in interface net.openhft.chronicle.wire.LongConverter
-
Deprecated.
- 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
-
Placeholder or handler for anchor processing in the WireOut stream.
- anchor() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
-
Throws an exception indicating this method should be used with DeltaWire.
- ANCHOR - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
-
Indicates a general anchor point within the serialized structure.
- and(ChronicleBitSet) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
-
- 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
-
- 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 provided StringBuilder text.
- append(Bytes<?>, long) - Method in class net.openhft.chronicle.wire.AbstractLongConverter
-
Appends the provided long value to the provided Bytes text.
- append(Appendable, long) - Method in class net.openhft.chronicle.wire.AbstractTimestampLongConverter
-
- append(StringBuilder, long) - Method in class net.openhft.chronicle.wire.AbstractTimestampLongConverter
-
Appends the provided long value to the given StringBuilder.
- append(Bytes<?>, long) - Method in class net.openhft.chronicle.wire.AbstractTimestampLongConverter
-
Appends the provided long value to the given Bytes.
- append(StringBuilder, char) - Method in interface net.openhft.chronicle.wire.CharConverter
-
Deprecated.
Appends the provided value to the provided text.
- 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
-
- 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
-
Converts the given long value to a string and appends it to the provided StringBuilder.
- 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
-
Appends a
Duration representation of the provided long value (in nanoseconds) to the provided
StringBuilder.
- append(Bytes<?>, long) - Method in class net.openhft.chronicle.wire.NanoDurationLongConverter
-
Appends a
Duration representation of the provided long value (in nanoseconds) to the provided
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
-
Appends the fraction of the second to the provided DateTimeFormatterBuilder.
- 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
-
- 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.
- asInternalChannel(ChronicleContext, ChronicleChannelCfg<?>) - Method in interface net.openhft.chronicle.wire.channel.ChannelHandler
-
Converts the current ChannelHandler to an internal channel using the provided context and channel configuration.
- asInternalChannel(ChronicleContext, ChronicleChannelCfg<?>) - Method in class net.openhft.chronicle.wire.channel.echo.EchoHandler
-
Returns an EchoChannel as the internal channel for this handler.
- asInternalChannel(ChronicleContext, ChronicleChannelCfg<?>) - Method in class net.openhft.chronicle.wire.channel.ReplyingHandler
-
- asJson(WireIn, Bytes<?>) - Static method in enum net.openhft.chronicle.wire.Wires
-
- asMap(CharSequence) - Method in enum net.openhft.chronicle.wire.WireType
-
Converts the provided CharSequence into a Map<String, Object> representation using Wire.
- 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(char) - Method in interface net.openhft.chronicle.wire.CharConverter
-
Deprecated.
- 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
-
Returns a string representation of the content located at the given position and length in the bytes.
- asString(long, long, boolean) - Method in class net.openhft.chronicle.wire.WireDumper
-
Returns a string representation of the content located at the given position and length in the bytes.
- 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
-
- asText(Wire) - Static method in class net.openhft.chronicle.wire.YamlWire
-
Converts the content of a given
Wire object into its string representation.
- 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
-
- availableProcessors() - Method in class net.openhft.chronicle.wire.channel.SystemContext
-
Provides the number of available processors in the current system.
- 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.
- BASE_TESTS - Static variable in interface net.openhft.chronicle.wire.utils.YamlTester
-
Deprecated.
System property to determine whether to run only base tests.
- 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
-
This interface represents a timed event, providing methods to manage and access the time associated with the event.
- 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
-
The BinaryMethodWriterInvocationHandler handles method invocations specific to binary writing scenarios with optional metadata support.
- BinaryMethodWriterInvocationHandler(Class<?>, boolean, Supplier<MarshallableOut>) - Constructor for class net.openhft.chronicle.wire.BinaryMethodWriterInvocationHandler
-
Constructor that initializes the 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
-
Constructor that initializes the BinaryReadDocumentContext using the provided wire and
a flag to determine if a full read should be ensured.
- 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
-
Represents a binary translation of TextWire, which is a subset of YAML.
- BinaryWire(Bytes<?>) - Constructor for class net.openhft.chronicle.wire.BinaryWire
-
Constructs a BinaryWire with default settings.
- BinaryWire(Bytes<?>, boolean, boolean, boolean, int, String, boolean) - Constructor for class net.openhft.chronicle.wire.BinaryWire
-
Constructs a BinaryWire with specified configurations.
- 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
-
Creates a BinaryWire for reading with the given input, position, and length.
- binaryWireForWrite(Bytes<?>, long, long) - Static method in enum net.openhft.chronicle.wire.Wires
-
Creates a BinaryWire for writing with the given input, position, and length.
- 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
-
- 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
-
- 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 a boolean value and applies it to the provided consumer.
- 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
-
Creates a bridge for the provided destination type.
- buffered() - Method in class net.openhft.chronicle.wire.channel.AbstractHandler
-
Retrieves the buffer status of the channel associated with this handler.
- buffered(Boolean) - Method in class net.openhft.chronicle.wire.channel.AbstractHandler
-
Sets the buffer status of the channel associated with this handler.
- buffered() - Method in interface net.openhft.chronicle.wire.channel.ChannelHandler
-
Indicates whether the handler supports buffering.
- buffered() - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelCfg
-
Returns the buffered flag.
- buffered(boolean) - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelCfg
-
Sets the buffering mode for the connection.
- buffered() - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
Indicates whether buffering should be used in this context.
- buffered(boolean) - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
Sets the buffering preference for this context.
- buffered() - Method in class net.openhft.chronicle.wire.channel.ChronicleGatewayMain
-
Checks if the gateway is operating in buffered mode.
- buffered(boolean) - Method in class net.openhft.chronicle.wire.channel.ChronicleGatewayMain
-
Sets whether new connections will be buffered if the client doesn't specify whether buffering should be used.
- bufferSize() - Method in interface net.openhft.chronicle.wire.channel.InternalChronicleChannel
-
Returns the size of the buffer used by this channel.
- 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
-
Constructs and returns the method writer object based on the configurations set.
- 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
-
- 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
-
- 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
-
Reads byte data using the provided ReadBytesMarshallable.
- 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
-
Retrieves the byte data as an array with the option to reuse an existing byte array.
- 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.
- BYTES_MARSHALLABLE - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
-
Deprecated.
- bytesComment() - Method in class net.openhft.chronicle.wire.AbstractWire
-
- bytesComment() - Method in class net.openhft.chronicle.wire.HashWire
-
- 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
-
Retrieves the byte data as a BytesStore object.
- CACHED_COMPILER - Static variable in class net.openhft.chronicle.wire.AbstractClassGenerator
-
- cardinality() - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
-
- 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
-
Calculates and returns the number of bits set to true in this ChronicleBitSet.
- 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.
- channelCfg() - Method in interface net.openhft.chronicle.wire.channel.ChronicleChannel
-
Deprecated.
Retrieves the configuration of the channel.
- ChannelHandler - Interface in net.openhft.chronicle.wire.channel
-
This interface represents a channel handler that performs various channel-related operations
such as executing actions within a context, handling responses, and configuring channel settings.
- ChannelHeader - Interface in net.openhft.chronicle.wire.channel
-
- 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
-
Write a character value as text.
- charAt(int) - Method in class net.openhft.chronicle.wire.utils.SourceCodeFormatter
-
- CharConverter - Interface in net.openhft.chronicle.wire
-
Deprecated.
- CharSequenceObjectMap<T> - Class in net.openhft.chronicle.wire
-
This class provides a simple hash map implementation optimized for
CharSequence keys and generic values.
- CharSequenceObjectMap(int) - Constructor for class net.openhft.chronicle.wire.CharSequenceObjectMap
-
Constructs an empty map with the specified initial capacity.
- 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 if the provided array of WireKey objects have unique codes.
- checkRecycle(T) - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
-
- 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
-
- ChronicleChannel - Interface in net.openhft.chronicle.wire.channel
-
Deprecated.
- ChronicleChannelCfg<C extends ChronicleChannelCfg<C>> - Class in net.openhft.chronicle.wire.channel
-
The ChronicleChannelCfg class is a configuration object for creating and configuring ChronicleChannel instances.
- ChronicleChannelCfg() - Constructor for class net.openhft.chronicle.wire.channel.ChronicleChannelCfg
-
- ChronicleChannelSupplier - Class in net.openhft.chronicle.wire.channel
-
The ChronicleChannelSupplier class is a specialized version of ChronicleChannelCfg,
also implementing the Supplier interface to provide ChronicleChannel instances
based on a specified protocol.
- ChronicleChannelSupplier(ChronicleContext, ChannelHandler) - Constructor for class net.openhft.chronicle.wire.channel.ChronicleChannelSupplier
-
Constructs a new ChronicleChannelSupplier with the provided context and handler.
- ChronicleContext - Class in net.openhft.chronicle.wire.channel
-
This class encapsulates the context for a Chronicle channel, including parameters necessary for creating
and managing a channel, such as the socket registry, gateway, and system context.
- ChronicleContext(String) - Constructor for class net.openhft.chronicle.wire.channel.ChronicleContext
-
Protected constructor for creating a Chronicle context with the specified URL.
- ChronicleContext(String, SocketRegistry) - Constructor for class net.openhft.chronicle.wire.channel.ChronicleContext
-
Protected constructor for creating a Chronicle context with the specified URL and socket registry.
- ChronicleGatewayMain - Class in net.openhft.chronicle.wire.channel
-
The ChronicleGatewayMain class represents the primary access point for the Chronicle Gateway.
- ChronicleGatewayMain(String) - Constructor for class net.openhft.chronicle.wire.channel.ChronicleGatewayMain
-
Constructs a new ChronicleGatewayMain instance with a specific URL.
- ChronicleGatewayMain(String, SocketRegistry, SystemContext) - Constructor for class net.openhft.chronicle.wire.channel.ChronicleGatewayMain
-
Constructs a new ChronicleGatewayMain instance with a specific URL,
socket registry, and system context.
- ChronicleServiceMain - Class in net.openhft.chronicle.wire.channel
-
Represents the main class for the Chronicle Service which is responsible for
accepting and managing incoming connections using multiple threads.
- ChronicleServiceMain() - Constructor for class net.openhft.chronicle.wire.channel.ChronicleServiceMain
-
- CLASS_STRATEGY_FUNCTIONS - Static variable in enum net.openhft.chronicle.wire.Wires
-
- 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
-
- 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
-
- clear(int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
-
Sets the bit specified by the index to false.
- 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
-
- clear() - Method in class net.openhft.chronicle.wire.HashWire
-
- 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
-
Clears the MessageHistory for the current thread.
- 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
-
- clearHostnamePort() - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelCfg
-
Clears all the host ports you have set up.
- close() - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
-
- close() - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
-
- close() - Method in class net.openhft.chronicle.wire.BinaryWriteDocumentContext
-
- close() - Method in class net.openhft.chronicle.wire.channel.ChronicleServiceMain
-
- 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
-
- closeCallback(Consumer<ChronicleChannel>) - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
- closeCallback() - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
- closeIn(boolean) - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
-
- closeIn(boolean) - Method in class net.openhft.chronicle.wire.VanillaMethodReader
-
Sets the closeIn state of the VanillaMethodReader.
- 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
-
- closeWhenRunEnds() - Method in interface net.openhft.chronicle.wire.channel.ChannelHandler
-
Determines whether the ChronicleChannel should be closed when the run method ends.
- code() - Method in class net.openhft.chronicle.wire.MethodWireKey
-
- code() - Method in interface net.openhft.chronicle.wire.WireKey
-
Calculates the code of the WireKey based on its 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, not intended for parsing as part of the data structure.
- Comment - Annotation Type in net.openhft.chronicle.wire
-
The Comment annotation represents a way to attach user-defined comments to elements like 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.
- connectionId() - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelSupplier
-
Retrieves the connection ID associated with this supplier.
- connectionId(String) - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelSupplier
-
Sets the connection ID associated with this supplier.
- connectionTimeoutSecs() - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelCfg
-
Fetches the connection timeout duration, measured in seconds.
- connectionTimeoutSecs(double) - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelCfg
-
Sets the connection timeout in seconds.
- 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
-
- consumePadding() - Method in class net.openhft.chronicle.wire.QueryWire
-
- consumePadding() - Method in class net.openhft.chronicle.wire.RawWire
-
- 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 padding and whitespace at the beginning of the data source.
- 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
-
Checks if the provided CharSequence content matches the string representation
of this WireKey.
- 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
-
Stack to manage contextual information during tokenization.
- 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 essential details from one event to another.
- copyFrom(ChronicleBitSet) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
-
- copyFrom(ChronicleBitSet) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
-
- copyFrom(ChronicleBitSet) - Method in class net.openhft.chronicle.wire.LongValueBitSet
-
- 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
-
- 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
-
- 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 current number of offsets stored 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 and compiles the source code of a custom MethodReader at runtime.
- createDefaultParselet(ExceptionHandler) - 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
-
- createValueIn() - Method in class net.openhft.chronicle.wire.JSONWire
-
- createValueIn() - Method in class net.openhft.chronicle.wire.QueryWire
-
- 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
-
- createValueOut() - Method in class net.openhft.chronicle.wire.JSONWire
-
- createValueOut() - Method in class net.openhft.chronicle.wire.QueryWire
-
- createValueOut() - Method in class net.openhft.chronicle.wire.YamlWireOut
-
Creates and returns a new instance of YamlValueOut.
- createWire(byte[]) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Creates a
Wire object from a given byte array.
- createWire(Bytes<?>) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Creates a
Wire instance based on the provided bytes.
- createWire(Bytes<?>) - Method in class net.openhft.chronicle.wire.YamlMethodTester
-
- 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
-
Represents a CSV (Comma Separated Values) based wire format.
- CSVWire(Bytes<?>, boolean) - Constructor for class net.openhft.chronicle.wire.CSVWire
-
Constructs a new CSVWire instance from a given byte source and a flag indicating
the use of 8-bit characters.
- CSVWire(Bytes<?>) - Constructor for class net.openhft.chronicle.wire.CSVWire
-
Constructs a new CSVWire instance from a given byte source with default character set.
- 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.
- EchoHandler - Class in net.openhft.chronicle.wire.channel.echo
-
An implementation of a channel handler that primarily echoes back any incoming data.
- EchoHandler() - Constructor for class net.openhft.chronicle.wire.channel.echo.EchoHandler
-
- 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 an empty history the MessageHistory for the current thread.
- END_OF_DATA - Static variable in enum net.openhft.chronicle.wire.Wires
-
- 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.
- ErrorHeader - Class in net.openhft.chronicle.wire.channel
-
A specialized type of
AbstractHeader that encapsulates an error message.
- ErrorHeader() - Constructor for class net.openhft.chronicle.wire.channel.ErrorHeader
-
- errorMsg() - Method in class net.openhft.chronicle.wire.channel.ErrorHeader
-
Retrieves the error message encapsulated by this header.
- errorMsg(String) - Method in class net.openhft.chronicle.wire.channel.ErrorHeader
-
Sets the error message to be encapsulated by this header.
- errorMsg() - Method in class net.openhft.chronicle.wire.channel.ErrorReplyHandler
-
Retrieves the current error message set for this handler.
- errorMsg(String) - Method in class net.openhft.chronicle.wire.channel.ErrorReplyHandler
-
Sets the error message for this handler.
- ErrorReplyHandler - Class in net.openhft.chronicle.wire.channel
-
- ErrorReplyHandler() - Constructor for class net.openhft.chronicle.wire.channel.ErrorReplyHandler
-
- 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 s based on the requirements of the YAML format.
- Event<E extends Event<E>> - Interface in net.openhft.chronicle.wire
-
This interface defines the structure and behavior of an event within a system.
- 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.
- eventHandlerAsRunnable(Object) - Method in interface net.openhft.chronicle.wire.channel.ChronicleChannel
-
Deprecated.
Creates a Runnable that reads all events from the channel and delegates them to the provided event handler.
- eventId() - Method in class net.openhft.chronicle.wire.AbstractEventCfg
-
- eventId(CharSequence) - Method in class net.openhft.chronicle.wire.AbstractEventCfg
-
- eventId() - Method in interface net.openhft.chronicle.wire.Event
-
Retrieves the unique identifier associated with this event.
- eventId(CharSequence) - Method in interface net.openhft.chronicle.wire.Event
-
Assigns an identifier to this event.
- EventPoller - Interface in net.openhft.chronicle.wire.channel
-
The EventPoller interface defines a mechanism for polling events on a ChronicleChannel.
- eventPoller() - Method in interface net.openhft.chronicle.wire.channel.InternalChronicleChannel
-
Retrieves the EventPoller instance associated with this channel.
- eventPoller(EventPoller) - Method in interface net.openhft.chronicle.wire.channel.InternalChronicleChannel
-
Associates a given EventPoller instance with this channel.
- eventTime() - Method in class net.openhft.chronicle.wire.AbstractEventCfg
-
- eventTime(long) - Method in class net.openhft.chronicle.wire.AbstractEventCfg
-
- 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
-
- 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.
- exceptionHandlerFunction(Function<T, ExceptionHandler>) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Sets the exception handling function for the tester.
- exceptionHandlerFunction(Function<T, ExceptionHandler>) - Method in class net.openhft.chronicle.wire.utils.YamlTesterParametersBuilder
-
Deprecated.
Specifies a custom exception handler function for the test.
- exceptionHandlerFunctionAndLog(boolean) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Configures whether the tester should log the exception handling function.
- exceptionHandlerFunctionAndLog() - Method in class net.openhft.chronicle.wire.utils.YamlTesterParametersBuilder
-
Deprecated.
Returns the state of the exceptionHandlerFunctionAndLog flag.
- exceptionHandlerFunctionAndLog(boolean) - Method in class net.openhft.chronicle.wire.utils.YamlTesterParametersBuilder
-
Deprecated.
Sets the state of the exceptionHandlerFunctionAndLog flag.
- exceptionHandlerOnUnknownMethod(ExceptionHandler) - Method in class net.openhft.chronicle.wire.VanillaMethodReaderBuilder
-
- exceptionHandlerSetup() - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Retrieves the exception handler setup.
- exceptionHandlerSetup(BiConsumer<MethodReader, T>) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Specifies the BiConsumer for handling the exception setup.
- 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.
- expected() - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Retrieves the expected output result.
- expected() - Method in interface net.openhft.chronicle.wire.utils.YamlTester
-
Deprecated.
Retrieves the expected result string after test execution.
- 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.
- 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
-
Indicates a field anchor point within the serialized structure.
- 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
-
Represents a parselet to process field numbers in a wire format.
- 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
-
- 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
-
- flip(int, int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
-
- 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
-
Flips the bit at the specified index, toggling it from its current value.
- flip(int, int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
-
Flips a range of bits, toggling them from their current value.
- 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 a 32-bit floating-point (float) value and applies an ObjFloatConsumer with the provided object and the read value.
- 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 a 64-bit floating-point (double) value and applies an ObjDoubleConsumer with the provided object and the read value.
- 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 number rounded to the nearest whole number.
- 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
-
Flushes the data in Wire format to the underlying OutputStream.
- forceNotInsideHeader() - Method in class net.openhft.chronicle.wire.AbstractWire
-
used by write bytes when doing a rollback
- 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
-
Constructs a new CSVWire instance from a provided string 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
-
Converts the provided bytes, which represent aligned size-prefixed blobs,
into a readable string format.
- fromFile(String) - Static method in class net.openhft.chronicle.wire.CSVWire
-
Constructs a new CSVWire instance by reading data from a specified 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
-
Deserializes an object of generic type from a file.
- fromFile(Class<T>, String) - Method in enum net.openhft.chronicle.wire.WireType
-
Deserializes an object of a specified type from a file.
- 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
-
This decodes some Bytes where the first 4-bytes is the length.
- fromSizePrefixedBlobs(Bytes<?>, boolean) - Static method in enum net.openhft.chronicle.wire.Wires
-
Converts the provided bytes, representing size-prefixed blobs,
into a readable string format with the option to abbreviate.
- fromSizePrefixedBlobs(Bytes<?>, long) - Static method in enum net.openhft.chronicle.wire.Wires
-
Converts the provided bytes, representing size-prefixed blobs,
into a readable string format from the specified position.
- fromSizePrefixedBlobs(Bytes<?>, long, boolean) - Static method in enum net.openhft.chronicle.wire.Wires
-
Converts the provided bytes, representing size-prefixed blobs,
into a readable string format from a specified position and with the option to pad.
- fromSizePrefixedBlobs(Bytes<?>, boolean, boolean) - Static method in enum net.openhft.chronicle.wire.Wires
-
Converts the provided bytes, which represent size-prefixed blobs,
into a readable string format with options for padding and abbreviation.
- fromSizePrefixedBlobs(DocumentContext) - Static method in enum net.openhft.chronicle.wire.Wires
-
Converts the contents of the provided DocumentContext
which represent size-prefixed blobs into a readable string format.
- fromSizePrefixedBlobs(WireIn) - Static method in enum net.openhft.chronicle.wire.Wires
-
Converts the contents of the provided WireIn
which represent size-prefixed blobs into a readable string format.
- fromSizePrefixedBlobs(WireIn, boolean) - Static method in enum net.openhft.chronicle.wire.Wires
-
Converts the contents of the provided WireIn
which represent size-prefixed blobs into a readable string format,
with the option to abbreviate the output.
- 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
-
deserializes with an optimistic cast
- fromString(Class<T>, CharSequence) - Method in enum net.openhft.chronicle.wire.WireType
-
deserializes as a given class
- GatewayHandler - Class in net.openhft.chronicle.wire.channel
-
- GatewayHandler() - Constructor for class net.openhft.chronicle.wire.channel.GatewayHandler
-
Constructs a new GatewayHandler instance, initializing the error message of the superclass
ErrorReplyHandler with a message indicating the absence of a default handler for the Gateway.
- GENERATE_TUPLES - Static variable in enum net.openhft.chronicle.wire.Wires
-
- 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
-
- generateConstructors(SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodDelegate
-
- generateConstructors(SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodWriter2
-
- 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 a given class full 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
-
- 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
-
- generateFields(SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodDelegate
-
- generateFields(SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodWriter2
-
- 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
-
- generateInputs(String) - Method in class net.openhft.chronicle.wire.utils.DuplicateMessageAgitator
-
Deprecated.
- generateInputs(String) - Method in class net.openhft.chronicle.wire.utils.MessageMissingAgitator
-
Deprecated.
- generateInputs(String) - Method in class net.openhft.chronicle.wire.utils.MissingFieldAgitator
-
Deprecated.
- generateInputs(String) - Method in class net.openhft.chronicle.wire.utils.OverrideFieldAgitator
-
Deprecated.
- generateInputs(String) - Method in class net.openhft.chronicle.wire.utils.RegexFieldAgitator
-
Deprecated.
- generateInputs(String) - Method in interface net.openhft.chronicle.wire.utils.YamlAgitator
-
Deprecated.
Generates a map of altered YAML inputs based on the provided YAML string.
- 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
-
- generateMethod(Method, StringBuilder, List<String>, SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodDelegate
-
- generateMethod(Method, StringBuilder, List<String>, SourceCodeFormatter) - Method in class net.openhft.chronicle.wire.GenerateMethodWriter2
-
- GenerateMethodBridge - Class in net.openhft.chronicle.wire
-
This is the GenerateMethodBridge class, extending AbstractClassGenerator with MethodBridgeMetaData.
- GenerateMethodBridge() - Constructor for class net.openhft.chronicle.wire.GenerateMethodBridge
-
Default constructor initializing with new MethodBridgeMetaData.
- GenerateMethodDelegate - Class in net.openhft.chronicle.wire
-
This is the GenerateMethodDelegate class, extending AbstractClassGenerator with GMDMetaData.
- GenerateMethodDelegate() - Constructor for class net.openhft.chronicle.wire.GenerateMethodDelegate
-
- GenerateMethodDelegate.GMDMetaData - Class in net.openhft.chronicle.wire
-
This is an inner static class representing metadata for GenerateMethodDelegate.
- GenerateMethodReader - Class in net.openhft.chronicle.wire
-
Responsible for code generation and its runtime compilation of custom MethodReaders.
- GenerateMethodReader(WireType, MethodReaderInterceptorReturns, Object[], Object...) - Constructor for class net.openhft.chronicle.wire.GenerateMethodReader
-
Constructs a new instance of GenerateMethodReader.
- GenerateMethodWriter - Class in net.openhft.chronicle.wire
-
This is the GenerateMethodWriter class responsible for generating method writer code.
- 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
-
Default constructor that initializes the metadata and sets up necessary imports.
- GenerateMethodWriter2.GMWMetaData - Class in net.openhft.chronicle.wire
-
Metadata associated with the GenerateMethodWriter2 class.
- GeneratingMethodReaderInterceptorReturns - Interface in net.openhft.chronicle.wire
-
This interface is a version of method reader interceptor that allows to change the logic of
MethodReader without overhead provided by reflexive calls.
- 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
-
- 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
-
Sets the generic event to be associated with the handler.
- genericEvent() - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Retrieves the generic event string.
- genericEvent(String) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Specifies the generic event string.
- 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() - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelSupplier
-
Depending on the specified protocol, it instantiates a new ChronicleChannel,
registers it with the context, and returns the newly created ChronicleChannel instance.
- get(CharSequence) - Method in class net.openhft.chronicle.wire.CharSequenceObjectMap
-
Returns the value to which the specified key (cs) is mapped,
or null if this map contains no mapping for the key.
- get(int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
-
Returns the value of the bit with the specified 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
-
Returns the MessageHistory to update it or read it.
- get() - Method in class net.openhft.chronicle.wire.MethodWriterInvocationHandlerSupplier
-
- get() - Method in class net.openhft.chronicle.wire.utils.YamlTesterParametersBuilder
-
Deprecated.
Constructs and returns a list of test parameters based on YAML configurations.
- get() - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
-
- 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
-
Deprecated.
- getBinaryValueIn() - Method in class net.openhft.chronicle.wire.BinaryWire
-
Creates and returns a new DeltaValueIn instance.
- getBracketType() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
-
- getBracketType() - Method in class net.openhft.chronicle.wire.DefaultValueIn
-
- 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 default consumer of this parser.
- 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
-
- 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
-
Provides a FixedBinaryValueOut instance based on the given boolean parameter.
- 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
-
Retrieves the current override setting for the self-describing nature of this BinaryWire.
- 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
-
Retrieves the Wire object for writing data.
- getWord(int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
-
- getWord(int) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
-
- getWord(int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
-
- getWordsInUse() - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
-
- 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
-
Fetches the number of words currently in use in this BitSet.
- GMDMetaData() - Constructor for class net.openhft.chronicle.wire.GenerateMethodDelegate.GMDMetaData
-
- GMWMetaData() - Constructor for class net.openhft.chronicle.wire.GenerateMethodWriter2.GMWMetaData
-
- 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() - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
Initializes the context, specifically it creates a new SocketRegistry instance if one is not already set.
- init() - Static method in enum net.openhft.chronicle.wire.Wires
-
A utility method to force the static initialization of this enum.
- initiator(boolean) - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelCfg
-
Sets the initiator flag.
- initiator() - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelCfg
-
Provides the current status of the initiator flag.
- 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.
- inputFunction(Function<String, String>) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Configures the input transformation function for the tester.
- inputFunction(Function<String, String>) - Method in class net.openhft.chronicle.wire.utils.YamlTesterParametersBuilder
-
Deprecated.
Sets the input function that transforms input strings.
- InputStreamToWire - Class in net.openhft.chronicle.wire
-
The InputStreamToWire class provides functionality to read data from an InputStream and convert it to a Wire representation.
- InputStreamToWire(WireType, InputStream) - Constructor for class net.openhft.chronicle.wire.InputStreamToWire
-
Constructor for the InputStreamToWire class, initializing it with the specified WireType and InputStream.
- 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
-
- 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 class net.openhft.chronicle.wire.channel.SystemContext
-
- INSTANCE - Static variable in annotation type net.openhft.chronicle.wire.converter.Base16
-
- INSTANCE - Static variable in annotation type net.openhft.chronicle.wire.converter.Base64
-
- INSTANCE - Static variable in annotation type net.openhft.chronicle.wire.converter.Base85
-
- INSTANCE - Static variable in annotation type net.openhft.chronicle.wire.converter.Id
-
- INSTANCE - Static variable in annotation type net.openhft.chronicle.wire.converter.NanoTime
-
- INSTANCE - Static variable in annotation type net.openhft.chronicle.wire.converter.ShortText
-
- 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 a 16-bit integer (short) value and applies an ObjShortConsumer with the provided object and the read value.
- 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 a 32-bit integer (int) value and applies an ObjIntConsumer with the provided object and the read value.
- 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 a 64-bit integer (long) value and applies an ObjLongConsumer with the provided object and the read value.
- 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
-
- 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 an 8-bit integer (byte) value and applies an ObjByteConsumer with the provided object and the read value.
- 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.
- InternalChronicleChannel - Interface in net.openhft.chronicle.wire.channel
-
The InternalChronicleChannel interface extends the ChronicleChannel interface and provides
additional methods that support advanced functionalities within Chronicle Channels.
- 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
-
- 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
-
Checks if the provided object is an instance of Enum or 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
-
- isClosed() - Method in class net.openhft.chronicle.wire.channel.ChronicleServiceMain
-
- 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
-
Checks if the given length represents data and not 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
-
Checks if a given integer represents the end of file marker.
- 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
-
Checks if the given length represents a known length (neither unknown nor meta-data).
- isLeaf() - Method in class net.openhft.chronicle.wire.WireMarshaller
-
Checks if the current WireMarshaller is a leaf.
- 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
-
Checks if the given header is not complete or zero.
- 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
-
Checks if the given length is not initialized.
- 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
-
- 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
-
Checks if the given header is ready (complete and not zero).
- isReadyData(int) - Static method in enum net.openhft.chronicle.wire.Wires
-
Checks if the given header represents ready data (neither meta-data nor incomplete) and is not zero.
- isReadyMetaData(int) - Static method in enum net.openhft.chronicle.wire.Wires
-
Checks if the given length represents ready meta-data.
- isSerializableLambda(Class<?>) - Static method in class net.openhft.chronicle.wire.WireSerializedLambda
-
Determines if the provided class is a serializable lambda.
- 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
-
- 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.
- 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
-
- lastTestMessage() - Method in interface net.openhft.chronicle.wire.channel.ChronicleChannel
-
Deprecated.
Retrieves the highest timestamp received from the test messages.
- 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
-
- 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 length from the given length value.
- 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
-
- loadLastValues() - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Loads the last values from the output wire file.
- loadWithProperties(String, Properties) - Static method in enum net.openhft.chronicle.wire.utils.ConfigLoader
-
- locations() - Method in class net.openhft.chronicle.wire.channel.RedirectHeader
-
Retrieves an unmodifiable view of the list of URL locations to which the request can be redirected.
- logMessage(CharSequence, ValueIn) - Static method in class net.openhft.chronicle.wire.VanillaMethodReader
-
Logs a message if the debug mode is enabled.
- LongArrayValueBitSet - Class in net.openhft.chronicle.wire
-
This ChronicleBitSet is intended to be shared between processes.
- LongArrayValueBitSet(long) - Constructor for class net.openhft.chronicle.wire.LongArrayValueBitSet
-
Constructs a new LongArrayValueBitSet with the given maximum number of bits.
- LongArrayValueBitSet(long, Wire) - Constructor for class net.openhft.chronicle.wire.LongArrayValueBitSet
-
Constructs a new LongArrayValueBitSet with the given maximum number of bits and initializes it with the given Wire.
- LongConversion - Annotation Type in net.openhft.chronicle.wire
-
Annotation to specify the conversion strategy for a `long` value.
- LongConverter - Interface in net.openhft.chronicle.wire
-
Provides an abstraction for converting between long values and their string representations,
potentially based on a custom character or symbol set.
- LongValueBitSet - Class in net.openhft.chronicle.wire
-
This is the LongValueBitSet class extending AbstractCloseable.
- LongValueBitSet(int) - Constructor for class net.openhft.chronicle.wire.LongValueBitSet
-
Constructor that initializes a LongValueBitSet with a maximum number of bits provided as an integer.
- LongValueBitSet(int, Wire) - Constructor for class net.openhft.chronicle.wire.LongValueBitSet
-
Constructor that initializes a LongValueBitSet with a maximum number of bits provided as an integer and associates it with a Wire.
- LongValueBitSet(long) - Constructor for class net.openhft.chronicle.wire.LongValueBitSet
-
Constructor that initializes a LongValueBitSet with a maximum number of bits provided as a long.
- LongValueBitSet(long, Wire) - Constructor for class net.openhft.chronicle.wire.LongValueBitSet
-
Constructor that initializes a LongValueBitSet with a maximum number of bits provided as a long and associates it with a Wire.
- lookup(CharSequence) - Method in class net.openhft.chronicle.wire.VanillaWireParser
-
- lookup(CharSequence) - Method in interface net.openhft.chronicle.wire.WireParser
-
- 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.
- main(String...) - Static method in class net.openhft.chronicle.wire.channel.ChronicleGatewayMain
-
The main method acts as the entry point to start the ChronicleGatewayMain.
- main(Class<T>, Function<String, T>, String) - Static method in class net.openhft.chronicle.wire.channel.ChronicleGatewayMain
-
Generates an instance of the ChronicleGatewayMain class based on the supplied configuration.
- main(String...) - Static method in class net.openhft.chronicle.wire.channel.ChronicleServiceMain
-
The main method acts as the entry point to start the ChronicleServiceMain.
- 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.
- MapMarshaller() - Constructor for class net.openhft.chronicle.wire.ValueOut.MapMarshaller
-
- 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
-
- Marshallable - Interface in net.openhft.chronicle.wire
-
Represents a data structure that supports both reading from and writing to marshallable
formats.
- 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
-
- 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
-
- 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
-
- 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
-
- MarshallableParser<T> - Interface in net.openhft.chronicle.wire
-
This is the MarshallableParser functional interface.
- 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
-
- 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
-
- messageHistory - Variable in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
-
- MessageHistory - Interface in net.openhft.chronicle.wire
-
This is the
MessageHistory interface, which extends
Marshallable.
- messageMissing() - Static method in interface net.openhft.chronicle.wire.utils.YamlAgitator
-
Deprecated.
Provides a YamlAgitator that handles missing messages.
- messageMissing(int) - Static method in interface net.openhft.chronicle.wire.utils.YamlAgitator
-
Deprecated.
Provides a YamlAgitator that handles missing messages up to a given limit.
- MessageMissingAgitator - Class in net.openhft.chronicle.wire.utils
-
Deprecated.
- MessageMissingAgitator(int) - Constructor for class net.openhft.chronicle.wire.utils.MessageMissingAgitator
-
Deprecated.
Constructs a new MessageMissingAgitator with the specified limit on missing messages.
- MessagePathClassifier - Class in net.openhft.chronicle.wire
-
Deprecated.
- MessagePathClassifier() - Constructor for class net.openhft.chronicle.wire.MessagePathClassifier
-
Deprecated.
- META_DATA - Static variable in enum net.openhft.chronicle.wire.Wires
-
- 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.
- MethodFilter - Interface in net.openhft.chronicle.wire
-
Deprecated.
- 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
-
- methodReaderInterceptorReturns(MethodReaderInterceptorReturns) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Sets the MethodReaderInterceptorReturns for the tester.
- methodReaderInterceptorReturns() - Method in class net.openhft.chronicle.wire.VanillaMethodReader
-
Retrieves the current method reader interceptor.
- 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
-
- 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
-
- 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 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
-
The
MethodWriter interface defines the contract for classes that have the capability to
output their data in a marshallable format using the
MarshallableOut interface.
- 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
-
The
MethodWriterInvocationHandlerSupplier class is an implementation of the
Supplier interface
for providing instances of
MethodWriterInvocationHandler.
- MethodWriterInvocationHandlerSupplier(Supplier<MethodWriterInvocationHandler>) - Constructor for class net.openhft.chronicle.wire.MethodWriterInvocationHandlerSupplier
-
Constructs a new MethodWriterInvocationHandlerSupplier with a delegate supplier.
- MethodWriterValidationException - Exception in net.openhft.chronicle.wire
-
The
MethodWriterValidationException is a specialized exception class that indicates a failure
in generating a
MethodWriter.
- MethodWriterValidationException(String) - Constructor for exception net.openhft.chronicle.wire.MethodWriterValidationException
-
Constructs a new MethodWriterValidationException with the specified detail message.
- MethodWriterWithContext - Interface in net.openhft.chronicle.wire
-
Deprecated.
- 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.
- MissingFieldAgitator - Class in net.openhft.chronicle.wire.utils
-
Deprecated.
- MissingFieldAgitator(String...) - Constructor for class net.openhft.chronicle.wire.utils.MissingFieldAgitator
-
Deprecated.
Constructs a new MissingFieldAgitator with the specified field names to be marked as missing.
- missingFields(String...) - Static method in interface net.openhft.chronicle.wire.utils.YamlAgitator
-
Deprecated.
Provides a YamlAgitator that flags specified fields as missing.
- MM_TL - Static variable in interface net.openhft.chronicle.wire.ValueOut
-
Thread local instance for MapMarshaller to support thread-safe marshalling operations.
- name - Variable in class net.openhft.chronicle.wire.AbstractFieldInfo
-
- name() - Method in class net.openhft.chronicle.wire.AbstractFieldInfo
-
- name(String) - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
Sets the names space for the service.
- name() - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
- 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
-
Retrieves the name of the WireKey.
- 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 current time in nanoseconds.
- 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 s based on the YAML format's escaping requirements.
- net.openhft.chronicle.wire - package net.openhft.chronicle.wire
-
- net.openhft.chronicle.wire.channel - package net.openhft.chronicle.wire.channel
-
Provides classes and interfaces for managing Chronicle communication channels and their operations.
- net.openhft.chronicle.wire.channel.echo - package net.openhft.chronicle.wire.channel.echo
-
- net.openhft.chronicle.wire.converter - package net.openhft.chronicle.wire.converter
-
- net.openhft.chronicle.wire.domestic - package net.openhft.chronicle.wire.domestic
-
This package and any and all sub-packages contains strictly internal classes reserved for Chronicle Software.
- 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
-
- 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
-
- newChannel(SocketRegistry, ChronicleChannelCfg<?>, ChannelHeader) - Static method in interface net.openhft.chronicle.wire.channel.ChronicleChannel
-
Deprecated.
Creates a new instance of a ChronicleChannel.
- newChannel(SocketRegistry, ChronicleChannelCfg<?>, ChannelHeader, Consumer<ChronicleChannel>) - Static method in interface net.openhft.chronicle.wire.channel.ChronicleChannel
-
Deprecated.
- newChannelSupplier(ChannelHandler) - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
Constructs a new ChronicleChannelSupplier object using the provided ChannelHandler and the settings from this context.
- newClass(String, Set<Class<?>>, ClassLoader, WireType, String, boolean, boolean, boolean) - Static method in class net.openhft.chronicle.wire.GenerateMethodWriter
-
Deprecated.
- newClass(String, Set<Class<?>>, ClassLoader, WireType, String, boolean, boolean, boolean, boolean) - Static method in class net.openhft.chronicle.wire.GenerateMethodWriter
-
Generates a proxy class based on the provided interface class.
- newContext(String) - Static method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
Factory method for a new ChronicleContext
- 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
-
- newIntArrayReference() - Method in class net.openhft.chronicle.wire.QueryWire
-
- 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
-
- newIntReference() - Method in class net.openhft.chronicle.wire.QueryWire
-
- 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
-
- newLongArrayReference() - Method in class net.openhft.chronicle.wire.QueryWire
-
- 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
-
- newLongReference() - Method in class net.openhft.chronicle.wire.QueryWire
-
- 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
-
- 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
-
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
- nextSetBit(int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
-
- 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
-
- NoDocumentContext - Enum in net.openhft.chronicle.wire
-
- NOOP - Static variable in interface net.openhft.chronicle.wire.DocumentContext
-
- NOT_COMPLETE - Static variable in enum net.openhft.chronicle.wire.Wires
-
- NOT_COMPLETE_UNKNOWN_LENGTH - Static variable in enum net.openhft.chronicle.wire.Wires
-
- NOT_FOUND - Static variable in interface net.openhft.chronicle.wire.Sequence
-
- NOT_FOUND_RETRY - Static variable in interface net.openhft.chronicle.wire.Sequence
-
- NOT_INITIALIZED - Static variable in enum net.openhft.chronicle.wire.Wires
-
- 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
-
Code representing a null value in the serialized data.
- 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(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
-
Factory method to create a new WireDumper instance given a
WireIn object.
- of(Bytes<?>) - Static method in class net.openhft.chronicle.wire.WireDumper
-
Factory method to create a new WireDumper instance given a Bytes object.
- of(Bytes<?>, boolean) - Static method in class net.openhft.chronicle.wire.WireDumper
-
Factory method to create a new WireDumper instance given a Bytes object and an alignment preference.
- 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.
- OkHeader - Class in net.openhft.chronicle.wire.channel
-
An extension of the
AbstractHeader class designed to indicate successful establishment of a channel.
- OkHeader() - Constructor for class net.openhft.chronicle.wire.channel.OkHeader
-
- onClose(Closeable) - Method in class net.openhft.chronicle.wire.MethodWriterInvocationHandlerSupplier
-
Sets a Closeable instance to be invoked when closing.
- 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.
- onInvocationException() - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Retrieves the exception consumer for InvocationTargetRuntimeException.
- onInvocationException(Consumer<InvocationTargetRuntimeException>) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Specifies the consumer for InvocationTargetRuntimeException.
- onPoll(ChronicleChannel) - Method in interface net.openhft.chronicle.wire.channel.EventPoller
-
Polls for an event on the specified ChronicleChannel.
- 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
-
- 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.
- OverrideFieldAgitator - Class in net.openhft.chronicle.wire.utils
-
Deprecated.
- OverrideFieldAgitator(String...) - Constructor for class net.openhft.chronicle.wire.utils.OverrideFieldAgitator
-
Deprecated.
Constructs a new OverrideFieldAgitator with the specified fields and their values
to be overridden.
- overrideFields(String...) - Static method in interface net.openhft.chronicle.wire.utils.YamlAgitator
-
Deprecated.
Provides a YamlAgitator that overrides the values of specified fields.
- 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.
- ParameterizeWireKey - Interface in net.openhft.chronicle.wire
-
Deprecated.
- params() - Method in interface net.openhft.chronicle.wire.ParameterizeWireKey
-
Deprecated.
- 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 interface net.openhft.chronicle.wire.CharConverter
-
Deprecated.
Parses the provided
CharSequence and returns the parsed results as a
char primitive.
- 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 provided
CharSequence and returns the parsed results as a
long primitive.
- 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
-
Parses the provided
CharSequence into a duration and returns the equivalent duration 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 formatted date
- 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
-
Parses a single input from the wire.
- parseOne(WireIn) - Method in interface net.openhft.chronicle.wire.WireParser
-
Parses a single field-value data from the provided wire input.
- parseTimestamp(long, CharSequence) - Method in class net.openhft.chronicle.wire.AbstractTimestampLongConverter
-
Interpret long timestamp
- 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
-
Deprecated.
- 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
-
- pauser(Pauser) - Method in class net.openhft.chronicle.wire.HashWire
-
- 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.
- pauserMode() - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelCfg
-
Returns the PauserMode.
- pauserMode(PauserMode) - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelCfg
-
Sets the PauserMode to be used by the connection.
- pauserMode(PauserMode) - Method in class net.openhft.chronicle.wire.channel.ChronicleGatewayMain
-
Sets the PauserMode to control the balance between CPU usage and minimising latency
- 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.channel.ChronicleContext
-
Closes all resources managed by this context in a quiet manner, i.e., without throwing any exceptions.
- performClose() - Method in class net.openhft.chronicle.wire.channel.ChronicleGatewayMain
-
- 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.
- port() - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelCfg
-
- port(int) - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelCfg
-
- port() - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
- PORT - Static variable in class net.openhft.chronicle.wire.channel.ChronicleGatewayMain
-
- port() - Method in class net.openhft.chronicle.wire.channel.ChronicleGatewayMain
-
Returns the port number on which the gateway is listening.
- port() - Method in class net.openhft.chronicle.wire.channel.HostPortCfg
-
Retrieves the configured port.
- 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
-
- postSetup() - Method in interface net.openhft.chronicle.wire.TextMethodTester.PostSetup
-
- 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 to be used by the method reader.
- 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.
- protocol() - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelSupplier
-
Retrieves the protocol used by this supplier for creating ChronicleChannel instances.
- protocol(String) - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelSupplier
-
Sets the protocol used by this supplier for creating ChronicleChannel instances.
- proxyClass() - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
-
Retrieves the proxy class being used by the builder.
- 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
-
Associates the specified value with the specified key (name) in this map.
- 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
-
Represents a wire type that focuses on writing pure data, omitting any metadata.
- RawWire(Bytes<?>) - Constructor for class net.openhft.chronicle.wire.RawWire
-
- RawWire(Bytes<?>, boolean) - Constructor for class net.openhft.chronicle.wire.RawWire
-
- 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
-
- read() - Method in class net.openhft.chronicle.wire.BinaryWire
-
- read(WireKey) - Method in class net.openhft.chronicle.wire.BinaryWire
-
- read(StringBuilder) - Method in class net.openhft.chronicle.wire.BinaryWire
-
- read(WireKey) - Method in class net.openhft.chronicle.wire.CSVWire
-
- read(StringBuilder) - Method in class net.openhft.chronicle.wire.CSVWire
-
- read() - Method in class net.openhft.chronicle.wire.RawWire
-
- read(WireKey) - Method in class net.openhft.chronicle.wire.RawWire
-
- read(StringBuilder) - Method in class net.openhft.chronicle.wire.RawWire
-
- 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
-
Attempts to read the value of a given key, 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
-
- readComment(StringBuilder) - Method in class net.openhft.chronicle.wire.CSVWire
-
- 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
-
Reads a document using the provided ReadMarshallable instance.
- 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
-
- 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
-
- readEventName(StringBuilder) - Method in class net.openhft.chronicle.wire.RawWire
-
- 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
-
- 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
-
- readField(StringBuilder) - Method in class net.openhft.chronicle.wire.JSONWire
-
- readField(StringBuilder) - Method in class net.openhft.chronicle.wire.QueryWire
-
- 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.
- readFieldAnchor(StringBuilder) - Method in class net.openhft.chronicle.wire.BinaryWire
-
Reads a field anchor from the wire and populates 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.
- readFromWire(T, WireIn) - Method in interface net.openhft.chronicle.wire.ReadingMarshaller
-
Deprecated.
- 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
-
- readingDocument(long) - Method in class net.openhft.chronicle.wire.BinaryWire
-
- 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
-
- 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
-
- ReadingMarshaller<T> - Interface in net.openhft.chronicle.wire
-
Deprecated.
- 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
-
- 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
-
- 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
-
- readMarshallable(WireIn) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
-
- 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
-
- 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
-
- 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
-
- readOne(StringBuilder, Class<T>) - Method in interface net.openhft.chronicle.wire.channel.ChronicleChannel
-
Deprecated.
Reads a single event of the expected type from the channel.
- readOne(long, WireIn) - Method in interface net.openhft.chronicle.wire.FieldNumberParselet
-
Reads and processes data corresponding to the given field number (methodId) from the wire input.
- readOne() - Method in class net.openhft.chronicle.wire.InputStreamToWire
-
Reads data from the encapsulated DataInputStream and populates the Wire object with it.
- readOne(MethodReader, ExceptionHandler) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Attempts to read a single message or event from the provided MethodReader.
- readOne() - Method in class net.openhft.chronicle.wire.VanillaMethodReader
-
Reads a single message.
- readOne0(DocumentContext) - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
-
Reads the content based on the provided document context.
- readOneGenerated(WireIn) - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
-
Reads call name and arguments from the wire and performs invocation on a target object instance.
- 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
-
- 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.channel.ChannelHandler
-
- recordHistory() - Method in interface net.openhft.chronicle.wire.MarshallableOut
-
- recordHistory(boolean) - Method in class net.openhft.chronicle.wire.MethodWriterInvocationHandlerSupplier
-
Sets the configuration for recording history.
- recordHistory() - Method in interface net.openhft.chronicle.wire.MethodWriterWithContext
-
Deprecated.
- RecordHistory<T> - Interface in net.openhft.chronicle.wire.utils
-
Write a history before each message
- RedirectHeader - Class in net.openhft.chronicle.wire.channel
-
A specialized version of
AbstractHeader, acting similar to an HTTP redirect header.
- RedirectHeader(List<String>) - Constructor for class net.openhft.chronicle.wire.channel.RedirectHeader
-
Constructs a new RedirectHeader instance, populating its internal list of
URL locations with the provided list.
- 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.
- RegexFieldAgitator - Class in net.openhft.chronicle.wire.utils
-
Deprecated.
- RegexFieldAgitator(String, String, String) - Constructor for class net.openhft.chronicle.wire.utils.RegexFieldAgitator
-
Deprecated.
Constructs a new RegexFieldAgitator with the given name, regular expression,
and the replacement string.
- register(WireKey, WireParselet) - Method in class net.openhft.chronicle.wire.VanillaWireParser
-
- register(String, WireParselet) - Method in class net.openhft.chronicle.wire.VanillaWireParser
-
Registers a WireParselet with a keyName.
- register(WireKey, WireParselet) - Method in interface net.openhft.chronicle.wire.WireParser
-
- register(String, WireParselet) - Method in interface net.openhft.chronicle.wire.WireParser
-
- registerOnce(WireKey, WireParselet) - Method in interface net.openhft.chronicle.wire.WireParser
-
- REGRESS_TESTS - Static variable in interface net.openhft.chronicle.wire.utils.YamlTester
-
Deprecated.
System property to determine whether to overwrite the output YAML file.
- releaseProducer() - Method in interface net.openhft.chronicle.wire.channel.InternalChronicleChannel
-
Releases the producer instance previously acquired with acquireProducer().
- removeHostnamePort(String, int) - Method in class net.openhft.chronicle.wire.channel.ChronicleChannelCfg
-
Removes a hostname and port from the set of host ports.
- removeIndex(int) - Method in class net.openhft.chronicle.wire.YamlKeys
-
Removes the offset at the specified index.
- removeMaskedTidFromHeader(int) - Static method in enum net.openhft.chronicle.wire.Wires
-
Removes masked thread ID from a given header.
- replaceAll(String, String, String) - Static method in interface net.openhft.chronicle.wire.utils.YamlAgitator
-
Deprecated.
Provides a YamlAgitator that applies regex transformations on fields.
- replaceInHeader(ChannelHeader) - Method in class net.openhft.chronicle.wire.channel.ChronicleGatewayMain
-
Allows replacing of the inbound channel header.
- replaceOutHeader(ChannelHeader) - Method in class net.openhft.chronicle.wire.channel.ChronicleGatewayMain
-
Allows replacing of the outbound channel header.
- replaceOutHeader(ChannelHeader) - Method in class net.openhft.chronicle.wire.channel.ChronicleServiceMain
-
Replaces the outbound header for the channel based on its type.
- 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() - Method in class net.openhft.chronicle.wire.channel.ReplyHeader
-
Retrieves the reply object stored in the header.
- 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
-
- ReplyHeader<R> - Class in net.openhft.chronicle.wire.channel
-
Class ReplyHeader extends the AbstractHeader class and encapsulates a reply object of type R.
- ReplyHeader(R) - Constructor for class net.openhft.chronicle.wire.channel.ReplyHeader
-
Constructs a new ReplyHeader instance with the specified reply object.
- ReplyingHandler<H extends ReplyingHandler<H>> - Class in net.openhft.chronicle.wire.channel
-
An abstract handler that provides a mechanism for sending responses in a communication protocol.
- ReplyingHandler() - Constructor for class net.openhft.chronicle.wire.channel.ReplyingHandler
-
- 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
-
- 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
-
- 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 data contained in this MessageHistory
- 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
-
- reset(int, long) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
-
- 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
-
- resourceExists(String) - Static method in class net.openhft.chronicle.wire.TextMethodTester
-
Checks if a given resource exists.
- responseHeader(ChronicleContext) - Method in interface net.openhft.chronicle.wire.channel.ChannelHandler
-
Provides a response header to send back to the client.
- responseHeader(ChronicleContext) - Method in class net.openhft.chronicle.wire.channel.ErrorReplyHandler
-
Creates an
ErrorHeader as a response, populated with the current error message.
- responseHeader(ChronicleContext) - Method in class net.openhft.chronicle.wire.channel.ReplyingHandler
-
- restIgnored() - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
-
Determines if the rest of the wire data should be ignored.
- 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.
- retainLast() - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Gets the strings to be retained from the last run.
- retainLast(String...) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Specifies strings that should be retained from the last run.
- 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
-
This method checks if the event is routed to a specific destination service.
- run(ChronicleContext, ChronicleChannel) - Method in interface net.openhft.chronicle.wire.channel.ChannelHandler
-
Executes actions within the provided context and channel.
- run() - Method in class net.openhft.chronicle.wire.channel.ChronicleGatewayMain
-
Main execution loop for the gateway.
- run(ChronicleContext, ChronicleChannel) - Method in class net.openhft.chronicle.wire.channel.echo.EchoHandler
-
Executes the main logic of this EchoHandler, which continuously reads incoming data from the
provided channel and echoes it back to the sender.
- run(ChronicleContext, ChronicleChannel) - Method in class net.openhft.chronicle.wire.channel.ReplyingHandler
-
- run() - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Executes the test based on the specified setup.
- runTest(Class<?>, String) - Static method in interface net.openhft.chronicle.wire.utils.YamlTester
-
Deprecated.
Executes tests for a given implementation class using the specified YAML files.
- runTest(Function<T, Object>, Class<T>, String) - Static method in interface net.openhft.chronicle.wire.utils.YamlTester
-
Deprecated.
Executes tests for a component built using the provided builder function.
- runTest(Function<T, Object>, Function<WireOut, T>, String) - Static method in interface net.openhft.chronicle.wire.utils.YamlTester
-
Deprecated.
Executes tests on a component constructed by the given builder function and outputs the result using
the provided outFunction.
- sb - Variable in class net.openhft.chronicle.wire.YamlWireOut
-
- scanning(boolean) - Method in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
-
Sets the scanning state.
- 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
-
- SelfDescribingTriviallyCopyable() - Constructor for class net.openhft.chronicle.wire.SelfDescribingTriviallyCopyable
-
- sequence(T, BiConsumer<T, ValueIn>) - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
-
- 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
-
- sequence(List<T>, List<T>, Supplier<T>, ValueIn.Reader) - Method in class net.openhft.chronicle.wire.DefaultValueIn
-
- sequence(T, K, TriConsumer<T, K, ValueIn>) - Method in class net.openhft.chronicle.wire.DefaultValueIn
-
- Sequence - Interface in net.openhft.chronicle.wire
-
This is used in Chronicle-Queue to map a position to a sequence number.
- 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, delegating to an overloaded version of itself.
- sequence(List<T>, List<T>, Supplier<T>) - Method in class net.openhft.chronicle.wire.TextWire.TextValueIn
-
- 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
-
Represents a strategy for serializing and deserializing objects of type T.
- SERVICE_NAME - Static variable in class net.openhft.chronicle.wire.AbstractGeneratedMethodReader
-
- serviceId() - Method in class net.openhft.chronicle.wire.AbstractEventCfg
-
This method retrieves the service ID associated with the event, used for event routing.
- 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
-
- sessionName() - Method in class net.openhft.chronicle.wire.channel.AbstractHeader
-
Retrieves the session name associated with this header.
- sessionName(String) - Method in class net.openhft.chronicle.wire.channel.AbstractHeader
-
Sets the session name associated with this header.
- sessionName() - Method in interface net.openhft.chronicle.wire.channel.ChannelHeader
-
Fetches the session name of the channel.
- sessionName(String) - Method in interface net.openhft.chronicle.wire.channel.ChannelHeader
-
Assigns a new session name to the channel.
- set(int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
-
Sets the bit at the specified index to true.
- set(int, boolean) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
-
Sets the bit at the specified index to the specified value.
- set(int, int) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
-
- set(int, int, boolean) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
-
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the specified 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 sets the value of a LongValue object based on a provided function and parameter.
- set(LongValue, long) - Method in class net.openhft.chronicle.wire.LongValueBitSet
-
Atomically sets the value of a LongValue object to a new value.
- set(int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
-
Sets the bit at the specified index to true.
- set(int, boolean) - Method in class net.openhft.chronicle.wire.LongValueBitSet
-
Sets the bit at the specified index to the specified value.
- set(int, int) - Method in class net.openhft.chronicle.wire.LongValueBitSet
-
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
- set(int, int, boolean) - Method in class net.openhft.chronicle.wire.LongValueBitSet
-
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the specified 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
-
- 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
-
Sets an override for the self-describing nature of this BinaryWire.
- setSequence(long, long) - Method in interface net.openhft.chronicle.wire.Sequence
-
sets the sequence number for a writePosition
- setStart(long) - Method in class net.openhft.chronicle.wire.BinaryReadDocumentContext
-
Sets the start position of the document context and updates the last start position.
- setup() - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Retrieves the single setup value.
- setup(String) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Specifies a single setup string for the method tester.
- setups(List<String>) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Specifies a list of setup strings for the method tester.
- setWord(int, long) - Method in interface net.openhft.chronicle.wire.ChronicleBitSet
-
- setWord(int, long) - Method in class net.openhft.chronicle.wire.LongArrayValueBitSet
-
- setWord(int, long) - Method in class net.openhft.chronicle.wire.LongValueBitSet
-
- 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.
- shouldHandleMessage(String, Object) - Method in interface net.openhft.chronicle.wire.MethodFilter
-
Deprecated.
- 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.
- SINGLE_THREADED_CHECK_DISABLED - Static variable in class net.openhft.chronicle.wire.TextMethodTester
-
- 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 parselet that skips all readable bytes in the wire.
- skipReadable(long, WireIn) - Static method in interface net.openhft.chronicle.wire.WireParser
-
Skips all readable bytes in the 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
-
- socketRegistry() - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
Retrieves the SocketRegistry associated with this context.
- 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
-
This is the SourceContext interface.
- 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
-
- 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() - Method in class net.openhft.chronicle.wire.channel.ChronicleGatewayMain
-
Starts the gateway, binding the server socket channel and starting the acceptor thread if not already running.
- 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
-
- startNewGateway() - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
Starts a new instance of ChronicleGatewayMain if one is not already instantiated for this context.
- 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
-
Streams objects of a specified type from a Bytes instance.
- 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
-
Streams objects of generic type from a file.
- streamFromFile(Class<T>, String) - Method in enum net.openhft.chronicle.wire.WireType
-
Streams objects of a specified 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
-
- supportsEventPoller() - Method in interface net.openhft.chronicle.wire.channel.InternalChronicleChannel
-
Determines if the current channel supports the EventPoller mechanism for polling events.
- 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.
- systemContext() - Method in class net.openhft.chronicle.wire.channel.AbstractHeader
-
Retrieves the system context associated with this header.
- systemContext(SystemContext) - Method in class net.openhft.chronicle.wire.channel.AbstractHeader
-
Sets the system context associated with this header.
- systemContext() - Method in interface net.openhft.chronicle.wire.channel.ChannelHeader
-
Fetches the associated system context of the channel.
- systemContext(SystemContext) - Method in interface net.openhft.chronicle.wire.channel.ChannelHeader
-
Assigns a new system context to the channel.
- systemContext(SystemContext) - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
Sets the system context for this context.
- systemContext() - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
Retrieves the current SystemContext for this process or remote host.
- SystemContext - Class in net.openhft.chronicle.wire.channel
-
Encapsulates system-related information into a singleton object, such as:
the number of available processors, host ID, host name, system up time,
user's country and name, and the Java vendor and version.
- SystemContext() - Constructor for class net.openhft.chronicle.wire.channel.SystemContext
-
- testFilter(Predicate<String>) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Sets a filter for the tester to determine which tests should be executed.
- testFilter() - Method in class net.openhft.chronicle.wire.utils.YamlTesterParametersBuilder
-
Deprecated.
Returns the current test filter predicate.
- testFilter(Predicate<String>) - Method in class net.openhft.chronicle.wire.utils.YamlTesterParametersBuilder
-
Deprecated.
Sets a new test filter predicate.
- testMessage(long) - Method in interface net.openhft.chronicle.wire.channel.ChronicleChannel
-
Deprecated.
Sends a test message using a monotonically increasing timestamp, enabling the caller to wait for a response via lastTestMessage().
- 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
-
Reads text data and applies a given bi-consumer to the text data and the provided 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.
- TextMethodTester<T> - Class in net.openhft.chronicle.wire
-
Provides a tester for methods with text input, primarily focused on YAML testing.
- TextMethodTester(String, Function<T, Object>, Class<T>, String) - Constructor for class net.openhft.chronicle.wire.TextMethodTester
-
Constructs a TextMethodTester with specified input, component function, output class, and output.
- TextMethodTester(String, BiFunction<T, UpdateInterceptor, Object>, Class<T>, String) - Constructor for class net.openhft.chronicle.wire.TextMethodTester
-
Constructs a TextMethodTester with specified input, component function, output class, and output.
- TextMethodTester(String, Function<T, Object>, Function<WireOut, T>, String) - Constructor for class net.openhft.chronicle.wire.TextMethodTester
-
Constructs a TextMethodTester with specified input, component function, output function, and output.
- TextMethodTester.PostSetup - Interface in net.openhft.chronicle.wire
-
Represents an action that should be performed after a setup procedure.
- TextMethodWriterInvocationHandler - Class in net.openhft.chronicle.wire
-
This class represents an invocation handler specifically for text method writers.
- TextMethodWriterInvocationHandler(Class<?>, Supplier<MarshallableOut>) - Constructor for class net.openhft.chronicle.wire.TextMethodWriterInvocationHandler
-
Constructor initializing the handler with a supplier for MarshallableOut.
- TextReadDocumentContext - Class in net.openhft.chronicle.wire
-
This class represents the context for reading a document in textual format.
- TextReadDocumentContext(AbstractWire) - 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(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
-
- 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
-
Checks if the VanillaMethodReader is 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.
- timeoutMS(long) - Method in class net.openhft.chronicle.wire.TextMethodTester
-
Sets the timeout (in milliseconds) for the tester.
- 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
-
- 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
-
Converts the bit set to a byte array representation.
- toCode(CharSequence) - Static method in interface net.openhft.chronicle.wire.WireKey
-
Converts the provided CharSequence into a 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) - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
Returns a new File instance for the given name space (sub-directory) within this context.
- toFile(String, WriteMarshallable) - Method in enum net.openhft.chronicle.wire.WireType
-
- toFileAsMap(String, Map<String, T>) - Method in enum net.openhft.chronicle.wire.WireType
-
Deprecated.
- toFileAsMap(String, Map<String, T>, boolean) - Method in enum net.openhft.chronicle.wire.WireType
-
Deprecated.
- toIndex(long, long) - Method in interface net.openhft.chronicle.wire.Sequence
-
- toIntU30(long, String) - Static method in enum net.openhft.chronicle.wire.Wires
-
Converts a long value to an int, ensuring it falls within the 30-bit range.
- 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
-
- 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.channel.ChronicleContext
-
- 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
-
Deprecated.
- 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 the given long value to the configured time unit.
- 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 class type of objects this serialization strategy is designed to handle.
- type() - Method in interface net.openhft.chronicle.wire.WireKey
-
Determines the type of the WireKey based on its default value.
- 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
-
- 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
-
- 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
- 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 an unsigned 16-bit integer (int) value and applies an ObjIntConsumer with the provided object and the read value.
- 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 an unsigned 32-bit integer (long) value and applies an ObjLongConsumer with the provided object and the read value.
- 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 an unsigned 8-bit integer (short) value and applies an ObjShortConsumer with the provided object and the read value.
- 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
-
Throws an exception indicating an unexpected code was encountered.
- 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
-
- 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
-
- unknownCode(WireOut) - Method in class net.openhft.chronicle.wire.BinaryWire
-
Throws an exception indicating an unknown code was encountered.
- 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
-
- updateAlias() - Method in class net.openhft.chronicle.wire.BinaryWire.BinaryValueIn
-
Throws an exception indicating this method should be used with DeltaWire.
- UPDATED_ALIAS - Static variable in enum net.openhft.chronicle.wire.BinaryWireCode
-
Denotes an updated alias value.
- 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
-
Updates event's time with the current time if it hasn't been set.
- updateEvent(String) - Method in interface net.openhft.chronicle.wire.Event
-
Updates the event with a new name, and if the event time is not already set,
updates the event time to the current system time.
- 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.TextMethodTester
-
Sets the UpdateInterceptor for the tester.
- updateInterceptor(UpdateInterceptor) - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
-
Specifies if verbose types should be used during method writing.
- upTime() - Method in class net.openhft.chronicle.wire.channel.SystemContext
-
Provides the system's up time in nanoseconds.
- url() - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
Retrieves the URL of this context.
- url() - Method in class net.openhft.chronicle.wire.MarshallableOutBuilder
-
Returns the URL set for this builder.
- urlFor(String) - Static method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
Parses a URL from a string, initializing any custom handlers as necessary.
- use8bit - Variable in class net.openhft.chronicle.wire.AbstractWire
-
- useAffinity() - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
Retrieves the status of affinity usage in this context.
- useAffinity(boolean) - Method in class net.openhft.chronicle.wire.channel.ChronicleContext
-
Sets the status of affinity usage in this context.
- 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
-
- 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
-
Configures whether to use method IDs.
- 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
-
- userCountry() - Method in class net.openhft.chronicle.wire.channel.SystemContext
-
Provides the user's country in the current system.
- userName() - Method in class net.openhft.chronicle.wire.channel.SystemContext
-
Provides the username of the current user in the system.
- 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
-
- 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.
- Validate - Interface in net.openhft.chronicle.wire
-
This is the Validate interface.
- validate(Object) - Method in interface net.openhft.chronicle.wire.Validate
-
Validates the provided object based on specific criteria or conditions.
- validateHandler(Marshallable) - Method in class net.openhft.chronicle.wire.channel.ChronicleGatewayMain
-
Validates that the incoming request contains a valid handler.
- 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 of a given
Wire instance.
- 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
-
- ValueOut.MapMarshaller<K,V> - Class in net.openhft.chronicle.wire
-
MapMarshaller is a utility for serializing a Map into a Wire format.
- 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.
- ValueWriter<T> - Interface in net.openhft.chronicle.wire
-
Deprecated.
- VanillaMessageHistory - Class in net.openhft.chronicle.wire
-
The
VanillaMessageHistory class is an implementation of
MessageHistory that
provides an array-backed history of messages.
- VanillaMessageHistory() - Constructor for class net.openhft.chronicle.wire.VanillaMessageHistory
-
- VanillaMethodReader - Class in net.openhft.chronicle.wire
-
This is the VanillaMethodReader class implementing the MethodReader interface.
- VanillaMethodReader(MarshallableIn, boolean, WireParselet, MethodReaderInterceptorReturns, Object[], Object...) - Constructor for class net.openhft.chronicle.wire.VanillaMethodReader
-
Constructor for creating an instance of VanillaMethodReader with specified parameters.
- VanillaMethodReader(MarshallableIn, boolean, WireParselet, FieldNumberParselet, MethodReaderInterceptorReturns, Object...) - Constructor for class net.openhft.chronicle.wire.VanillaMethodReader
-
- VanillaMethodReader(MarshallableIn, boolean, WireParselet, FieldNumberParselet, MethodReaderInterceptorReturns, Object[], Object...) - Constructor for class net.openhft.chronicle.wire.VanillaMethodReader
-
This constructor is an overloaded version of the primary VanillaMethodReader constructor.
- VanillaMethodReader(MarshallableIn, boolean, WireParselet, FieldNumberParselet, MethodReaderInterceptorReturns, Object[], Predicate<MethodReader>, Object...) - Constructor for class net.openhft.chronicle.wire.VanillaMethodReader
-
This is the primary constructor for the VanillaMethodReader class.
- VanillaMethodReaderBuilder - Class in net.openhft.chronicle.wire
-
The VanillaMethodReaderBuilder class implements the MethodReaderBuilder interface.
- 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
-
This is the VanillaMethodWriterBuilder class implementing both Builder and MethodWriterBuilder interfaces.
- 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 the WireParser interface, parsing wire inputs using both named and numbered
parselets to associate specific actions with events or field names.
- VanillaWireParser(WireParselet, FieldNumberParselet) - Constructor for class net.openhft.chronicle.wire.VanillaWireParser
-
Constructs a new VanillaWireParser with the specified default consumer and field number parselet.
- verboseTypes(boolean) - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
-
- 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
-
- wireAcquisition - Variable in class net.openhft.chronicle.wire.AbstractAnyWire
-
- WireCommon - Interface in net.openhft.chronicle.wire
-
- WireDumper - Class in net.openhft.chronicle.wire
-
- 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
-
The WireMarshaller class is responsible for marshalling and unmarshalling of objects of type T.
- WireMarshaller(Class<T>, WireMarshaller.FieldAccess[], boolean) - Constructor for class net.openhft.chronicle.wire.WireMarshaller
-
Constructs a new instance of the WireMarshaller with the specified parameters.
- 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
-
Represents a functional interface that can process wire input based on a given
character sequence key and a value input.
- WireParser - Interface in net.openhft.chronicle.wire
-
Defines the interface for parsing arbitrary field-value data from wire input.
- 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
-
- WireSerializedLambda - Class in net.openhft.chronicle.wire
-
Helper class to support the serialization of lambda expressions in Wire formats.
- WireSerializedLambda() - Constructor for class net.openhft.chronicle.wire.WireSerializedLambda
-
- WireToOutputStream - Class in net.openhft.chronicle.wire
-
This class bridges between a Wire object and a traditional OutputStream.
- WireToOutputStream(WireType, OutputStream) - Constructor for class net.openhft.chronicle.wire.WireToOutputStream
-
Constructs a new instance with the specified WireType and OutputStream.
- 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
-
Fetches the wire type configuration set for the method writer.
- wireType(WireType) - Method in class net.openhft.chronicle.wire.VanillaMethodWriterBuilder
-
Configures the wire type for the method 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 initializing the WireTypeConverter with a default WireTypeConverterInternal instance.
- 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
-
- write(WireKey) - Method in class net.openhft.chronicle.wire.HashWire
-
- write(CharSequence) - Method in class net.openhft.chronicle.wire.HashWire
-
- write() - Method in class net.openhft.chronicle.wire.QueryWire
-
- write(WireKey) - Method in class net.openhft.chronicle.wire.QueryWire
-
- write(CharSequence) - Method in class net.openhft.chronicle.wire.QueryWire
-
- write() - Method in class net.openhft.chronicle.wire.RawWire
-
- write(WireKey) - Method in class net.openhft.chronicle.wire.RawWire
-
- write(CharSequence) - Method in class net.openhft.chronicle.wire.RawWire
-
- 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
-
Serializes the given lambda to a Wire format using the provided
ValueOut instance.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- writeMarshallable(WireOut) - Method in class net.openhft.chronicle.wire.ValueOut.MapMarshaller
-
Converts and writes the Map's entries to the Wire format.
- writeMarshallable(WireOut) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
-
- writeMarshallable(BytesOut<?>) - Method in class net.openhft.chronicle.wire.VanillaMessageHistory
-
- 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
-
- 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
-
Writes the representation of the object o to the output.
- 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
-
- writeToWire(T, WireOut) - Method in interface net.openhft.chronicle.wire.WritingMarshaller
-
Deprecated.
- writeValue(T, ValueOut) - Method in interface net.openhft.chronicle.wire.ValueWriter
-
Deprecated.
- 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
-
- writingDocument() - Method in interface net.openhft.chronicle.wire.DocumentWritten
-
- 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
-
- 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
-
- WritingMarshaller<T> - Interface in net.openhft.chronicle.wire
-
Deprecated.