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.Methods in com.hazelcast.config that return types with arguments of type IndexConfigMethods in com.hazelcast.config with parameters of type IndexConfigModifier and TypeMethodDescriptionMapConfig.addIndexConfig
(IndexConfig indexConfig) QueryCacheConfig.addIndexConfig
(IndexConfig indexConfig) Method parameters in com.hazelcast.config with type arguments of type IndexConfigModifier and TypeMethodDescriptionMapConfig.setIndexConfigs
(List<IndexConfig> indexConfigs) QueryCacheConfig.setIndexConfigs
(List<IndexConfig> indexConfigs) Constructors in com.hazelcast.config with parameters of type IndexConfig -
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.void
QueryCache.addIndex
(IndexConfig config)