Uses of Class
com.hazelcast.config.BTreeIndexConfig
Packages that use BTreeIndexConfig
-
Uses of BTreeIndexConfig in com.hazelcast.config
Methods in com.hazelcast.config that return BTreeIndexConfigModifier and TypeMethodDescriptionIndexConfig.getBTreeIndexConfig()
Provides access to index options specific to B-Tree indexes.BTreeIndexConfig.setMemoryTierConfig
(MemoryTierConfig memoryTierConfig) Sets memory tier configuration for this index to given configuration.BTreeIndexConfig.setPageSize
(Capacity pageSize) Sets index page size to given non-negative value.Methods in com.hazelcast.config with parameters of type BTreeIndexConfigModifier and TypeMethodDescriptionIndexConfig.setBTreeIndexConfig
(BTreeIndexConfig bTreeIndexConfig) Sets B-Tree config of this index to the specified configuration.Constructors in com.hazelcast.config with parameters of type BTreeIndexConfig