Uses of Class
com.hazelcast.config.DiskTierConfig
Packages that use DiskTierConfig
-
Uses of DiskTierConfig in com.hazelcast.config
Methods in com.hazelcast.config that return DiskTierConfigModifier and TypeMethodDescriptionTieredStoreConfig.getDiskTierConfig()
Returns the disk tier config of this tiered-store configuration.DiskTierConfig.setDeviceName
(String deviceName) Sets the device name for this disk tier.DiskTierConfig.setEnabled
(boolean enabled) Sets whether disk tier is enabled on the related tiered-store.Methods in com.hazelcast.config with parameters of type DiskTierConfigModifier and TypeMethodDescriptionTieredStoreConfig.setDiskTierConfig
(DiskTierConfig diskTierConfig) Sets the disk tier config of this tiered-store configuration.Constructors in com.hazelcast.config with parameters of type DiskTierConfig