public class HotRestartStoreConfig extends Object
| Constructor and Description |
|---|
HotRestartStoreConfig() |
| Modifier and Type | Method and Description |
|---|---|
File |
homeDir() |
com.hazelcast.logging.ILogger |
logger() |
com.hazelcast.internal.memory.MemoryAllocator |
malloc() |
com.hazelcast.internal.metrics.MetricsRegistry |
metricsRegistry() |
RamStoreRegistry |
ramStoreRegistry() |
HotRestartStoreConfig |
setHomeDir(File homeDir) |
HotRestartStoreConfig |
setLoggingService(com.hazelcast.logging.LoggingService loggingService) |
HotRestartStoreConfig |
setMalloc(com.hazelcast.internal.memory.MemoryAllocator malloc) |
HotRestartStoreConfig |
setMetricsRegistry(com.hazelcast.internal.metrics.MetricsRegistry metricsRegistry) |
HotRestartStoreConfig |
setRamStoreRegistry(RamStoreRegistry storeRegistry) |
HotRestartStoreConfig |
setStoreName(String storeName) |
String |
storeName() |
HotRestartStoreConfig |
validateAndCreateHomeDir() |
public HotRestartStoreConfig setStoreName(String storeName)
public HotRestartStoreConfig setHomeDir(File homeDir)
public HotRestartStoreConfig setRamStoreRegistry(RamStoreRegistry storeRegistry)
public HotRestartStoreConfig setMetricsRegistry(com.hazelcast.internal.metrics.MetricsRegistry metricsRegistry)
public HotRestartStoreConfig setLoggingService(com.hazelcast.logging.LoggingService loggingService)
public HotRestartStoreConfig setMalloc(com.hazelcast.internal.memory.MemoryAllocator malloc)
public HotRestartStoreConfig validateAndCreateHomeDir()
public String storeName()
public File homeDir()
public com.hazelcast.logging.ILogger logger()
public com.hazelcast.internal.memory.MemoryAllocator malloc()
public RamStoreRegistry ramStoreRegistry()
public com.hazelcast.internal.metrics.MetricsRegistry metricsRegistry()
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.