|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalTopicStatsImpl | |
---|---|
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. |
Uses of LocalTopicStatsImpl in com.hazelcast.monitor.impl |
---|
Methods in com.hazelcast.monitor.impl with parameters of type LocalTopicStatsImpl | |
---|---|
void |
MemberStateImpl.putLocalTopicStats(String name,
LocalTopicStatsImpl localTopicStats)
|
Uses of LocalTopicStatsImpl in com.hazelcast.topic.impl |
---|
Methods in com.hazelcast.topic.impl that return LocalTopicStatsImpl | |
---|---|
LocalTopicStatsImpl |
TopicService.getLocalTopicStats(String name)
|
Methods in com.hazelcast.topic.impl that return types with arguments of type LocalTopicStatsImpl | |
---|---|
ConcurrentMap<String,LocalTopicStatsImpl> |
TopicService.getStatsMap()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |