public interface EnterpriseReplicationEventObject
extends com.hazelcast.wan.ReplicationEventObject, com.hazelcast.nio.serialization.DataSerializable
| Modifier and Type | Method and Description |
|---|---|
int |
getBackupCount()
Returns the backup count (sync and async) for this WAN event.
|
long |
getCreationTime()
Returns the creation time for this event in milliseconds.
|
Set<String> |
getGroupNames()
Returns the set of cluster group names on which this event has already
been processed.
|
String |
getObjectName()
Returns the name of the distributed object (map or cache) on which this
event occurred.
|
String getObjectName()
Set<String> getGroupNames()
int getBackupCount()
long getCreationTime()
Clock.currentTimeMillis()Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.