public class WanFullSyncFinishedEvent extends AbstractWanAntiEntropyEventBase
| Modifier and Type | Field and Description |
|---|---|
protected String |
mapName |
protected String |
wanPublisherId |
protected String |
wanReplicationName |
| Constructor and Description |
|---|
WanFullSyncFinishedEvent(UUID uuid,
String wanReplicationName,
String wanPublisherId,
String mapName,
long durationSecs,
long recordsSynced,
int partitionsSynced) |
| 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 EventMetadata.EventType getType()
public JsonObject toJson()
EventtoJson in interface EventtoJson in class AbstractWanAntiEntropyEventBasepublic String getWanReplicationName()
public String getWanPublisherId()
public String getMapName()
Copyright © 2019 Hazelcast, Inc.. All rights reserved.