Uses of Class
com.hazelcast.config.PersistentMemoryDirectoryConfig
-
Uses of PersistentMemoryDirectoryConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionPersistentMemoryConfig.getDirectoryConfigs()
Returns the persistent memory directory configurations to be used to store memory structures allocated by native memory manager.Modifier and TypeMethodDescriptionPersistentMemoryConfig.addDirectoryConfig
(PersistentMemoryDirectoryConfig directoryConfig) Adds the persistent memory directory configuration to be used to store memory structures allocated by native memory manager.Modifier and TypeMethodDescriptionPersistentMemoryConfig.setDirectoryConfigs
(List<PersistentMemoryDirectoryConfig> directoryConfigs) Sets the persistent memory directory configuration to the set of directories provided in thedirectoryConfigs
argument.ModifierConstructorDescriptionPersistentMemoryDirectoryConfig
(PersistentMemoryDirectoryConfig directoryConfig) Constructs an instance by copying the providedPersistentMemoryDirectoryConfig
.