Package | Description |
---|---|
com.hazelcast.client | |
com.hazelcast.core | |
com.hazelcast.examples | |
com.hazelcast.hibernate.local | |
com.hazelcast.impl | |
com.hazelcast.jmx |
The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast.
|
Modifier and Type | Class and Description |
---|---|
class |
TopicClientProxy<T> |
Modifier and Type | Method and Description |
---|---|
<E> ITopic<E> |
HazelcastClient.getTopic(String name) |
Modifier and Type | Method and Description |
---|---|
<E> ITopic<E> |
HazelcastInstance.getTopic(String name)
Returns the distributed topic instance with the specified name.
|
static <E> ITopic<E> |
Hazelcast.getTopic(String name)
Deprecated.
as of version 2.2
|
Modifier and Type | Method and Description |
---|---|
ITopic<Object> |
TestApp.getTopic() |
Modifier and Type | Field and Description |
---|---|
protected ITopic<Object> |
LocalRegionCache.topic |
Modifier and Type | Interface and Description |
---|---|
interface |
TopicProxy |
Modifier and Type | Class and Description |
---|---|
class |
TopicProxyImpl |
Modifier and Type | Method and Description |
---|---|
<E> ITopic<E> |
FactoryImpl.getTopic(String name) |
<E> ITopic<E> |
FactoryImpl.HazelcastInstanceProxy.getTopic(String name) |
Constructor and Description |
---|
TopicMBean(ITopic<?> topic,
ManagementService managementService) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.