public class CollectionEventFilter extends Object implements EventFilter, IdentifiedDataSerializable
Constructor and Description |
---|
CollectionEventFilter() |
CollectionEventFilter(boolean includeValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
eval(Object arg) |
int |
getFactoryId() |
int |
getId() |
boolean |
isIncludeValue() |
void |
readData(ObjectDataInput in) |
void |
writeData(ObjectDataOutput out) |
public CollectionEventFilter()
public CollectionEventFilter(boolean includeValue)
public boolean isIncludeValue()
public boolean eval(Object arg)
eval
in interface EventFilter
public void writeData(ObjectDataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public void readData(ObjectDataInput in) throws IOException
readData
in interface DataSerializable
IOException
public int getFactoryId()
getFactoryId
in interface IdentifiedDataSerializable
public int getId()
getId
in interface IdentifiedDataSerializable
Copyright © 2014 Hazelcast, Inc.. All rights reserved.