Package | Description |
---|---|
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
com.hazelcast.query.impl.predicates |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalIndex
Provides the private index API.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexImpl |
Modifier and Type | Method and Description |
---|---|
Index |
QueryContext.getIndex(String attributeName)
Obtains the index available for the given attribute in this query
context.
|
Index |
GlobalQueryContextWithStats.getIndex(String attributeName) |
Index |
PartitionQueryContextWithStats.getIndex(String attributeName) |
Modifier and Type | Method and Description |
---|---|
protected Index |
AbstractIndexAwarePredicate.getIndex(QueryContext queryContext) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.