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(WanEventCounter eventCounter) |
void |
MapReplicationRemove.incrementEventCount(WanEventCounter eventCounter) |
Modifier and Type | Method and Description |
---|---|
WanEventCounter |
WanReplicationService.getReceivedEventCounter(String serviceName)
Returns a counter of received and processed WAN replication events.
|
WanEventCounter |
WanReplicationService.getSentEventCounter(String serviceName)
Returns a counter of sent and processed WAN replication events.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationEventObject.incrementEventCount(WanEventCounter eventCounter)
Increments the count for the related event in the
eventCounter |
Modifier and Type | Method and Description |
---|---|
WanEventCounter |
WanReplicationServiceImpl.getReceivedEventCounter(String serviceName) |
WanEventCounter |
WanReplicationServiceImpl.getSentEventCounter(String serviceName) |
WanEventCounter |
WanEventCounterContainer.getWanEventCounter(String serviceName)
Returns the
WanEventCounter for the given serviceName |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.