public abstract static class Predicates.AbstractPredicate extends Object implements IndexAwarePredicate, DataSerializable
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPredicate() |
protected |
AbstractPredicate(String attribute) |
| Modifier and Type | Method and Description |
|---|---|
protected Comparable |
convert(Map.Entry mapEntry,
Comparable entryValue,
Comparable attributeValue) |
protected com.hazelcast.query.impl.Index |
getIndex(com.hazelcast.query.impl.QueryContext queryContext) |
boolean |
isIndexed(com.hazelcast.query.impl.QueryContext queryContext) |
protected Comparable |
readAttribute(Map.Entry entry) |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilterprotected String attribute
protected AbstractPredicate()
protected AbstractPredicate(String attribute)
protected Comparable convert(Map.Entry mapEntry, Comparable entryValue, Comparable attributeValue)
public boolean isIndexed(com.hazelcast.query.impl.QueryContext queryContext)
isIndexed in interface IndexAwarePredicateprotected com.hazelcast.query.impl.Index getIndex(com.hazelcast.query.impl.QueryContext queryContext)
protected Comparable readAttribute(Map.Entry entry)
public void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.