com.hazelcast.query
Class Predicates.GreaterLessPredicate
java.lang.Object
com.hazelcast.query.Predicates.AbstractPredicate
com.hazelcast.query.Predicates.EqualPredicate
com.hazelcast.query.Predicates.GreaterLessPredicate
- All Implemented Interfaces:
- DataSerializable, IndexAwarePredicate, Predicate, Serializable
- Enclosing class:
- Predicates
public static class Predicates.GreaterLessPredicate
- extends Predicates.EqualPredicate
Greater Less Predicate
- See Also:
- Serialized Form
Predicates.GreaterLessPredicate
public Predicates.GreaterLessPredicate()
Predicates.GreaterLessPredicate
public Predicates.GreaterLessPredicate(String attribute,
Comparable value,
boolean equal,
boolean less)
apply
public boolean apply(Map.Entry mapEntry)
- Specified by:
apply
in interface Predicate
- Overrides:
apply
in class Predicates.EqualPredicate
filter
public Set<QueryableEntry> filter(QueryContext queryContext)
- Specified by:
filter
in interface IndexAwarePredicate
- Overrides:
filter
in class Predicates.EqualPredicate
readData
public void readData(ObjectDataInput in)
throws IOException
- Description copied from interface:
DataSerializable
- Reads fields from the input stream
- Specified by:
readData
in interface DataSerializable
- Overrides:
readData
in class Predicates.EqualPredicate
- Parameters:
in
- input
- Throws:
IOException
writeData
public void writeData(ObjectDataOutput out)
throws IOException
- Description copied from interface:
DataSerializable
- Writes object fields to output stream
- Specified by:
writeData
in interface DataSerializable
- Overrides:
writeData
in class Predicates.EqualPredicate
- Parameters:
out
- output
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Predicates.EqualPredicate
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.