com.hazelcast.query
Class SqlPredicate
java.lang.Object
com.hazelcast.query.Predicates.AbstractPredicate
com.hazelcast.query.SqlPredicate
- All Implemented Interfaces:
- DataSerializable, IndexAwarePredicate, Predicate, Serializable
public class SqlPredicate
- extends Predicates.AbstractPredicate
- implements IndexAwarePredicate
- See Also:
- Serialized Form
SqlPredicate
public SqlPredicate(String sql)
SqlPredicate
public SqlPredicate()
apply
public boolean apply(Map.Entry mapEntry)
- Specified by:
apply in interface Predicate
isIndexed
public boolean isIndexed(com.hazelcast.query.impl.QueryContext queryContext)
- Specified by:
isIndexed in interface IndexAwarePredicate- Overrides:
isIndexed in class Predicates.AbstractPredicate
filter
public Set<com.hazelcast.query.impl.QueryableEntry> filter(com.hazelcast.query.impl.QueryContext queryContext)
- Specified by:
filter in interface IndexAwarePredicate
writeData
public void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
- Specified by:
writeData in interface DataSerializable- Overrides:
writeData in class Predicates.AbstractPredicate
- Throws:
IOException
readData
public void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
- Specified by:
readData in interface DataSerializable- Overrides:
readData in class Predicates.AbstractPredicate
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.