Package | Description |
---|---|
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.wan.impl |
This package contains the opensource implementation of WAN replication
|
Modifier and Type | Method and Description |
---|---|
Map<String,WanEventCounter.EventCounter> |
LocalWanPublisherStats.getSentCacheEventCounter()
Returns the counter for the successfully transfered cache WAN events.
|
Map<String,WanEventCounter.EventCounter> |
LocalWanPublisherStats.getSentMapEventCounter()
Returns the counter for the successfully transfered map WAN events.
|
Modifier and Type | Method and Description |
---|---|
Map<String,WanEventCounter.EventCounter> |
LocalWanPublisherStatsImpl.getSentCacheEventCounter() |
Map<String,WanEventCounter.EventCounter> |
LocalWanPublisherStatsImpl.getSentMapEventCounter() |
Modifier and Type | Method and Description |
---|---|
void |
LocalWanPublisherStatsImpl.setSentCacheEventCounter(Map<String,WanEventCounter.EventCounter> sentCacheEventCounter) |
void |
LocalWanPublisherStatsImpl.setSentMapEventCounter(Map<String,WanEventCounter.EventCounter> sentMapEventCounter) |
Modifier and Type | Method and Description |
---|---|
ConcurrentHashMap<String,WanEventCounter.EventCounter> |
WanEventCounter.getEventCounterMap()
Returns a map from distributed object name to
WanEventCounter.EventCounter . |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.