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