Uses of Class
com.hazelcast.query.QueryContext

Packages that use QueryContext
com.hazelcast.query   
 

Uses of QueryContext in com.hazelcast.query
 

Methods in com.hazelcast.query with parameters of type QueryContext
 Set<MapEntry> MapIndexService.doQuery(QueryContext queryContext)
           
 Set<MapEntry> IndexAwarePredicate.filter(QueryContext queryContext)
           
 Set<MapEntry> PredicateBuilder.filter(QueryContext queryContext)
           
 Set<MapEntry> Predicates.GreaterLessPredicate.filter(QueryContext queryContext)
           
 Set<MapEntry> Predicates.BetweenPredicate.filter(QueryContext queryContext)
           
 Set<MapEntry> Predicates.NotEqualPredicate.filter(QueryContext queryContext)
           
 Set<MapEntry> Predicates.InPredicate.filter(QueryContext queryContext)
           
 Set<MapEntry> Predicates.EqualPredicate.filter(QueryContext queryContext)
           
 Set<MapEntry> Predicates.AndOrPredicate.filter(QueryContext queryContext)
           
 Set<MapEntry> SqlPredicate.filter(QueryContext queryContext)
           
 boolean IndexAwarePredicate.isIndexed(QueryContext queryContext)
           
 boolean PredicateBuilder.isIndexed(QueryContext queryContext)
           
 boolean Predicates.InPredicate.isIndexed(QueryContext queryContext)
           
 boolean Predicates.EqualPredicate.isIndexed(QueryContext queryContext)
           
 boolean Predicates.AndOrPredicate.isIndexed(QueryContext queryContext)
           
 boolean SqlPredicate.isIndexed(QueryContext queryContext)
           
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.