Uses of Interface
com.hazelcast.spi.EventFilter

Packages that use EventFilter
com.hazelcast.client.impl.protocol.task.map Client protocol tasks implementations for map 
com.hazelcast.collection.impl.collection   
com.hazelcast.collection.impl.queue   
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.map.impl.client Contains client requests for the IMap 
com.hazelcast.multimap.impl Contains classes for Hazelcast MultiMap module. 
com.hazelcast.replicatedmap.impl This package contains the implementation of the replicated map service itself and some connection interfaces only used internally - No public API! 
com.hazelcast.replicatedmap.impl.record This package contains the implementation of the backing data storage for the replicated map implementation 
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.spi.impl.eventservice.impl Contains the code for the InternalEventService implementation. 
 

Uses of EventFilter in com.hazelcast.client.impl.protocol.task.map
 

Methods in com.hazelcast.client.impl.protocol.task.map that return EventFilter
protected  EventFilter MapAddEntryListenerToKeyWithPredicateMessageTask.getEventFilter()
           
protected abstract  EventFilter AbstractMapAddEntryListenerMessageTask.getEventFilter()
           
protected  EventFilter MapAddNearCacheEntryListenerMessageTask.getEventFilter()
           
protected  EventFilter MapAddEntryListenerToKeyMessageTask.getEventFilter()
           
protected  EventFilter MapAddEntryListenerMessageTask.getEventFilter()
           
protected  EventFilter MapAddEntryListenerWithPredicateMessageTask.getEventFilter()
           
 

Uses of EventFilter in com.hazelcast.collection.impl.collection
 

Classes in com.hazelcast.collection.impl.collection that implement EventFilter
 class CollectionEventFilter
           
 

Uses of EventFilter in com.hazelcast.collection.impl.queue
 

Classes in com.hazelcast.collection.impl.queue that implement EventFilter
 class QueueEventFilter
          Provides the filtering functionality for Queue events.
 

Uses of EventFilter in com.hazelcast.map.impl
 

Classes in com.hazelcast.map.impl that implement EventFilter
 class EntryEventFilter
           
 class MapPartitionLostEventFilter
           
 class QueryEventFilter
           
 class SyntheticEventFilter
          Wrapper class for a filter which does not want to receive synthetic events.
 

Methods in com.hazelcast.map.impl that return EventFilter
 EventFilter SyntheticEventFilter.getFilter()
           
 

Methods in com.hazelcast.map.impl with parameters of type EventFilter
 String MapServiceContextEventListenerSupport.addEventListener(Object mapListener, EventFilter eventFilter, String mapName)
           
 String MapServiceContextEventListenerSupport.addLocalEventListener(Object mapListener, EventFilter eventFilter, String mapName)
           
 

Constructors in com.hazelcast.map.impl with parameters of type EventFilter
SyntheticEventFilter(EventFilter filter)
           
 

Uses of EventFilter in com.hazelcast.map.impl.client
 

Methods in com.hazelcast.map.impl.client that return EventFilter
protected  EventFilter AbstractMapAddEntryListenerRequest.getEventFilter()
           
protected  EventFilter MapAddNearCacheEntryListenerRequest.getEventFilter()
           
 

Uses of EventFilter in com.hazelcast.multimap.impl
 

Classes in com.hazelcast.multimap.impl that implement EventFilter
 class MultiMapEventFilter
           
 

Uses of EventFilter in com.hazelcast.replicatedmap.impl
 

Methods in com.hazelcast.replicatedmap.impl with parameters of type EventFilter
 String ReplicatedMapService.addEventListener(EventListener entryListener, EventFilter eventFilter, String mapName)
           
 

Uses of EventFilter in com.hazelcast.replicatedmap.impl.record
 

Classes in com.hazelcast.replicatedmap.impl.record that implement EventFilter
 class ReplicatedEntryEventFilter
          Basic filter implementation for selecting interesting events on the server
 class ReplicatedQueryEventFilter
          This class is used to transfer a predicate as an remote operation and filter values matching the predicate
 

Uses of EventFilter in com.hazelcast.spi
 

Methods in com.hazelcast.spi that return EventFilter
 EventFilter EventRegistration.getFilter()
          Returns the EventFilter attached to this registration.
 

Methods in com.hazelcast.spi with parameters of type EventFilter
 EventRegistration EventService.registerListener(String serviceName, String topic, EventFilter filter, Object listener)
          Registers a listener on all cluster nodes with an event filter.
 EventRegistration EventService.registerLocalListener(String serviceName, String topic, EventFilter filter, Object listener)
          Registers a local only listener with an event filter.
 

Uses of EventFilter in com.hazelcast.spi.impl.eventservice.impl
 

Classes in com.hazelcast.spi.impl.eventservice.impl that implement EventFilter
 class EmptyFilter
           
 

Methods in com.hazelcast.spi.impl.eventservice.impl that return EventFilter
 EventFilter Registration.getFilter()
           
 

Methods in com.hazelcast.spi.impl.eventservice.impl with parameters of type EventFilter
 EventRegistration EventServiceImpl.registerListener(String serviceName, String topic, EventFilter filter, Object listener)
           
 EventRegistration EventServiceImpl.registerLocalListener(String serviceName, String topic, EventFilter filter, Object listener)
           
 

Constructors in com.hazelcast.spi.impl.eventservice.impl with parameters of type EventFilter
Registration(String id, String serviceName, String topic, EventFilter filter, Address subscriber, Object listener, boolean localOnly)
           
 



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