| 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.map |
Contains
ChronicleMap interface, ChronicleMap context
interfaces, ChronicleMapBuilder class and related stuff. |
| net.openhft.chronicle.set |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChronicleHashBuilder<K,H extends ChronicleHash<K,?,?,?>,B extends ChronicleHashBuilder<K,H,B>>
Base interface for
ChronicleMapBuilder and ChronicleSetBuilder, i. |
| Modifier and Type | Method and Description |
|---|---|
ChronicleHash<K,?,?,?> |
HashContext.hash()
Returns the accessed
ChronicleHash. |
| Constructor and Description |
|---|
ChronicleHashClosedException(ChronicleHash hash) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChronicleMap<K,V>
ChronicleMap provides concurrent access to a Chronicle Map key-value store from a
JVM process. |
| Modifier and Type | Method and Description |
|---|---|
ChronicleHash<K,?,?,?> |
MapContext.hash()
Returns the accessed
ChronicleMap. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChronicleSet<K>
ChronicleSet provides concurrent access to a Chronicle Map key-value store with
zero-sized values from a JVM process, wrapped as an extension of Set interface. |
| Modifier and Type | Method and Description |
|---|---|
ChronicleHash<K,?,?,?> |
SetContext.hash()
Returns the accessed
ChronicleSet. |
Copyright © 2019. All rights reserved.