Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.map |
Contains Hazelcast map module classes.
|
Modifier and Type | Method and Description |
---|---|
IndexConfig |
IndexConfig.addAttribute(String attribute)
Adds an index attribute with the given.
|
IndexConfig |
IndexConfig.setAttributes(List<String> attributes)
Sets index attributes.
|
IndexConfig |
IndexConfig.setBitmapIndexOptions(BitmapIndexOptions bitmapIndexOptions)
Sets bitmap index options of this index config to the given ones.
|
IndexConfig |
IndexConfig.setBTreeIndexConfig(BTreeIndexConfig bTreeIndexConfig)
Sets B-Tree config of this index to the specified configuration.
|
IndexConfig |
IndexConfig.setName(String name)
Sets name of the index.
|
IndexConfig |
IndexConfig.setType(IndexType type)
Sets type of the index.
|
Modifier and Type | Method and Description |
---|---|
List<IndexConfig> |
MapConfig.getIndexConfigs() |
List<IndexConfig> |
QueryCacheConfig.getIndexConfigs() |
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.addIndexConfig(IndexConfig indexConfig) |
QueryCacheConfig |
QueryCacheConfig.addIndexConfig(IndexConfig indexConfig) |
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.setIndexConfigs(List<IndexConfig> indexConfigs) |
QueryCacheConfig |
QueryCacheConfig.setIndexConfigs(List<IndexConfig> indexConfigs) |
Constructor and Description |
---|
IndexConfig(IndexConfig other) |
Modifier and Type | Method and Description |
---|---|
void |
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) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.