public class WanMerkleSyncFinishedEvent extends AbstractEventBase
Modifier and Type | Field and Description |
---|---|
protected String |
mapName |
protected String |
targetGroupName |
protected String |
wanReplicationName |
Constructor and Description |
---|
WanMerkleSyncFinishedEvent(String wanReplicationName,
String targetGroupName,
String mapName,
long durationSecs,
int partitionsSynced,
int nodesSynced,
long recordsSynced,
int minLeafEntryCount,
int maxLeafEntryCount,
double avgEntriesPerLeaf,
double stdDevEntriesPerLeaf) |
Modifier and Type | Method and Description |
---|---|
EventMetadata.EventType |
getType() |
JsonObject |
toJson()
Serialize the event as JSON, for sending to Management Center.
|
getTimestamp
protected final String wanReplicationName
protected final String targetGroupName
protected final String mapName
public WanMerkleSyncFinishedEvent(String wanReplicationName, String targetGroupName, 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()
Event
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.