| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BTreeIndexConfig | 
IndexConfig.getBTreeIndexConfig()
Provides access to index options specific to B-Tree indexes. 
 | 
BTreeIndexConfig | 
BTreeIndexConfig.setMemoryTierConfig(MemoryTierConfig memoryTierConfig)
Sets memory tier configuration for this index to given configuration. 
 | 
BTreeIndexConfig | 
BTreeIndexConfig.setPageSize(Capacity pageSize)
Sets index page size to given non-negative value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IndexConfig | 
IndexConfig.setBTreeIndexConfig(BTreeIndexConfig bTreeIndexConfig)
Sets B-Tree config of this index to the specified configuration. 
 | 
| Constructor and Description | 
|---|
BTreeIndexConfig(BTreeIndexConfig other)  | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.