public class QueryEventFilter extends EntryEventFilter
| Constructor and Description | 
|---|
QueryEventFilter()  | 
QueryEventFilter(boolean includeValue,
                Data key,
                Predicate predicate)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
boolean | 
eval(Object arg)  | 
Object | 
getPredicate()  | 
int | 
hashCode()  | 
void | 
readData(ObjectDataInput in)
Reads fields from the input stream 
 | 
void | 
writeData(ObjectDataOutput out)
Writes object fields to output stream 
 | 
getKey, isIncludeValuepublic Object getPredicate()
public boolean eval(Object arg)
eval in interface EventFiltereval in class EntryEventFilterpublic void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializablewriteData in class EntryEventFilterout - outputIOExceptionpublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablereadData in class EntryEventFilterin - inputIOExceptionpublic boolean equals(Object o)
equals in class EntryEventFilterpublic int hashCode()
hashCode in class EntryEventFilterCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.