| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation | 
| com.hazelcast.cache.impl.event | 
     Event classes to define listenters for JCache other than EntryListener | 
| 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.mappackage. | 
| com.hazelcast.map.impl.client | Contains client requests for the  IMap | 
| com.hazelcast.map.impl.event | |
| com.hazelcast.map.impl.query | |
| 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. | 
| 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  InternalEventServiceimplementation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CacheEventListenerAdaptor<K,V>This implementation of  CacheEventListeneruses the adapter pattern for wrapping all cache event listener
 types into a single listener. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | AbstractCacheService. registerListener(String name,
                CacheEventListener listener,
                EventFilter eventFilter,
                boolean isLocal) | 
| String | ICacheService. registerListener(String name,
                CacheEventListener listener,
                EventFilter eventFilter,
                boolean isLocal) | 
| protected String | AbstractCacheService. registerListenerInternal(String name,
                        CacheEventListener listener,
                        EventFilter eventFilter,
                        boolean isLocal) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CachePartitionLostEventFilterUsed to filter partition lost listener events | 
| Modifier and Type | Method and Description | 
|---|---|
| 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() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CollectionEventFilter | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | QueueEventFilterProvides the filtering functionality for Queue events. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EntryEventFilter | 
| class  | EventListenerFilterPrevents sending of not requested events to a  MapListenerby filtering events according the implementedMapListenersub-interfaces. | 
| class  | MapPartitionLostEventFilter | 
| class  | SyntheticEventFilterWrapper class for a filter which does not want to receive synthetic events. | 
| Modifier and Type | Method and Description | 
|---|---|
| EventFilter | EventListenerFilter. getEventFilter() | 
| EventFilter | SyntheticEventFilter. getFilter() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | MapServiceContextEventListenerSupport. addEventListener(Object mapListener,
                EventFilter eventFilter,
                String mapName) | 
| String | MapServiceContextEventListenerSupport. addLocalEventListener(Object mapListener,
                     EventFilter eventFilter,
                     String mapName) | 
| Constructor and Description | 
|---|
| EventListenerFilter(int listenerFlags,
                   EventFilter eventFilter) | 
| SyntheticEventFilter(EventFilter filter) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected EventFilter | AbstractMapAddEntryListenerRequest. getEventFilter() | 
| protected EventFilter | MapAddNearCacheEntryListenerRequest. getEventFilter() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | MapEventPublisherImpl. doFilter(EventFilter filter,
        boolean syntheticEvent,
        Data dataKey,
        Data dataOldValue,
        Data dataValue,
        EntryEventType eventType,
        String mapNameOrNull) | 
| protected boolean | MapEventPublisherImpl. isIncludeValue(EventFilter filter) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | QueryEventFilter | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MultiMapEventFilter | 
| Modifier and Type | Method and Description | 
|---|---|
| String | ReplicatedMapEventPublishingService. addEventListener(EventListener entryListener,
                EventFilter eventFilter,
                String mapName) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReplicatedEntryEventFilterBasic filter implementation for selecting interesting events on the server | 
| class  | ReplicatedQueryEventFilterThis class is used to transfer a predicate as an remote operation and filter values matching the predicate | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ListenerWrapperEventFilterContract point for  EventFilterinstances these wrap listeners. | 
| Modifier and Type | Method and Description | 
|---|---|
| EventFilter | EventRegistration. getFilter()Returns the  EventFilterattached to this registration. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TrueEventFilterAn event filter which does not filter any event and always evaluates  trueresults. | 
| Modifier and Type | Method and Description | 
|---|---|
| EventFilter | Registration. getFilter() | 
| Modifier and Type | Method and Description | 
|---|---|
| EventRegistration | EventServiceImpl. registerListener(String serviceName,
                String topic,
                EventFilter filter,
                Object listener) | 
| EventRegistration | EventServiceImpl. registerLocalListener(String serviceName,
                     String topic,
                     EventFilter filter,
                     Object listener) | 
| Constructor and Description | 
|---|
| Registration(String id,
            String serviceName,
            String topic,
            EventFilter filter,
            Address subscriber,
            Object listener,
            boolean localOnly) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.