Uses of Interface
com.hazelcast.config.DeviceConfig
Packages that use DeviceConfig
-
Uses of DeviceConfig in com.hazelcast.config
Classes in com.hazelcast.config that implement DeviceConfigModifier and TypeClassDescriptionfinal class
Local Device configuration for the Tiered-Store.Methods in com.hazelcast.config with type parameters of type DeviceConfigModifier 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.Methods in com.hazelcast.config that return types with arguments of type DeviceConfigModifier and TypeMethodDescriptionConfig.getDeviceConfigs()
Returns the map ofLocalDeviceConfig
s mapped by device name.Methods in com.hazelcast.config with parameters of type DeviceConfigModifier and TypeMethodDescriptionConfig.addDeviceConfig
(DeviceConfig deviceConfig) Adds the device configuration.Method parameters in com.hazelcast.config with type arguments of type DeviceConfigModifier and TypeMethodDescriptionConfig.setDeviceConfigs
(Map<String, DeviceConfig> deviceConfigs) Sets the map ofDeviceConfig
s mapped by device name.