com.hazelcast.query
Class PredicateBuilder
java.lang.Object
com.hazelcast.query.PredicateBuilder
- All Implemented Interfaces:
- IndexAwarePredicate, Predicate, java.io.Serializable
public class PredicateBuilder
- extends java.lang.Object
- implements Predicate, IndexAwarePredicate
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PredicateBuilder
public PredicateBuilder()
apply
public boolean apply(MapEntry mapEntry)
- Specified by:
apply in interface Predicate
collectIndexAwarePredicates
public boolean collectIndexAwarePredicates(java.util.List<IndexAwarePredicate> lsIndexPredicates,
java.util.Map<Expression,Index> mapIndexes)
- Specified by:
collectIndexAwarePredicates in interface IndexAwarePredicate
isIndexed
public boolean isIndexed(QueryContext queryContext)
- Specified by:
isIndexed in interface IndexAwarePredicate
filter
public java.util.Set<MapEntry> filter(QueryContext queryContext)
- Specified by:
filter in interface IndexAwarePredicate
collectAppliedIndexes
public void collectAppliedIndexes(java.util.Set<Index> setAppliedIndexes,
java.util.Map<Expression,Index> mapIndexes)
- Specified by:
collectAppliedIndexes in interface IndexAwarePredicate
getEntryObject
public EntryObject getEntryObject()
and
public PredicateBuilder and(Predicate predicate)
or
public PredicateBuilder or(Predicate predicate)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright .9.4.5; 2008-2011 Hazel Ltd. All Rights Reserved.