public final class WanSyncIgnoredEvent extends AbstractWanAntiEntropyEventBase
| Modifier and Type | Field and Description |
|---|---|
protected String |
mapName |
protected String |
wanPublisherId |
protected String |
wanReplicationName |
| Modifier and Type | Method and Description |
|---|---|
static WanSyncIgnoredEvent |
enterpriseOnly(String wanReplicationName,
String wanPublisherId,
String mapName) |
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 static WanSyncIgnoredEvent enterpriseOnly(String wanReplicationName, String wanPublisherId, 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.