| Package | Description |
|---|---|
| net.openhft.chronicle.set |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExternalSetQueryContext<K,R>
|
interface |
SetContext<K,R>
Context, in which
SetEntries are accessed. |
interface |
SetQueryContext<K,R>
A context of
ChronicleSet operations with individual keys
(most: contains(), add(), etc., opposed to bulk operations). |
interface |
SetSegmentContext<K,R>
Context of
ChronicleSet's segment. |
| Modifier and Type | Method and Description |
|---|---|
ChronicleSetBuilder<K> |
ChronicleSetBuilder.entryOperations(SetEntryOperations<K,?> entryOperations)
Inject your SPI code around basic
ChronicleSet's operations with entries:
removing entries and inserting new entries. |
Copyright © 2019. All rights reserved.