com.hazelcast.query
Interface IndexAwarePredicate

All Superinterfaces:
Predicate, Serializable
All Known Implementing Classes:
PagingPredicate, PredicateBuilder, Predicates.AbstractPredicate, Predicates.AndPredicate, Predicates.BetweenPredicate, Predicates.EqualPredicate, Predicates.GreaterLessPredicate, Predicates.InPredicate, Predicates.NotEqualPredicate, Predicates.OrPredicate, SqlPredicate

public interface IndexAwarePredicate
extends Predicate


Method Summary
 Set<com.hazelcast.query.impl.QueryableEntry> filter(com.hazelcast.query.impl.QueryContext queryContext)
           
 boolean isIndexed(com.hazelcast.query.impl.QueryContext queryContext)
           
 
Methods inherited from interface com.hazelcast.query.Predicate
apply
 

Method Detail

filter

Set<com.hazelcast.query.impl.QueryableEntry> filter(com.hazelcast.query.impl.QueryContext queryContext)

isIndexed

boolean isIndexed(com.hazelcast.query.impl.QueryContext queryContext)


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.