| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocalDeviceConfig
Local Device configuration for the Tiered-Store. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends DeviceConfig> | 
Config.getDeviceConfig(Class<T> clazz,
               String name)
Returns the device config mapped by the provided device name. 
 | 
<T extends DeviceConfig> | 
Config.getDeviceConfig(String name)
Returns the device config mapped by the provided device name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,DeviceConfig> | 
Config.getDeviceConfigs()
Returns the map of  
LocalDeviceConfigs mapped by device name. | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
Config.addDeviceConfig(DeviceConfig deviceConfig)
Adds the device configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
Config.setDeviceConfigs(Map<String,DeviceConfig> deviceConfigs)
Sets the map of  
DeviceConfigs mapped by device name. | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.