public class WanMerkleSyncFinishedEvent extends AbstractWanAntiEntropyEventBase
| Modifier and Type | Field and Description |
|---|---|
protected String |
mapName |
protected String |
wanPublisherId |
protected String |
wanReplicationName |
| Constructor and Description |
|---|
WanMerkleSyncFinishedEvent(UUID uuid,
String wanReplicationName,
String wanPublisherId,
String mapName,
long durationSecs,
int partitionsSynced,
int nodesSynced,
long recordsSynced,
int minLeafEntryCount,
int maxLeafEntryCount,
double avgEntriesPerLeaf,
double stdDevEntriesPerLeaf) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMapName() |
EventMetadata.EventType |
getType() |
String |
getWanPublisherId() |
String |
getWanReplicationName() |
JsonObject |
toJson()
Serialize the event as JSON, for sending to Management Center.
|
getUuidgetTimestampprotected final String wanReplicationName
protected final String wanPublisherId
protected final String mapName
public WanMerkleSyncFinishedEvent(UUID uuid, String wanReplicationName, String wanPublisherId, String mapName, long durationSecs, int partitionsSynced, int nodesSynced, long recordsSynced, int minLeafEntryCount, int maxLeafEntryCount, double avgEntriesPerLeaf, double stdDevEntriesPerLeaf)
public EventMetadata.EventType getType()
public JsonObject toJson()
Eventpublic String getWanReplicationName()
public String getWanPublisherId()
public String getMapName()
Copyright © 2019 Hazelcast, Inc.. All rights reserved.