Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
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.instance | |
com.hazelcast.jca | |
com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
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 | Method and Description |
---|---|
<E> ITopic<E> |
HazelcastClient.getTopic(String name) |
<E> ITopic<E> |
HazelcastClientProxy.getTopic(String name) |
Modifier and Type | Method and Description |
---|---|
ITopic<Object> |
ClientTestApp.getTopic() |
Modifier and Type | Class and Description |
---|---|
class |
ClientTopicProxy<E> |
Modifier and Type | Method and Description |
---|---|
<E> ITopic<E> |
HazelcastInstance.getTopic(String name)
Returns the distributed topic instance with the specified name.
|
Modifier and Type | Method and Description |
---|---|
ITopic<Object> |
TestApp.getTopic() |
Modifier and Type | Field and Description |
---|---|
protected ITopic<Object> |
LocalRegionCache.topic |
Modifier and Type | Method and Description |
---|---|
<E> ITopic<E> |
HazelcastInstanceProxy.getTopic(String name) |
<E> ITopic<E> |
HazelcastInstanceImpl.getTopic(String name) |
Modifier and Type | Method and Description |
---|---|
<E> ITopic<E> |
HazelcastConnectionImpl.getTopic(String name) |
<E> ITopic<E> |
HazelcastConnection.getTopic(String name) |
Constructor and Description |
---|
TopicMBean(ITopic managedObject,
ManagementService service) |
Modifier and Type | Class and Description |
---|---|
class |
TopicProxy<E> |
class |
TotalOrderedTopicProxy |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.