public class EnterpriseMapReplicationRemove extends EnterpriseMapReplicationObject
| Constructor and Description |
|---|
EnterpriseMapReplicationRemove() |
EnterpriseMapReplicationRemove(String mapName,
com.hazelcast.nio.serialization.Data key,
long removeTime,
int backupCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
com.hazelcast.nio.serialization.Data |
getKey() |
long |
getRemoveTime() |
void |
incrementEventCount(com.hazelcast.wan.impl.DistributedServiceWanEventCounters counters) |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
getBackupCount, getCreationTime, getFactoryId, getGroupNames, getMapName, getObjectNamepublic EnterpriseMapReplicationRemove(String mapName, com.hazelcast.nio.serialization.Data key, long removeTime, int backupCount)
public EnterpriseMapReplicationRemove()
public long getRemoveTime()
public com.hazelcast.nio.serialization.Data getKey()
public void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface com.hazelcast.nio.serialization.DataSerializablewriteData in class EnterpriseMapReplicationObjectIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface com.hazelcast.nio.serialization.DataSerializablereadData in class EnterpriseMapReplicationObjectIOExceptionpublic int getId()
public void incrementEventCount(com.hazelcast.wan.impl.DistributedServiceWanEventCounters counters)
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.