public class WanSyncProgressUpdateEvent extends AbstractEventBase
Modifier and Type | Field and Description |
---|---|
protected String |
mapName |
protected String |
targetGroupName |
protected String |
wanReplicationName |
Constructor and Description |
---|
WanSyncProgressUpdateEvent(String wanReplicationName,
String targetGroupName,
String mapName,
int partitionsToSync,
int partitionsSynced) |
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 EventMetadata.EventType getType()
public JsonObject toJson()
Event
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.