Skip navigation links

OpenHFT/Chronicle-Map 3.19.31 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.impl.stage.data.bytes  
net.openhft.chronicle.hash.impl.stage.entry  
net.openhft.chronicle.hash.impl.stage.hash  
net.openhft.chronicle.hash.impl.stage.iter  
net.openhft.chronicle.hash.impl.stage.query  
net.openhft.chronicle.hash.impl.util  
net.openhft.chronicle.hash.impl.util.jna  
net.openhft.chronicle.hash.impl.util.math
All classes in this package are copied from Apache Commons Math 3.5 with minor simplifications, removing unused methods and replacing usages of FastMath with vanilla Math
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.map.impl.ret  
net.openhft.chronicle.map.impl.stage.data  
net.openhft.chronicle.map.impl.stage.data.bytes  
net.openhft.chronicle.map.impl.stage.data.instance  
net.openhft.chronicle.map.impl.stage.entry  
net.openhft.chronicle.map.impl.stage.input  
net.openhft.chronicle.map.impl.stage.iter  
net.openhft.chronicle.map.impl.stage.map  
net.openhft.chronicle.map.impl.stage.query  
net.openhft.chronicle.map.impl.stage.ret  
net.openhft.chronicle.set
Contains ChronicleSet interface, ChronicleSet context interfaces and ChronicleSetBuilder class.
net.openhft.xstream.converters  
Skip navigation links

Copyright © 2020. All rights reserved.