| Package | Description |
|---|---|
| com.hazelcast.spi.hotrestart |
SPI for the Hot Restart store.
|
| com.hazelcast.spi.hotrestart.impl |
Implementation code for the Hot Restart store SPI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HotRestartStore.clear(boolean needsFsync,
long... keyPrefixes)
Removes all mappings for the supplied list of key prefixes.
|
void |
HotRestartStore.close()
Closes this Hot Restart store and releases any system resources it
had acquired.
|
boolean |
RamStore.copyEntry(KeyHandle kh,
int expectedSize,
RecordDataSink bufs)
Copies the key/value bytes into the corresponding byte buffers provided
by the supplied
RecordDataSink. |
void |
HotRestartStore.put(HotRestartKey key,
byte[] value,
boolean needsFsync)
Establishes a persistent mapping from the supplied key to the supplied value.
|
void |
HotRestartStore.remove(HotRestartKey key,
boolean needsFsync)
Removes the persistent mapping for the supplied key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrentHotRestartStore.clear(boolean needsFsync,
long... keyPrefixes) |
void |
ConcurrentHotRestartStore.close() |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.