ChronicleMaps (net.openhft.chronicle.map package) and
ChronicleSets
(net.openhft.chronicle.set package).See: Description
| Interface | Description |
|---|---|
| ChronicleHash |
This interface defines common
ChronicleMap and ChronicleSet, related to off-heap
memory management and file-mapping. |
| ChronicleHashBuilder<K,C extends ChronicleHash,B extends ChronicleHashBuilder<K,C,B>> |
This interface defines the meaning of configurations, common to
ChronicleMapBuilder and ChronicleSetBuilder, i. |
| ChronicleHashErrorListener | |
| ChronicleHashInstanceBuilder<C extends ChronicleHash> | |
| ChronicleHashStatelessClientBuilder<C extends ChronicleHashStatelessClientBuilder<C,H>,H extends ChronicleHash> |
Builder of stateless
ChronicleHash implementation, this stateless implementation will be
referred to as a stateless client as it
will not hold any of its own data locally, the stateless client will perform Remote Procedure
Calls ( RPC ) to another ChronicleMap or ChronicleSet which we will refer to
as the server. |
| Class | Description |
|---|---|
| ChronicleHashErrorListeners |
| Exception | Description |
|---|---|
| RemoteCallTimeoutException |
TODO mention in docs
|
ChronicleMaps (net.openhft.chronicle.map package) and
ChronicleSets
(net.openhft.chronicle.set package). This package should be the root of
net.openhft.chronicle.map and net.openhft.chronicle.set packages, moved to
the same level because net.openhft.chronicle package is occupied by Chronicle Queue project.Copyright © 2015. All rights reserved.