Package com.hazelcast.config
Class BTreeIndexConfig
java.lang.Object
com.hazelcast.config.BTreeIndexConfig
Configuration options specific for B-Tree indexes.
- Since:
- 5.2
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns memory tier configuration for this index.Returns the page size of B-Tree index.int
hashCode()
setMemoryTierConfig
(MemoryTierConfig memoryTierConfig) Sets memory tier configuration for this index to given configuration.setPageSize
(Capacity pageSize) Sets index page size to given non-negative value.toString()
-
Field Details
-
DEFAULT_PAGE_SIZE
Default value of page size for B-Trees.
-
-
Constructor Details
-
BTreeIndexConfig
public BTreeIndexConfig() -
BTreeIndexConfig
-
-
Method Details
-
getPageSize
Returns the page size of B-Tree index.- Returns:
- index page size.
-
setPageSize
Sets index page size to given non-negative value.- Parameters:
pageSize
- page size of the index
-
getMemoryTierConfig
Returns memory tier configuration for this index.- Returns:
- memory tier configuration for this index.
-
setMemoryTierConfig
Sets memory tier configuration for this index to given configuration.- Parameters:
memoryTierConfig
- new memory tier configuration to be set.
-
equals
-
hashCode
public int hashCode() -
toString
-