| Package | Description |
|---|---|
| com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndex
Provides an abstract base for indexes.
|
class |
IndexImpl
Provides implementation of on-heap indexes.
|
| Modifier and Type | Method and Description |
|---|---|
InternalIndex |
Indexes.addOrGetIndex(String attribute,
boolean ordered)
Obtains the existing index or creates a new one (if an index doesn't exist
yet) for the given attribute in this indexes instance.
|
InternalIndex |
DefaultIndexProvider.createIndex(String attributeName,
boolean ordered,
Extractors extractors,
InternalSerializationService ss,
IndexCopyBehavior copyBehavior,
PerIndexStats stats) |
InternalIndex |
IndexProvider.createIndex(String attributeName,
boolean ordered,
Extractors extractors,
InternalSerializationService ss,
IndexCopyBehavior copyBehavior,
PerIndexStats stats)
Creates a new index for the given attribute name.
|
InternalIndex |
Indexes.getIndex(String attribute)
Get index for a given attribute.
|
InternalIndex[] |
Indexes.getIndexes()
Returns all the indexes known to this indexes instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Indexes.markPartitionAsIndexed(int partitionId,
InternalIndex[] indexes)
Marks the given partition as indexed by the given indexes.
|
static void |
Indexes.markPartitionAsUnindexed(int partitionId,
InternalIndex[] indexes)
Marks the given partition as unindexed by the given indexes.
|
Copyright © 2019. All Rights Reserved.