| Package | Description |
|---|---|
| com.hazelcast.client.examples | |
| com.hazelcast.client.proxy | |
| 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.hibernate.local | |
| com.hazelcast.topic |
This package contains ITopic functionality for Hazelcast.
With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientTestApp |
| Modifier and Type | Method and Description |
|---|---|
String |
ClientTopicProxy.addMessageListener(MessageListener<E> listener) |
| Modifier and Type | Method and Description |
|---|---|
String |
ITopic.addMessageListener(MessageListener<E> listener)
Subscribes to this topic.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestApp
Special thanks to Alexandre Vasseur for providing this very nice test
application.
|
| Modifier and Type | Field and Description |
|---|---|
protected MessageListener<Object> |
LocalRegionCache.messageListener |
| Modifier and Type | Method and Description |
|---|---|
protected MessageListener<Object> |
LocalRegionCache.createMessageListener() |
protected MessageListener<Object> |
TimestampsRegionCache.createMessageListener() |
| Modifier and Type | Method and Description |
|---|---|
String |
TopicProxy.addMessageListener(MessageListener<E> listener) |
String |
TopicService.addMessageListener(String name,
MessageListener listener) |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.