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

This interface using for create filterable Predicates.


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

Method Detail

filter

Set<QueryableEntry> filter(QueryContext queryContext)

isIndexed

boolean isIndexed(QueryContext queryContext)


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