Package | Description |
---|---|
com.hazelcast.map.impl.wan |
Contains wan replication event classes
|
com.hazelcast.wan |
This package contains the WAN replication API
|
com.hazelcast.wan.impl |
This package contains the opensource implementation of WAN replication
|
Modifier and Type | Method and Description |
---|---|
void |
MapReplicationUpdate.incrementEventCount(DistributedServiceWanEventCounters counters) |
void |
MapReplicationRemove.incrementEventCount(DistributedServiceWanEventCounters counters) |
Modifier and Type | Method and Description |
---|---|
DistributedServiceWanEventCounters |
WanReplicationService.getReceivedEventCounters(String serviceName)
Returns a counter of received and processed WAN replication events.
|
DistributedServiceWanEventCounters |
WanReplicationService.getSentEventCounters(String wanReplicationName,
String targetGroupName,
String serviceName)
Returns a counter of sent and processed WAN replication events.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationEventObject.incrementEventCount(DistributedServiceWanEventCounters counters)
Increments the count for the related event in the
counters |
Modifier and Type | Method and Description |
---|---|
DistributedServiceWanEventCounters |
WanReplicationServiceImpl.getReceivedEventCounters(String serviceName) |
DistributedServiceWanEventCounters |
WanReplicationServiceImpl.getSentEventCounters(String wanReplicationName,
String targetGroupName,
String serviceName) |
DistributedServiceWanEventCounters |
WanEventCounters.getWanEventCounter(String wanReplicationName,
String targetGroupName,
String serviceName)
Returns the
DistributedServiceWanEventCounters for the given serviceName |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.