com.hazelcast.collection
Class CollectionEventFilter

java.lang.Object
  extended by com.hazelcast.collection.CollectionEventFilter
All Implemented Interfaces:
DataSerializable, IdentifiedDataSerializable, EventFilter

public class CollectionEventFilter
extends Object
implements EventFilter, IdentifiedDataSerializable


Constructor Summary
CollectionEventFilter()
           
CollectionEventFilter(boolean includeValue)
           
 
Method Summary
 boolean equals(Object o)
           
 boolean eval(Object arg)
           
 int getFactoryId()
          Returns DataSerializableFactory factory id for this class.
 int getId()
          Returns type identifier for this class.
 int hashCode()
           
 boolean isIncludeValue()
           
 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

CollectionEventFilter

public CollectionEventFilter()

CollectionEventFilter

public CollectionEventFilter(boolean includeValue)
Method Detail

isIncludeValue

public boolean isIncludeValue()

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

getFactoryId

public int getFactoryId()
Description copied from interface: IdentifiedDataSerializable
Returns DataSerializableFactory factory id for this class.

Specified by:
getFactoryId in interface IdentifiedDataSerializable
Returns:
factory id

getId

public int getId()
Description copied from interface: IdentifiedDataSerializable
Returns type identifier for this class. Id should be unique per DataSerializableFactory.

Specified by:
getId in interface IdentifiedDataSerializable
Returns:
type id

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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