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.map package. |
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
InternalEventService implementation. |
Modifier and Type | Class and Description |
---|---|
class |
CacheEventListenerAdaptor<K,V>
This implementation of
CacheEventListener uses 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 |
CachePartitionLostEventFilter
Used 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 |
QueueEventFilter
Provides the filtering functionality for Queue events.
|
Modifier and Type | Class and Description |
---|---|
class |
EntryEventFilter |
class |
EventListenerFilter
Prevents sending of not requested events to a
MapListener
by filtering events according the implemented MapListener sub-interfaces. |
class |
MapPartitionLostEventFilter |
Modifier and Type | Method and Description |
---|---|
EventFilter |
EventListenerFilter.getEventFilter() |
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) |
Modifier and Type | Method and Description |
---|---|
protected EventFilter |
AbstractMapAddEntryListenerRequest.getEventFilter() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
MapEventPublisherImpl.doFilter(EventFilter filter,
Data dataKey,
Object dataOldValue,
Object 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 |
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
ListenerWrapperEventFilter
Contract point for
EventFilter instances these wrap listeners. |
Modifier and Type | Method and Description |
---|---|
EventFilter |
EventRegistration.getFilter()
Returns the
EventFilter attached 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 |
TrueEventFilter
An event filter which does not filter any event and always evaluates
true results. |
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 © 2016 Hazelcast, Inc.. All Rights Reserved.