Uses of Class
com.hazelcast.config.BTreeIndexConfig
-
Uses of BTreeIndexConfig in com.hazelcast.config
Modifier 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.Modifier and TypeMethodDescriptionIndexConfig.setBTreeIndexConfig
(BTreeIndexConfig bTreeIndexConfig) Sets B-Tree config of this index to the specified configuration.