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.
|
com.hazelcast.query.impl.predicates |
Modifier and Type | Method and Description |
---|---|
Set<QueryableEntry> |
PagingPredicate.filter(QueryContext queryContext)
Used if inner predicate is instanceof
IndexAwarePredicate for filtering. |
Set<QueryableEntry> |
IndexAwarePredicate.filter(QueryContext queryContext) |
Set<QueryableEntry> |
PredicateBuilder.filter(QueryContext queryContext) |
Set<QueryableEntry> |
SqlPredicate.filter(QueryContext queryContext) |
boolean |
PagingPredicate.isIndexed(QueryContext queryContext)
Used if inner predicate is instanceof
IndexAwarePredicate for checking if indexed. |
boolean |
IndexAwarePredicate.isIndexed(QueryContext queryContext) |
boolean |
PredicateBuilder.isIndexed(QueryContext queryContext) |
boolean |
SqlPredicate.isIndexed(QueryContext queryContext) |
Modifier and Type | Method and Description |
---|---|
Set<QueryableEntry> |
FalsePredicate.filter(QueryContext queryContext) |
boolean |
FalsePredicate.isIndexed(QueryContext queryContext) |
Modifier and Type | Method and Description |
---|---|
Set<QueryableEntry> |
BetweenPredicate.filter(QueryContext queryContext) |
Set<QueryableEntry> |
EqualPredicate.filter(QueryContext queryContext) |
Set<QueryableEntry> |
InPredicate.filter(QueryContext queryContext) |
Set<QueryableEntry> |
NotEqualPredicate.filter(QueryContext queryContext) |
Set<QueryableEntry> |
GreaterLessPredicate.filter(QueryContext queryContext) |
Set<QueryableEntry> |
OrPredicate.filter(QueryContext queryContext) |
Set<QueryableEntry> |
AndPredicate.filter(QueryContext queryContext) |
protected Index |
AbstractIndexAwarePredicate.getIndex(QueryContext queryContext) |
boolean |
AbstractIndexAwarePredicate.isIndexed(QueryContext queryContext) |
boolean |
NotEqualPredicate.isIndexed(QueryContext queryContext) |
boolean |
OrPredicate.isIndexed(QueryContext queryContext) |
boolean |
AndPredicate.isIndexed(QueryContext queryContext) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.