public class EntryEventFilter extends Object implements EventFilter, DataSerializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
includeValue |
protected Data |
key |
Constructor and Description |
---|
EntryEventFilter() |
EntryEventFilter(boolean includeValue,
Data key) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
boolean |
eval(Object arg) |
Data |
getKey() |
int |
hashCode() |
boolean |
isIncludeValue() |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
protected boolean includeValue
protected Data key
public EntryEventFilter(boolean includeValue, Data key)
public EntryEventFilter()
public boolean isIncludeValue()
public Data getKey()
public boolean eval(Object arg)
eval
in interface EventFilter
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.