Package | Description |
---|---|
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
Modifier and Type | Method and Description |
---|---|
static IndexDefinition |
IndexDefinition.parse(String definition,
boolean ordered)
Parses the given index definition.
|
Modifier and Type | Method and Description |
---|---|
InternalIndex |
DefaultIndexProvider.createIndex(IndexDefinition definition,
Extractors extractors,
InternalSerializationService ss,
IndexCopyBehavior copyBehavior,
PerIndexStats stats) |
InternalIndex |
IndexProvider.createIndex(IndexDefinition definition,
Extractors extractors,
InternalSerializationService ss,
IndexCopyBehavior copyBehavior,
PerIndexStats stats)
Creates a new index with the given name.
|
protected abstract IndexStore |
AbstractIndex.createIndexStore(IndexDefinition definition,
PerIndexStats stats) |
protected IndexStore |
IndexImpl.createIndexStore(IndexDefinition definition,
PerIndexStats stats) |
Constructor and Description |
---|
AbstractIndex(IndexDefinition definition,
InternalSerializationService ss,
Extractors extractors,
IndexCopyBehavior copyBehavior,
PerIndexStats stats) |
BitmapIndexStore(IndexDefinition definition,
InternalSerializationService serializationService,
Extractors extractors) |
IndexImpl(IndexDefinition definition,
InternalSerializationService ss,
Extractors extractors,
IndexCopyBehavior copyBehavior,
PerIndexStats stats) |
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.