com.hazelcast.map.impl
Class MapPartitionLostEventFilter

java.lang.Object
  extended by com.hazelcast.map.impl.MapPartitionLostEventFilter
All Implemented Interfaces:
DataSerializable, EventFilter

public class MapPartitionLostEventFilter
extends Object
implements EventFilter, DataSerializable


Constructor Summary
MapPartitionLostEventFilter()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapPartitionLostEventFilter

public MapPartitionLostEventFilter()
Method Detail

eval

public boolean eval(Object arg)
Specified by:
eval in interface EventFilter

writeData

public void writeData(ObjectDataOutput out)
               throws IOException
Description copied from interface: DataSerializable
Writes object fields to output stream

Specified by:
writeData in interface DataSerializable
Parameters:
out - output
Throws:
IOException

readData

public void readData(ObjectDataInput in)
              throws IOException
Description copied from interface: DataSerializable
Reads fields from the input stream

Specified by:
readData in interface DataSerializable
Parameters:
in - input
Throws:
IOException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.