Uses of Class
com.hazelcast.config.TieredStoreConfig
Packages that use TieredStoreConfig
-
Uses of TieredStoreConfig in com.hazelcast.config
Methods in com.hazelcast.config that return TieredStoreConfigModifier and TypeMethodDescriptionMapConfig.getTieredStoreConfig()
Gets theTieredStoreConfig
for thisMapConfig
TieredStoreConfig.setDiskTierConfig
(DiskTierConfig diskTierConfig) Sets the disk tier config of this tiered-store configuration.TieredStoreConfig.setEnabled
(boolean enabled) Sets whether tiered-store is enabled on the related data structure.TieredStoreConfig.setMemoryTierConfig
(MemoryTierConfig memoryTierConfig) Sets the memory tier config of this tiered-store configuration.Methods in com.hazelcast.config with parameters of type TieredStoreConfigModifier and TypeMethodDescriptionMapConfig.setTieredStoreConfig
(TieredStoreConfig tieredStoreConfig) Sets theTieredStoreConfig
for thisMapConfig
Constructors in com.hazelcast.config with parameters of type TieredStoreConfig