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,DistributedServiceWanEventCounters.DistributedObjectWanEventCounters> |
LocalWanPublisherStats.getSentCacheEventCounter()
Returns the counter for the successfully transfered cache WAN events.
|
Map<String,DistributedServiceWanEventCounters.DistributedObjectWanEventCounters> |
LocalWanPublisherStats.getSentMapEventCounter()
Returns the counter for the successfully transfered map WAN events.
|
Modifier and Type | Method and Description |
---|---|
Map<String,DistributedServiceWanEventCounters.DistributedObjectWanEventCounters> |
LocalWanPublisherStatsImpl.getSentCacheEventCounter() |
Map<String,DistributedServiceWanEventCounters.DistributedObjectWanEventCounters> |
LocalWanPublisherStatsImpl.getSentMapEventCounter() |
Modifier and Type | Method and Description |
---|---|
void |
LocalWanPublisherStatsImpl.setSentCacheEventCounter(Map<String,DistributedServiceWanEventCounters.DistributedObjectWanEventCounters> sentCacheEventCounter) |
void |
LocalWanPublisherStatsImpl.setSentMapEventCounter(Map<String,DistributedServiceWanEventCounters.DistributedObjectWanEventCounters> sentMapEventCounter) |
Modifier and Type | Method and Description |
---|---|
ConcurrentHashMap<String,DistributedServiceWanEventCounters.DistributedObjectWanEventCounters> |
DistributedServiceWanEventCounters.getEventCounterMap()
Returns a map from distributed object name to
DistributedServiceWanEventCounters.DistributedObjectWanEventCounters . |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.