| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<PersistentMemoryDirectoryConfig> | 
PersistentMemoryConfig.getDirectoryConfigs()
Returns the persistent memory directory configurations to be used
 to store memory structures allocated by native memory manager. 
 | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PersistentMemoryConfig | 
PersistentMemoryConfig.setDirectoryConfigs(List<PersistentMemoryDirectoryConfig> directoryConfigs)
Sets the persistent memory directory configuration to the set of
 directories provided in the  
directoryConfigs argument. | 
| Constructor and Description | 
|---|
PersistentMemoryDirectoryConfig(PersistentMemoryDirectoryConfig directoryConfig)
Constructs an instance by copying the provided  
PersistentMemoryDirectoryConfig. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.