| 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.converter |
| Class and Description |
|---|
| SymbolsLongConverter
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. |
| Class and Description |
|---|
| NanoTime
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.
|
| Class and Description |
|---|
| SizeLongConverter
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).
|
Copyright © 2024. All rights reserved.