| 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 | Method and Description |
|---|---|
static ChronicleHashErrorListener |
ChronicleHashErrorListeners.error() |
static ChronicleHashErrorListener |
ChronicleHashErrorListeners.logging() |
| Modifier and Type | Method and Description |
|---|---|
B |
ChronicleHashBuilder.errorListener(ChronicleHashErrorListener errorListener) |
| Modifier and Type | Method and Description |
|---|---|
ChronicleMapBuilder<K,V> |
ChronicleMapBuilder.errorListener(ChronicleHashErrorListener errorListener) |
| Modifier and Type | Method and Description |
|---|---|
ChronicleSetBuilder<E> |
ChronicleSetBuilder.errorListener(ChronicleHashErrorListener errorListener) |
Copyright © 2015. All rights reserved.