Uses of Class
com.hazelcast.config.IndexConfig
Package
Description
Provides classes for configuring HazelcastInstance.
Contains Hazelcast map module classes.
-
Uses of IndexConfig in com.hazelcast.config
Modifier 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.Modifier and TypeMethodDescriptionMapConfig.addIndexConfig
(IndexConfig indexConfig) QueryCacheConfig.addIndexConfig
(IndexConfig indexConfig) Modifier and TypeMethodDescriptionMapConfig.setIndexConfigs
(List<IndexConfig> indexConfigs) QueryCacheConfig.setIndexConfigs
(List<IndexConfig> indexConfigs) -
Uses of IndexConfig in com.hazelcast.map
Modifier 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)