Uses of Class
com.hazelcast.config.PersistentMemoryDirectoryConfig
Packages that use PersistentMemoryDirectoryConfig
-
Uses of PersistentMemoryDirectoryConfig in com.hazelcast.config
Methods in com.hazelcast.config that return types with arguments of type PersistentMemoryDirectoryConfigModifier and TypeMethodDescriptionPersistentMemoryConfig.getDirectoryConfigs()
Returns the persistent memory directory configurations to be used to store memory structures allocated by native memory manager.Methods in com.hazelcast.config with parameters of type PersistentMemoryDirectoryConfigModifier and TypeMethodDescriptionPersistentMemoryConfig.addDirectoryConfig
(PersistentMemoryDirectoryConfig directoryConfig) Adds the persistent memory directory configuration to be used to store memory structures allocated by native memory manager.Method parameters in com.hazelcast.config with type arguments of type PersistentMemoryDirectoryConfigModifier and TypeMethodDescriptionPersistentMemoryConfig.setDirectoryConfigs
(List<PersistentMemoryDirectoryConfig> directoryConfigs) Sets the persistent memory directory configuration to the set of directories provided in thedirectoryConfigs
argument.Constructors in com.hazelcast.config with parameters of type PersistentMemoryDirectoryConfigModifierConstructorDescriptionPersistentMemoryDirectoryConfig
(PersistentMemoryDirectoryConfig directoryConfig) Constructs an instance by copying the providedPersistentMemoryDirectoryConfig
.