Uses of Interface
com.hazelcast.config.DeviceConfig
-
Uses of DeviceConfig in com.hazelcast.config
Modifier and TypeClassDescriptionfinal class
Local Device configuration for the Tiered-Store.Modifier and TypeMethodDescription<T extends DeviceConfig>
TConfig.getDeviceConfig
(Class<T> clazz, String name) Returns the device config mapped by the provided device name.<T extends DeviceConfig>
TConfig.getDeviceConfig
(String name) Returns the device config mapped by the provided device name.Modifier and TypeMethodDescriptionConfig.getDeviceConfigs()
Returns the map ofLocalDeviceConfig
s mapped by device name.Modifier and TypeMethodDescriptionConfig.addDeviceConfig
(DeviceConfig deviceConfig) Adds the device configuration.Modifier and TypeMethodDescriptionConfig.setDeviceConfigs
(Map<String, DeviceConfig> deviceConfigs) Sets the map ofDeviceConfig
s mapped by device name.