public abstract class EnterpriseMapReplicationObject extends Object implements EnterpriseReplicationEventObject, com.hazelcast.nio.serialization.IdentifiedDataSerializable
IMap related WAN replication
objects.| Constructor and Description |
|---|
EnterpriseMapReplicationObject() |
EnterpriseMapReplicationObject(String mapName,
int backupCount) |
| 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.
|
int |
getFactoryId() |
Set<String> |
getGroupNames()
Returns the set of cluster group names on which this event has already
been processed.
|
String |
getMapName() |
String |
getObjectName()
Returns the name of the distributed object (map or cache) on which this
event occurred.
|
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic EnterpriseMapReplicationObject(String mapName, int backupCount)
public EnterpriseMapReplicationObject()
public String getMapName()
public int getBackupCount()
EnterpriseReplicationEventObjectgetBackupCount in interface EnterpriseReplicationEventObjectpublic Set<String> getGroupNames()
EnterpriseReplicationEventObjectgetGroupNames in interface EnterpriseReplicationEventObjectpublic long getCreationTime()
EnterpriseReplicationEventObjectgetCreationTime in interface EnterpriseReplicationEventObjectClock.currentTimeMillis()public void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionpublic int getFactoryId()
getFactoryId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic String getObjectName()
EnterpriseReplicationEventObjectgetObjectName in interface EnterpriseReplicationEventObjectCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.