| Package | Description |
|---|---|
| com.hazelcast.collection | |
| com.hazelcast.map |
Contains Hazelcast map module classes.
|
| com.hazelcast.multimap | |
| com.hazelcast.queue | |
| com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
| com.hazelcast.spi.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionEventFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
EntryEventFilter |
class |
QueryEventFilter |
| Modifier and Type | Method and Description |
|---|---|
String |
MapService.addEventListener(EntryListener entryListener,
EventFilter eventFilter,
String mapName) |
String |
MapService.addLocalEventListener(EntryListener entryListener,
EventFilter eventFilter,
String mapName) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiMapEventFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
QueueEventFilter |
| Modifier and Type | Method and Description |
|---|---|
EventFilter |
EventRegistration.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
EventRegistration |
EventService.registerListener(String serviceName,
String topic,
EventFilter filter,
Object listener) |
EventRegistration |
EventService.registerLocalListener(String serviceName,
String topic,
EventFilter filter,
Object listener) |
| Modifier and Type | Class and Description |
|---|---|
static class |
EventServiceImpl.EmptyFilter |
| Modifier and Type | Method and Description |
|---|---|
EventFilter |
EventServiceImpl.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 © 2021 Hazelcast, Inc.. All rights reserved.