See: Description
| Interface | Description |
|---|---|
| SetOfKeyHandle |
Set of key handles.
|
| SetOfKeyHandle.KhCursor | |
| SortedBySeqRecordCursor |
Cursor over records sorted by their
recordSeq. |
| Class | Description |
|---|---|
| ConcurrentHotRestartStore |
Concurrent implementation of
HotRestartStore which delegates work to a
single-threaded HotRestartPersistenceEngine over a many-to-one concurrent queue. |
| HotRestarter |
Reads the persistent state and:
refills the RAM stores
rebuilds the Hot Restart Store's metadata
|
| HotRestartModule |
Contains Hot Restart Store factory methods.
|
| HotRestartPersistenceEngine |
Single-threaded persistence engine behind the
ConcurrentHotRestartStore. |
| HotRestartStoreConfig |
Internal configuration class for the Hot Restart store.
|
| KeyOffHeap |
Implementation of
HotRestartKey for off-heap hot restart store. |
| KeyOnHeap |
Implementation usable both as
HotRestartKey and KeyHandle for an
on-heap hot restart store. |
| RamStoreRestartLoop |
Contains the main loop executed by the threads that call into the
RamStore
during the Hot Restart process. |
| RestartItem |
Item in the concurret queues during restarting.
|
| RestartItem.WithSetOfKeyHandle |
Used both for the "remove null keys" item and for the "submitter gone" item.
|
| SimpleHandleOffHeap |
Simple implementation of
KeyHandleOffHeap. |
Suports two types of Hot Restart store: on-heap and off-heap. The type of the store must match the type of the RAM store for which it provides Hot Restart persistence.
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.