| 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.console |
This package contains classes related to ConsoleApp
|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
| Modifier and Type | Method and Description |
|---|---|
ITopic<Object> |
ClientConsoleApp.getTopic() |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientReliableTopicProxy<E>
Reliable proxy implementation of
ITopic. |
class |
ClientTopicProxy<E>
Proxy implementation of
ITopic. |
| 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 | Method and Description |
|---|---|
<E> ITopic<E> |
HazelcastInstanceProxy.getReliableTopic(String name) |
<E> ITopic<E> |
HazelcastInstanceImpl.getReliableTopic(String name) |
<E> ITopic<E> |
HazelcastInstanceProxy.getTopic(String name) |
<E> ITopic<E> |
HazelcastInstanceImpl.getTopic(String name) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.