| Package | Description |
|---|---|
| net.openhft.chronicle.set |
| Class and Description |
|---|
ChronicleSet
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. |
ChronicleSetBuilder
ChronicleSetBuilder manages the whole set of ChronicleSet configurations, could
be used as a classic builder and/or factory. |
| SetAbsentEntry
Low-level operational context for the situations, when the new key is going to be inserted
into the
ChronicleSet. |
| SetContext
Context, in which
SetEntries are accessed. |
| SetEntry
A context of a present entry in the
ChronicleSet. |
| SetEntryOperations
SPI interface fro customizing "low-level" modification operations on
ChronicleSet
entries. |
| SetQueryContext
A context of
ChronicleSet operations with individual keys
(most: contains(), add(), etc., opposed to bulk operations). |
Copyright © 2019. All rights reserved.