Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
MemberStateImpl.putLocalTopicStats(String name,
LocalTopicStatsImpl localTopicStats) |
Modifier and Type | Method and Description |
---|---|
LocalTopicStatsImpl |
TopicService.getLocalTopicStats(String name) |
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<String,LocalTopicStatsImpl> |
TopicService.getStatsMap() |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.