Package | Description |
---|---|
com.hazelcast.client.console |
This package contains ClientConsoleApp
|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.console |
This package contains classes related to ConsoleApp
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.hibernate.local |
Provides local classes for Hibernate.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.jca |
This package contains jca functionality
|
com.hazelcast.jmx |
Contains Hazelcast management bean classes.
|
com.hazelcast.topic.impl |
This package contains ITopic functionality for Hazelcast.
With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. |
com.hazelcast.topic.impl.reliable |
Modifier and Type | Method and Description |
---|---|
ITopic<Object> |
ClientConsoleApp.getTopic() |
Modifier and Type | Method and Description |
---|---|
<E> ITopic<E> |
HazelcastClientInstanceImpl.getReliableTopic(String name) |
<E> ITopic<E> |
HazelcastClientProxy.getReliableTopic(String name) |
<E> ITopic<E> |
HazelcastClientInstanceImpl.getTopic(String name) |
<E> ITopic<E> |
HazelcastClientProxy.getTopic(String name) |
Modifier and Type | Class and Description |
---|---|
class |
ClientReliableTopicProxy<E> |
class |
ClientTopicProxy<E> |
Modifier and Type | Method and Description |
---|---|
ITopic<Object> |
ConsoleApp.getTopic() |
Modifier and Type | Method and Description |
---|---|
<E> ITopic<E> |
HazelcastInstance.getReliableTopic(String name)
Returns the reliable ReliableTopic instance with the specified name.
|
<E> ITopic<E> |
HazelcastInstance.getTopic(String name)
Returns the distributed topic instance with the specified name.
|
Modifier and Type | Field and Description |
---|---|
protected ITopic<Object> |
LocalRegionCache.topic |
Modifier and Type | Method and Description |
---|---|
<E> ITopic<E> |
HazelcastInstanceImpl.getReliableTopic(String name) |
<E> ITopic<E> |
HazelcastInstanceProxy.getReliableTopic(String name) |
<E> ITopic<E> |
HazelcastInstanceImpl.getTopic(String name) |
<E> ITopic<E> |
HazelcastInstanceProxy.getTopic(String name) |
Modifier and Type | Method and Description |
---|---|
<E> ITopic<E> |
HazelcastConnectionImpl.getReliableTopic(String name) |
<E> ITopic<E> |
HazelcastConnectionImpl.getTopic(String name) |
Constructor and Description |
---|
TopicMBean(ITopic managedObject,
ManagementService service) |
Modifier and Type | Class and Description |
---|---|
class |
TopicProxy<E> |
class |
TotalOrderedTopicProxy |
Modifier and Type | Method and Description |
---|---|
ITopic |
TopicService.createDistributedObject(String name) |
Modifier and Type | Class and Description |
---|---|
class |
ReliableTopicProxy<E>
The serverside
ITopic implementation for reliable topics. |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.