Uses of Class
com.hazelcast.config.IndexConfig
Packages that use IndexConfig
Package
Description
Provides classes for configuring HazelcastInstance.
Contains Hazelcast map module classes.
-
Uses of IndexConfig in com.hazelcast.config
Methods in com.hazelcast.config that return IndexConfigModifier and TypeMethodDescriptionIndexConfig.addAttribute
(String attribute) Adds an index attribute with the given.IndexConfig.setAttributes
(List<String> attributes) Sets index attributes.IndexConfig.setBitmapIndexOptions
(BitmapIndexOptions bitmapIndexOptions) Sets bitmap index options of this index config to the given ones.IndexConfig.setBTreeIndexConfig
(BTreeIndexConfig bTreeIndexConfig) Sets B-Tree config of this index to the specified configuration.Sets name of the index.Sets type of the index. -
Uses of IndexConfig in com.hazelcast.map
Methods in com.hazelcast.map with parameters of type IndexConfigModifier and TypeMethodDescriptionvoid
IMap.addIndex
(IndexConfig indexConfig) Adds an index to this map for the specified entries so that queries can run faster.