public final class HotRestartEvictionHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_HOT_RESTART_FREE_NATIVE_MEMORY_PERCENTAGE
By default, hot restart requires at least 15% free HD space.
|
static com.hazelcast.spi.properties.HazelcastProperty |
HOT_RESTART_FREE_NATIVE_MEMORY_PERCENTAGE
XML and system property for setting the hot restart required free space
|
static String |
PROPERTY_HOTRESTART_FREE_NATIVE_MEMORY_PERCENTAGE
The name of the XML and system property for setting the hot restart required free space.
|
| Constructor and Description |
|---|
HotRestartEvictionHelper() |
HotRestartEvictionHelper(com.hazelcast.spi.properties.HazelcastProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHotRestartFreeNativeMemoryPercentage()
When Hot Restart is enabled, we want at least "hazelcast.hotrestart.free.native.memory.percentage" percent
free Hi-Density space.
|
public static final int DEFAULT_HOT_RESTART_FREE_NATIVE_MEMORY_PERCENTAGE
public static final String PROPERTY_HOTRESTART_FREE_NATIVE_MEMORY_PERCENTAGE
public static final com.hazelcast.spi.properties.HazelcastProperty HOT_RESTART_FREE_NATIVE_MEMORY_PERCENTAGE
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.