| Package | Description |
|---|---|
| com.hazelcast.map |
Contains Hazelcast map module classes.
|
| com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntryEventFilter |
class |
QueryEventFilter |
| Modifier and Type | Method and Description |
|---|---|
String |
MapServiceContextEventListenerSupport.addEventListener(EntryListener entryListener,
EventFilter eventFilter,
String mapName) |
String |
MapServiceContextEventListenerSupport.addLocalEventListener(EntryListener entryListener,
EventFilter eventFilter,
String mapName) |
| Modifier and Type | Method and Description |
|---|---|
EventFilter |
EventRegistration.getFilter()
Returns
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.
|
EventRegistration |
EventService.registerLocalListener(String serviceName,
String topic,
EventFilter filter,
Object listener)
Registers a local only listener.
|
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.