public class MapPartitionLostEventFilter extends Object implements EventFilter, DataSerializable
Constructor and Description |
---|
MapPartitionLostEventFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
eval(Object arg) |
int |
hashCode() |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
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.