Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
PersistentMemoryConfig |
PersistentMemoryConfig.addDirectoryConfig(PersistentMemoryDirectoryConfig directoryConfig)
Adds the persistent memory directory configuration to be used to
store memory structures allocated by native memory manager.
|
PersistentMemoryConfig |
NativeMemoryConfig.getPersistentMemoryConfig()
Returns the persistent memory configuration this native memory
configuration uses.
|
PersistentMemoryConfig |
PersistentMemoryConfig.setDirectoryConfigs(List<PersistentMemoryDirectoryConfig> directoryConfigs)
Sets the persistent memory directory configuration to the set of
directories provided in the
directoryConfigs argument. |
PersistentMemoryConfig |
PersistentMemoryConfig.setEnabled(boolean enabled)
Enables or disables persistent memory.
|
PersistentMemoryConfig |
PersistentMemoryConfig.setMode(PersistentMemoryMode mode)
Sets the mode in which the persistent memory should be used.
|
Modifier and Type | Method and Description |
---|---|
void |
NativeMemoryConfig.setPersistentMemoryConfig(PersistentMemoryConfig persistentMemoryConfig)
Sets the persistent memory configuration this native memory
configuration uses.
|
Constructor and Description |
---|
PersistentMemoryConfig(PersistentMemoryConfig persistentMemoryConfig)
Constructs an instance with copying the fields of the provided
PersistentMemoryConfig . |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.