| Package | Description |
|---|---|
| net.openhft.chronicle.hash |
Contains common interfaces and utilities for
ChronicleMaps (net.openhft.chronicle.map package) and
ChronicleSets
(net.openhft.chronicle.set package). |
| net.openhft.chronicle.hash.serialization |
The package contains interfaces for serializing objects and values between Java heap and
Bytes or BytesStore. |
| net.openhft.chronicle.map | |
| net.openhft.chronicle.set |
Contains
ChronicleSet interface and
ChronicleSetBuilder class. |
| Class and Description |
|---|
| BytesReader
External version on
ReadBytesMarshallable. |
| BytesWriter
External version of
WriteBytesMarshallable. |
| DataAccess |
| SizedReader
Deserializer of objects from bytes, mirroring the
SizedWriter, i. |
| SizedWriter
Serializer (object to bytes writer) which 1) knows the length of serialized
form of any object before actual serialization 2) doesn't include that length in the serialized
form itself, assuming it will be passed by the
ChronicleHash into SizedReader.read(net.openhft.chronicle.bytes.Bytes, long, T) deserialization method. |
| SizeMarshaller
Strategy of storing numbers in bytes stores (usually sizes of the subsequent chunks in
the same bytes store).
|
| Class and Description |
|---|
| BytesReader
External version on
ReadBytesMarshallable. |
| BytesWriter
External version of
WriteBytesMarshallable. |
| ListMarshaller
Marshaller of
List<T>. |
| MapMarshaller
Marshaller of
Map<K, V>. |
| SetMarshaller
Marshaller of
Set<T>. |
| SizeMarshaller
Strategy of storing numbers in bytes stores (usually sizes of the subsequent chunks in
the same bytes store).
|
| StatefulCopyable
Stateful implementations of marshaller interfaces (
SizedReader, SizedWriter,
BytesReader, BytesWriter, DataAccess), configured for ChronicleMap or ChronicleSet in builder, should implement the StatefulCopyable
interface. |
| Class and Description |
|---|
| BytesReader
External version on
ReadBytesMarshallable. |
| BytesWriter
External version of
WriteBytesMarshallable. |
| DataAccess |
| SizedReader
Deserializer of objects from bytes, mirroring the
SizedWriter, i. |
| SizedWriter
Serializer (object to bytes writer) which 1) knows the length of serialized
form of any object before actual serialization 2) doesn't include that length in the serialized
form itself, assuming it will be passed by the
ChronicleHash into SizedReader.read(net.openhft.chronicle.bytes.Bytes, long, T) deserialization method. |
| SizeMarshaller
Strategy of storing numbers in bytes stores (usually sizes of the subsequent chunks in
the same bytes store).
|
| Class and Description |
|---|
| BytesReader
External version on
ReadBytesMarshallable. |
| BytesWriter
External version of
WriteBytesMarshallable. |
| DataAccess |
| SizedReader
Deserializer of objects from bytes, mirroring the
SizedWriter, i. |
| SizedWriter
Serializer (object to bytes writer) which 1) knows the length of serialized
form of any object before actual serialization 2) doesn't include that length in the serialized
form itself, assuming it will be passed by the
ChronicleHash into SizedReader.read(net.openhft.chronicle.bytes.Bytes, long, T) deserialization method. |
| SizeMarshaller
Strategy of storing numbers in bytes stores (usually sizes of the subsequent chunks in
the same bytes store).
|
Copyright © 2016. All rights reserved.