Package | Description |
---|---|
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexImpl |
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.
|
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.