| Package | Description |
|---|---|
| net.openhft.chronicle.wire | |
| net.openhft.chronicle.wire.channel |
Provides classes and interfaces for managing Chronicle communication channels and their operations.
|
| net.openhft.chronicle.wire.channel.echo | |
| net.openhft.chronicle.wire.converter | |
| 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 | |
| net.openhft.chronicle.wire.domestic.reduction | |
| net.openhft.chronicle.wire.domestic.stream | |
| net.openhft.chronicle.wire.utils |
| Class and Description |
|---|
| AbstractAnyWire
An abstract representation of a wire type that could be either
TextWire or BinaryWire. |
| AbstractClassGenerator
Abstract generator for classes at runtime based on meta-data.
|
| AbstractClassGenerator.MetaData
Represents the metadata configuration required for the class generator.
|
| AbstractEventCfg
The AbstractEventCfg class represents a generic configuration as an event.
|
| AbstractGeneratedMethodReader
This is the AbstractGeneratedMethodReader class implementing the MethodReader interface.
|
| AbstractLongConverter
An abstract class that serves as a base implementation for the
LongConverter interface. |
| AbstractMarshallableCfg
An abstract class that represents a configuration Data Transfer Object (DTO) capable of marshalling.
|
| AbstractMethodWriterInvocationHandler
An abstract handler for method writer invocations that provides a base implementation.
|
| AbstractTimestampLongConverter
This abstract class serves as the base for LongConverters that handle timestamp values.
|
| AbstractWire
Represents the AbstractWire class which serves as a base for all Wire implementations.
|
| Base32LongConverter
This class is responsible for converting 64-bit unsigned numbers into a base32 representation.
|
| Base64LongConverter
This class represents a converter for an unsigned 64-bit number encoded in base64.
|
| Base85LongConverter
Provides a Base85 encoding scheme, converting long values to a string representation.
|
| BaseEvent
This interface represents a timed event, providing methods to manage and access the time associated with the event.
|
| BinaryWire
Represents a binary translation of TextWire, which is a subset of YAML.
|
| BinaryWire.BinaryValueIn
Represents a binary input value and provides methods to read and manage the state
of this binary input.
|
| BinaryWire.FixedBinaryValueOut
Implementation of the ValueOut interface, providing methods to write values in a fixed binary format.
|
| BinaryWireCode
Enumerates the predefined byte codes for the Binary YAML wire format.
|
| BinaryWireHighCode
Enum to represent various high-level codes used in the binary wire protocol.
|
| BracketType
Represents the type of bracketing used in serialized data formats, particularly
in the context of Chronicle Wire serialization/deserialization processes.
|
| BytesInBinaryMarshallable
Represents an abstract base class for binary marshallables that primarily deal with bytes.
|
| ChronicleBitSet |
| CSVWire
Represents a CSV (Comma Separated Values) based wire format.
|
| Demarshallable
Represents a contract for objects that are designed for deserialization, with an expectation
that a new, potentially immutable object is instantiated during each deserialization process.
|
| DocumentContext
Represents a context that governs the interactions and state management for a document.
|
| DocumentContextHolder
This is the DocumentContextHolder class which implements both
DocumentContext
and WriteDocumentContext. |
| DocumentWritten
Represents an entity that supports writing documents.
|
| DynamicEnum
Deprecated.
|
| Event
This interface defines the structure and behavior of an event within a system.
|
| ExcerptListener
A listener interface for receiving events when excerpts are encountered.
|
| FieldInfo
Represents an abstraction for the meta-information of a field within a class or interface.
|
| FieldNumberParselet
Represents a parselet to process field numbers in a wire format.
|
| GeneratedProxyClass
This is the GeneratedProxyClass enum.
|
| GenerateMethodWriter2.GMWMetaData
Metadata associated with the
GenerateMethodWriter2 class. |
| HeadNumberChecker
Represents a functional interface for checking header numbers against specific criteria.
|
| IdentifierLongConverter
An identifier that acts as a base 66 string of up to 10 characters, or a nanosecond timestamp for dates from 2019-09-14.
|
| JSONWire
Represents the JSON wire format.
|
| LongConverter
Provides an abstraction for converting between long values and their string representations,
potentially based on a custom character or symbol set.
|
| LongValueBitSet
This is the LongValueBitSet class extending AbstractCloseable.
|
| Marshallable
Represents a data structure that supports both reading from and writing to marshallable
formats.
|
| MarshallableIn
This interface provides methods for reading marshallable objects.
|
| MarshallableOut
Defines the contract for objects that can write out Marshallable objects.
|
| MarshallableOutBuilder
This is the
MarshallableOutBuilder class. |
| MessageHistory
This is the
MessageHistory interface, which extends Marshallable. |
| MessagePathClassifier
Deprecated.
|
| MethodFilterOnFirstArg
Represents a functional interface that provides a mechanism to filter methods based on their
first argument.
|
| MethodWireKey
The
MethodWireKey class represents a key within a wire format, extending the
BytesInBinaryMarshallable class and implementing the WireKey interface. |
| MethodWriter
The
MethodWriter interface defines the contract for classes that have the capability to
output their data in a marshallable format using the MarshallableOut interface. |
| MicroTimestampLongConverter
A
MicroTimestampLongConverter is an implementation of AbstractTimestampLongConverter
which handles conversions between long timestamps and date-time strings. |
| MilliTimestampLongConverter
A
MilliTimestampLongConverter is an implementation of AbstractTimestampLongConverter
which handles conversions between long timestamps and date-time strings. |
| NanoTimestampLongConverter
A
NanoTimestampLongConverter is an implementation of AbstractTimestampLongConverter
which handles conversions between long timestamps and date-time strings. |
| NoDocumentContext
An enumeration implementation of the
DocumentContext interface. |
| ObjectIntObjectConsumer
Represents a consumer that accepts two objects of types T and V, and an integer value.
|
| QueryWire
This class represents a wire format designed to decode URL query strings.
|
| ReadDocumentContext
Represents a context for reading documents.
|
| ReadMarshallable
This interface represents objects that can be reloaded from a stream by reusing an existing instance.
|
| RollbackIfNotCompleteNotifier
The RollbackIfNotCompleteNotifier interface defines methods to handle rollback scenarios
in the event of incomplete operations or messages.
|
| SelfDescribingMarshallable
Represents an abstraction of marshallable objects that are self-describing by default.
|
| SerializationStrategies
Enumerates the available serialization strategies, each implementing the
SerializationStrategy interface. |
| SerializationStrategy
Represents a strategy for serializing and deserializing objects of type
T. |
| ServicesTimestampLongConverter
This is the ServicesTimestampLongConverter class implementing the
LongConverter interface. |
| ShortTextLongConverter
Implements a Base 85 encoding scheme specifically designed for converting short text strings into long values.
|
| SourceContext
This is the SourceContext interface.
|
| TextMethodTester
Provides a tester for methods with text input, primarily focused on YAML testing.
|
| TextWire
A representation of the YAML-based wire format.
|
| TextWire.TextValueIn
Represents a textual input value for deserialization.
|
| TriConsumer
Represents an operation that accepts three input arguments and returns no result.
|
| UnrecoverableTimeoutException
Represents an unrecoverable timeout exception, indicating that a certain operation
or request exceeded its allotted time and cannot be recovered or retried.
|
| ValueIn
Represents an interface for reading values in various formats from a serialized data source.
|
| ValueIn.Reader
Interface for reading values from the wire into a list.
|
| ValueOut
Defines an interface for writing out values after writing a field.
|
| ValueOut.MapMarshaller
MapMarshaller is a utility for serializing a Map into a Wire format.
|
| VanillaMethodReader
This is the VanillaMethodReader class implementing the MethodReader interface.
|
| VanillaMethodReaderBuilder
The
VanillaMethodReaderBuilder class implements the MethodReaderBuilder interface. |
| VanillaMethodWriterBuilder
This is the VanillaMethodWriterBuilder class implementing both Builder and MethodWriterBuilder interfaces.
|
| VanillaWireParser
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.
|
| Wire
Defines the standard interface for sequentially writing to and reading from a Bytes stream.
|
| WireCommon |
| WireDumper |
| WireIn
Defines the standard interface for reading sequentially from a Bytes stream.
|
| WireIn.HeaderType
Enumeration representing possible header types that can be read from a WireIn instance.
|
| WireInternal
The WireInternal enum provides a collection of utility constants, data structures,
and internal configurations to support wire operations.
|
| WireKey
Represents a unique identifier or key for wiring protocols.
|
| WireMarshaller
The WireMarshaller class is responsible for marshalling and unmarshalling of objects of type T.
|
| WireOut
Defines the standard interface for sequential writing to a Bytes stream.
|
| WireOut.EndOfWire |
| WireParselet
Represents a functional interface that can process wire input based on a given
character sequence key and a value input.
|
| WireParser
Defines the interface for parsing arbitrary field-value data from wire input.
|
| Wires |
| WireType
Enumerates a selection of prebuilt wire types.
|
| WrappedDocumentContext
This is the WrappedDocumentContext class which implements the DocumentContext interface.
|
| WriteDocumentContext
This is the WriteDocumentContext interface extending DocumentContext.
|
| WriteMarshallable
Represents a marshallable entity capable of writing its state to a given wire format.
|
| WriteValue
Represents an entity capable of writing its value to a specified output format.
|
| YamlKeys
Represents a collection of offsets used in a YAML structure.
|
| YamlLogging
Provides utility functions to control the logging of Yaml messages, which can be
useful for debugging or generating documentation.
|
| YamlLogging.YamlLoggingLevel
Enum representing the various logging levels for Yaml.
|
| YamlToken
Enumerates the different types of tokens that can be found in a YAML document.
|
| YamlWire
Represents a YAML-based wire format designed for efficient parsing and serialization of data.
|
| YamlWireOut
Provides functionality for writing data in a YAML-based wire format.
|
| Class and Description |
|---|
| DocumentWritten
Represents an entity that supports writing documents.
|
| Marshallable
Represents a data structure that supports both reading from and writing to marshallable
formats.
|
| MarshallableIn
This interface provides methods for reading marshallable objects.
|
| MarshallableOut
Defines the contract for objects that can write out Marshallable objects.
|
| ReadMarshallable
This interface represents objects that can be reloaded from a stream by reusing an existing instance.
|
| RollbackIfNotCompleteNotifier
The RollbackIfNotCompleteNotifier interface defines methods to handle rollback scenarios
in the event of incomplete operations or messages.
|
| SelfDescribingMarshallable
Represents an abstraction of marshallable objects that are self-describing by default.
|
| WireOut
Defines the standard interface for sequential writing to a Bytes stream.
|
| WriteMarshallable
Represents a marshallable entity capable of writing its state to a given wire format.
|
| WriteValue
Represents an entity capable of writing its value to a specified output format.
|
| Class and Description |
|---|
| Marshallable
Represents a data structure that supports both reading from and writing to marshallable
formats.
|
| ReadMarshallable
This interface represents objects that can be reloaded from a stream by reusing an existing instance.
|
| SelfDescribingMarshallable
Represents an abstraction of marshallable objects that are self-describing by default.
|
| WriteMarshallable
Represents a marshallable entity capable of writing its state to a given wire format.
|
| WriteValue
Represents an entity capable of writing its value to a specified output format.
|
| Class and Description |
|---|
| LongConversion
Annotation to specify the conversion strategy for a `long` value.
|
| LongConverter
Provides an abstraction for converting between long values and their string representations,
potentially based on a custom character or symbol set.
|
| Class and Description |
|---|
| ExcerptListener
A listener interface for receiving events when excerpts are encountered.
|
| MarshallableIn
This interface provides methods for reading marshallable objects.
|
| Class and Description |
|---|
| Wire
Defines the standard interface for sequentially writing to and reading from a Bytes stream.
|
| Class and Description |
|---|
| ExcerptListener
A listener interface for receiving events when excerpts are encountered.
|
| Marshallable
Represents a data structure that supports both reading from and writing to marshallable
formats.
|
| MarshallableIn
This interface provides methods for reading marshallable objects.
|
| ReadMarshallable
This interface represents objects that can be reloaded from a stream by reusing an existing instance.
|
| SelfDescribingMarshallable
Represents an abstraction of marshallable objects that are self-describing by default.
|
| Wire
Defines the standard interface for sequentially writing to and reading from a Bytes stream.
|
| WriteMarshallable
Represents a marshallable entity capable of writing its state to a given wire format.
|
| WriteValue
Represents an entity capable of writing its value to a specified output format.
|
| Class and Description |
|---|
| MarshallableIn
This interface provides methods for reading marshallable objects.
|
| Class and Description |
|---|
| VanillaMessageHistory
The
VanillaMessageHistory class is an implementation of MessageHistory that
provides an array-backed history of messages. |
| WireOut
Defines the standard interface for sequential writing to a Bytes stream.
|
Copyright © 2024. All rights reserved.