Package | Description |
---|---|
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseIndexStore
Base class for concrete index store implementations
|
class |
BaseSingleValueIndexStore
The base store for indexes that are unable to work with multi-value
attributes natively.
|
class |
BitmapIndexStore
The store of bitmap indexes.
|
class |
OrderedIndexStore
Store indexes rankly.
|
class |
UnorderedIndexStore
Store indexes out of turn.
|
Modifier and Type | Field and Description |
---|---|
protected IndexStore |
AbstractIndex.indexStore |
Modifier and Type | Method and Description |
---|---|
protected abstract IndexStore |
AbstractIndex.createIndexStore(IndexDefinition definition,
PerIndexStats stats) |
protected IndexStore |
IndexImpl.createIndexStore(IndexDefinition definition,
PerIndexStats stats) |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.