public class WanSyncStartedEvent extends AbstractWanAntiEntropyEventBase
Modifier and Type | Field and Description |
---|---|
protected String |
mapName |
protected String |
wanPublisherId |
protected String |
wanReplicationName |
Constructor and Description |
---|
WanSyncStartedEvent(UUID uuid,
String wanReplicationName,
String wanPublisherId,
String mapName) |
Modifier and Type | Method and Description |
---|---|
String |
getMapName() |
EventMetadata.EventType |
getType() |
String |
getWanPublisherId() |
String |
getWanReplicationName() |
getUuid, toJson
getTimestamp
protected final String wanReplicationName
protected final String wanPublisherId
protected final String mapName
public EventMetadata.EventType getType()
public String getWanReplicationName()
public String getWanPublisherId()
public String getMapName()
Copyright © 2019 Hazelcast, Inc.. All rights reserved.