| Package | Description |
|---|---|
| com.hazelcast.client.console |
This package contains ClientConsoleApp
|
| com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
| com.hazelcast.collection.impl.collection | |
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| com.hazelcast.console |
This package contains classes related to ConsoleApp
|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientConsoleApp
A demo application to demonstrate a Hazelcast client.
|
| 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 |
|---|---|
String |
QueueService.addItemListener(String name,
ItemListener listener,
boolean includeValue) |
void |
QueueService.dispatchEvent(QueueEvent 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 | Class and Description |
|---|---|
class |
ConsoleApp
Special thanks to Alexandre Vasseur for providing this very nice test
application.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ICollection.addItemListener(ItemListener<E> listener,
boolean includeValue)
Adds an item listener for this collection.
|
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.