| Package | Description |
|---|---|
| com.hazelcast.spi.hotrestart.impl |
Implementation code for the Hot Restart store SPI.
|
| Modifier and Type | Method and Description |
|---|---|
HotRestartStoreConfig |
HotRestartStoreConfig.setHomeDir(File homeDir) |
HotRestartStoreConfig |
HotRestartStoreConfig.setLoggingService(com.hazelcast.logging.LoggingService loggingService) |
HotRestartStoreConfig |
HotRestartStoreConfig.setMalloc(com.hazelcast.internal.memory.MemoryAllocator malloc) |
HotRestartStoreConfig |
HotRestartStoreConfig.setMetricsRegistry(com.hazelcast.internal.metrics.MetricsRegistry metricsRegistry) |
HotRestartStoreConfig |
HotRestartStoreConfig.setRamStoreRegistry(RamStoreRegistry storeRegistry) |
HotRestartStoreConfig |
HotRestartStoreConfig.setStoreName(String storeName) |
HotRestartStoreConfig |
HotRestartStoreConfig.validateAndCreateHomeDir() |
| Modifier and Type | Method and Description |
|---|---|
static HotRestartStore |
HotRestartModule.newOffHeapHotRestartStore(HotRestartStoreConfig cfg,
com.hazelcast.spi.properties.HazelcastProperties properties)
Constructs, configures, and returns an off-heap Hot Restart Store.
|
static HotRestartStore |
HotRestartModule.newOnHeapHotRestartStore(HotRestartStoreConfig cfg,
com.hazelcast.spi.properties.HazelcastProperties properties)
Constructs, configures, and returns an on-heap Hot Restart Store.
|
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.