Package | Description |
---|---|
com.hazelcast.query |
Contains interfaces/classes related to Hazelcast query and indexing support.
|
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
Modifier and Type | Method and Description |
---|---|
protected Index |
Predicates.AbstractPredicate.getIndex(QueryContext queryContext) |
Modifier and Type | Class and Description |
---|---|
class |
IndexImpl
Implementation for
Index |
Modifier and Type | Method and Description |
---|---|
Index |
IndexService.addOrGetIndex(String attribute,
boolean ordered) |
Index |
IndexService.destroyIndex(String attribute) |
Index |
QueryContext.getIndex(String attributeName) |
Index[] |
IndexService.getIndexes() |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.