com.hazelcast.query
public static class Predicates.BetweenPredicate extends Predicates.AbstractPredicate
attribute
Constructor and Description |
---|
Predicates.BetweenPredicate() |
Predicates.BetweenPredicate(String first,
Comparable from,
Comparable to) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(Map.Entry entry) |
Set<QueryableEntry> |
filter(QueryContext queryContext) |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
String |
toString() |
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
convert, getIndex, isIndexed, readAttribute
public Predicates.BetweenPredicate()
public Predicates.BetweenPredicate(String first, Comparable from, Comparable to)
public boolean apply(Map.Entry entry)
public Set<QueryableEntry> filter(QueryContext queryContext)
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
writeData
in class Predicates.AbstractPredicate
out
- outputIOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
readData
in class Predicates.AbstractPredicate
in
- inputIOException
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.