com.hazelcast.replicatedmap.impl.record
Class ReplicatedEntryEventFilter

java.lang.Object
  extended by com.hazelcast.replicatedmap.impl.record.ReplicatedEntryEventFilter
All Implemented Interfaces:
EventFilter
Direct Known Subclasses:
ReplicatedQueryEventFilter

public class ReplicatedEntryEventFilter
extends Object
implements EventFilter

Basic filter implementation for selecting interesting events on the server


Field Summary
protected  Object key
           
 
Constructor Summary
ReplicatedEntryEventFilter(Object key)
           
 
Method Summary
 boolean eval(Object arg)
           
 Object getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected Object key
Constructor Detail

ReplicatedEntryEventFilter

public ReplicatedEntryEventFilter(Object key)
Method Detail

getKey

public Object getKey()

eval

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


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