|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalTopicStats | |
---|---|
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. |
Uses of LocalTopicStats in com.hazelcast.client.proxy |
---|
Methods in com.hazelcast.client.proxy that return LocalTopicStats | |
---|---|
LocalTopicStats |
ClientTopicProxy.getLocalTopicStats()
|
Uses of LocalTopicStats in com.hazelcast.core |
---|
Methods in com.hazelcast.core that return LocalTopicStats | |
---|---|
LocalTopicStats |
ITopic.getLocalTopicStats()
Returns statistics about this topic, like total number of publishes/receives |
Uses of LocalTopicStats in com.hazelcast.monitor |
---|
Methods in com.hazelcast.monitor that return LocalTopicStats | |
---|---|
LocalTopicStats |
MemberState.getLocalTopicStats(String topicName)
|
Uses of LocalTopicStats in com.hazelcast.monitor.impl |
---|
Classes in com.hazelcast.monitor.impl that implement LocalTopicStats | |
---|---|
class |
LocalTopicStatsImpl
|
Methods in com.hazelcast.monitor.impl that return LocalTopicStats | |
---|---|
LocalTopicStats |
MemberStateImpl.getLocalTopicStats(String topicName)
|
Uses of LocalTopicStats in com.hazelcast.topic.impl |
---|
Methods in com.hazelcast.topic.impl that return LocalTopicStats | |
---|---|
LocalTopicStats |
TopicProxy.getLocalTopicStats()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |