| Package | Description |
|---|---|
| com.hazelcast.client.examples | |
| com.hazelcast.client.proxy | |
| com.hazelcast.collection | |
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| com.hazelcast.examples |
This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. |
| com.hazelcast.queue |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientTestApp |
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractClientCollectionProxy.addItemListener(ItemListener<E> listener,
boolean includeValue) |
String |
ClientQueueProxy.addItemListener(ItemListener<E> listener,
boolean includeValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractCollectionProxyImpl.addItemListener(ItemListener<E> listener,
boolean includeValue) |
void |
CollectionService.dispatchEvent(CollectionEvent event,
ItemListener listener) |
| Modifier and Type | Method and Description |
|---|---|
ItemListener |
ItemListenerConfig.getImplementation() |
| Modifier and Type | Method and Description |
|---|---|
ItemListenerConfig |
ItemListenerConfig.setImplementation(ItemListener implementation) |
ItemListenerConfig |
ItemListenerConfigReadOnly.setImplementation(ItemListener implementation) |
| Constructor and Description |
|---|
ItemListenerConfig(ItemListener implementation,
boolean includeValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
ICollection.addItemListener(ItemListener<E> listener,
boolean includeValue)
Adds an item listener for this collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestApp
Special thanks to Alexandre Vasseur for providing this very nice test
application.
|
| Modifier and Type | Method and Description |
|---|---|
String |
QueueService.addItemListener(String name,
ItemListener listener,
boolean includeValue) |
void |
QueueService.dispatchEvent(QueueEvent event,
ItemListener listener) |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.