| 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 | |
| net.openhft.chronicle.set |
Contains
ChronicleSet interface and
ChronicleSetBuilder class. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChronicleHashBuilder<K,H extends ChronicleHash<K,?,?,?>,B extends ChronicleHashBuilder<K,H,B>>
This interface defines the meaning of configurations, common to
ChronicleMapBuilder and
ChronicleSetBuilder, i. |
| Modifier and Type | Method and Description |
|---|---|
ChronicleHash<K,?,?,?> |
HashContext.hash()
Returns the accessed
ChronicleHash. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChronicleMap<K,V>
Extension of
ConcurrentMap interface, stores the data off-heap. |
| Modifier and Type | Method and Description |
|---|---|
ChronicleHash<K,?,?,?> |
MapContext.hash()
Returns the accessed
ChronicleMap. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChronicleSet<K> |
| Modifier and Type | Method and Description |
|---|---|
ChronicleHash<K,?,?,?> |
SetContext.hash()
Returns the accessed
ChronicleSet. |
Copyright © 2016. All rights reserved.