Skip navigation links

OpenHFT/Chronicle-Map 3.10.0 API

Packages 
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.locks
Contains abstractions of inter-process locks, used in Chronicle Map.
net.openhft.chronicle.hash.serialization
Contains interfaces for serializing objects between Java heap and Bytes or BytesStore, used by Chronicle Map to store objects off-heap, and read them back from off-heap memory to on-heap objects.
net.openhft.chronicle.map
Contains ChronicleMap interface, ChronicleMap context interfaces, ChronicleMapBuilder class and related stuff.
net.openhft.chronicle.set
Contains ChronicleSet interface, ChronicleSet context interfaces and ChronicleSetBuilder class.
Skip navigation links

Copyright © 2016. All rights reserved.