Package | Description |
---|---|
com.hazelcast.monitor.impl |
Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc.
|
com.hazelcast.queue.impl |
This package contains the IQueue functionality.
The IQueue is the distributed version of the BlockingQueue . |
Modifier and Type | Method and Description |
---|---|
void |
MemberStateImpl.putLocalQueueStats(String name,
LocalQueueStatsImpl localQueueStats) |
Modifier and Type | Method and Description |
---|---|
LocalQueueStatsImpl |
QueueService.getLocalQueueStatsImpl(String name) |
Modifier and Type | Method and Description |
---|---|
void |
QueueContainer.setStats(LocalQueueStatsImpl stats) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.