public static class Predicates.BetweenPredicate extends Predicates.AbstractPredicate
attribute| Constructor and Description |
|---|
BetweenPredicate() |
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) |
String |
toString() |
void |
writeData(ObjectDataOutput out) |
convert, getIndex, isIndexed, readAttributepublic BetweenPredicate()
public 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
writeData in interface DataSerializablewriteData in class Predicates.AbstractPredicateIOExceptionpublic void readData(ObjectDataInput in) throws IOException
readData in interface DataSerializablereadData in class Predicates.AbstractPredicateIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.