| Package | Description |
|---|---|
| com.hazelcast.client.impl.protocol.task.map |
Client protocol tasks implementations for map
|
| com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
| com.hazelcast.map.impl.event | |
| com.hazelcast.map.impl.querycache |
Contains query cache internal implementation classes.
|
| com.hazelcast.map.impl.querycache.subscriber |
This package contains classes which are used for
QueryCache
event subscription side. |
| Modifier and Type | Class and Description |
|---|---|
class |
MapAddListenerMessageTask
Client Protocol Task for handling messages with type ID:
ContinuousQueryMessageType.CONTINUOUSQUERY_ADDLISTENER |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalMapListenerAdapter
Internal-usage-only adapter which wraps all
MapListener sub-interfaces into a ListenerAdapter. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ListenerAdapter<T> |
ListenerAdapters.createListenerAdapter(Object listener) |
static ListenerAdapter[] |
EntryListenerAdaptors.createListenerAdapters(EntryListener listener)
Creates a
ListenerAdapter array
for all event types of EntryEventType. |
static ListenerAdapter[] |
MapListenerAdaptors.createListenerAdapters(MapListener mapListener)
Creates a
ListenerAdapter array
for all event types of EntryEventType. |
ListenerAdapter[] |
InternalMapListenerAdapter.getListenerAdapters() |
| Modifier and Type | Method and Description |
|---|---|
String |
MapServiceContext.addListenerAdapter(ListenerAdapter listenerAdaptor,
EventFilter eventFilter,
String mapName) |
String |
MapServiceContext.addLocalListenerAdapter(ListenerAdapter listenerAdaptor,
String mapName) |
void |
MapService.dispatchEvent(Object event,
ListenerAdapter listener) |
static int |
MapListenerFlagOperator.setAndGetListenerFlags(ListenerAdapter listenerAdapter)
Sets and gets flags of implemented listener interfaces of a
MapListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
MapEventPublishingService.dispatchEvent(Object eventData,
ListenerAdapter listener) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryCacheListenerAdapter<T>
Marker interface for the listener adapters used to listen
QueryCache. |
| Modifier and Type | Method and Description |
|---|---|
String |
QueryCacheEventService.addPublisherListener(String mapName,
String cacheId,
ListenerAdapter listenerAdapter)
Adds the listener to listen underlying IMap on all nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalQueryCacheListenerAdapter
Internal listener adapter for the listener of a
QueryCache. |
| Modifier and Type | Method and Description |
|---|---|
static ListenerAdapter |
QueryCacheEventListenerAdapters.createQueryCacheListenerAdaptor(MapListener mapListener)
Wraps a user defined
MapListener
into a ListenerAdapter. |
| Modifier and Type | Method and Description |
|---|---|
String |
NodeQueryCacheEventService.addPublisherListener(String mapName,
String cacheId,
ListenerAdapter listenerAdapter) |
Copyright © 2018. All Rights Reserved.