public static class Predicates.EqualPredicate extends Predicates.AbstractPredicate
| Modifier and Type | Field and Description |
|---|---|
protected Comparable |
value |
attribute| Constructor and Description |
|---|
EqualPredicate() |
EqualPredicate(String attribute,
Comparable value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(Map.Entry mapEntry) |
Set<com.hazelcast.query.impl.QueryableEntry> |
filter(com.hazelcast.query.impl.QueryContext queryContext) |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
String |
toString() |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
convert, getIndex, isIndexed, readAttributeprotected Comparable value
public EqualPredicate()
public EqualPredicate(String attribute, Comparable value)
public Set<com.hazelcast.query.impl.QueryableEntry> filter(com.hazelcast.query.impl.QueryContext queryContext)
public boolean apply(Map.Entry mapEntry)
public void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface DataSerializablewriteData in class Predicates.AbstractPredicateIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface DataSerializablereadData in class Predicates.AbstractPredicateIOExceptionCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.