| Package | Description | 
|---|---|
| com.hazelcast.client.proxy | 
 This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types 
 | 
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.monitor | 
 Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc. 
 | 
| com.hazelcast.monitor.impl | 
 Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc. 
 | 
| 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 | 
|---|---|
LocalTopicStats | 
ClientReliableTopicProxy.getLocalTopicStats()  | 
LocalTopicStats | 
ClientTopicProxy.getLocalTopicStats()  | 
| Modifier and Type | Method and Description | 
|---|---|
LocalTopicStats | 
ITopic.getLocalTopicStats()
Returns statistics about this topic, like total number of publishes/receives. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LocalTopicStats | 
MemberState.getLocalTopicStats(String topicName)  | 
LocalTopicStats | 
MemberState.getReliableLocalTopicStats(String reliableTopicName)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocalTopicStatsImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
LocalTopicStats | 
MemberStateImpl.getLocalTopicStats(String topicName)  | 
LocalTopicStats | 
MemberStateImpl.getReliableLocalTopicStats(String reliableTopicName)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MemberStateImpl.putLocalReliableTopicStats(String name,
                          LocalTopicStats localTopicStats)  | 
void | 
MemberStateImpl.putLocalTopicStats(String name,
                  LocalTopicStats localTopicStats)  | 
| Modifier and Type | Method and Description | 
|---|---|
LocalTopicStats | 
TopicProxy.getLocalTopicStats()  | 
LocalTopicStats | 
TopicProxySupport.getLocalTopicStatsInternal()  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,LocalTopicStats> | 
TopicService.getStats()  | 
| Modifier and Type | Method and Description | 
|---|---|
LocalTopicStats | 
ReliableTopicProxy.getLocalTopicStats()  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,LocalTopicStats> | 
ReliableTopicService.getStats()  | 
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.