Uses of Class
com.hazelcast.config.PersistentMemoryConfig
-
Uses of PersistentMemoryConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionPersistentMemoryConfig.addDirectoryConfig
(PersistentMemoryDirectoryConfig directoryConfig) Adds the persistent memory directory configuration to be used to store memory structures allocated by native memory manager.NativeMemoryConfig.getPersistentMemoryConfig()
Returns the persistent memory configuration this native memory configuration uses.PersistentMemoryConfig.setDirectoryConfigs
(List<PersistentMemoryDirectoryConfig> directoryConfigs) Sets the persistent memory directory configuration to the set of directories provided in thedirectoryConfigs
argument.PersistentMemoryConfig.setEnabled
(boolean enabled) Enables or disables persistent memory.PersistentMemoryConfig.setMode
(PersistentMemoryMode mode) Sets the mode in which the persistent memory should be used.Modifier and TypeMethodDescriptionvoid
NativeMemoryConfig.setPersistentMemoryConfig
(PersistentMemoryConfig persistentMemoryConfig) Sets the persistent memory configuration this native memory configuration uses.ModifierConstructorDescriptionPersistentMemoryConfig
(PersistentMemoryConfig persistentMemoryConfig) Constructs an instance with copying the fields of the providedPersistentMemoryConfig
.