| 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.hash.impl.stage.iter | |
| net.openhft.chronicle.map |
Contains
ChronicleMap interface, ChronicleMap context
interfaces, ChronicleMapBuilder class and related stuff. |
| net.openhft.chronicle.map.impl.stage.iter | |
| net.openhft.chronicle.set |
| Modifier and Type | Method and Description |
|---|---|
H |
ChronicleHashBuilder.recoverPersistedTo(File file,
boolean sameBuilderConfigAndLibraryVersion,
ChronicleHashCorruption.Listener corruptionListener)
Recovers and opens the hash container, persisted to the specified file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentsRecovery.recoverSegments(ChronicleHashCorruption.Listener corruptionListener,
net.openhft.chronicle.map.ChronicleHashCorruptionImpl corruption) |
int |
TierRecovery.recoverTier(int segmentIndex,
ChronicleHashCorruption.Listener corruptionListener,
net.openhft.chronicle.map.ChronicleHashCorruptionImpl corruption) |
void |
TierRecovery.removeDuplicatesInSegment(ChronicleHashCorruption.Listener corruptionListener,
net.openhft.chronicle.map.ChronicleHashCorruptionImpl corruption) |
| Modifier and Type | Method and Description |
|---|---|
ChronicleMap<K,V> |
ChronicleMapBuilder.recoverPersistedTo(File file,
boolean sameBuilderConfigAndLibraryVersion,
ChronicleHashCorruption.Listener corruptionListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatedTierRecovery.removeDuplicatesInSegment(ChronicleHashCorruption.Listener corruptionListener,
net.openhft.chronicle.map.ChronicleHashCorruptionImpl corruption) |
| Modifier and Type | Method and Description |
|---|---|
ChronicleSet<K> |
ChronicleSetBuilder.recoverPersistedTo(File file,
boolean sameBuilderConfigAndLibraryVersion,
ChronicleHashCorruption.Listener corruptionListener) |
Copyright © 2024. All rights reserved.