Uses of Interface
com.hazelcast.spi.EventFilter

Packages that use EventFilter
com.hazelcast.collection This package contains classes related to Collections (IList,ISet etc..)
 
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.queue.impl This package contains the IQueue functionality.
The IQueue is the distributed version of the BlockingQueue
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 Contains implementations for Hazelcast SPI. 
 

Uses of EventFilter in com.hazelcast.collection
 

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

Uses of EventFilter in com.hazelcast.map.impl
 

Classes in com.hazelcast.map.impl that implement EventFilter
 class EntryEventFilter
           
 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(EntryListener entryListener, EventFilter eventFilter, String mapName)
           
 String MapServiceContextEventListenerSupport.addLocalEventListener(EntryListener entryListener, 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.queue.impl
 

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

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 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.
 EventRegistration EventService.registerLocalListener(String serviceName, String topic, EventFilter filter, Object listener)
          Registers a local only listener.
 

Uses of EventFilter in com.hazelcast.spi.impl
 

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

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

Methods in com.hazelcast.spi.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 with parameters of type EventFilter
EventServiceImpl.Registration(String id, String serviceName, String topic, EventFilter filter, Address subscriber, Object listener, boolean localOnly)
           
 



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