public class CacheReplicationRemove extends CacheReplicationObject
| Constructor and Description |
|---|
CacheReplicationRemove() |
CacheReplicationRemove(String cacheName,
com.hazelcast.nio.serialization.Data key,
long removeTime,
String managerPrefix,
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, getCacheName, getCreationTime, getFactoryId, getGroupNames, getManagerPrefix, getNameWithPrefix, getObjectNamepublic CacheReplicationRemove(String cacheName, com.hazelcast.nio.serialization.Data key, long removeTime, String managerPrefix, int backupCount)
public CacheReplicationRemove()
public com.hazelcast.nio.serialization.Data getKey()
public long getRemoveTime()
public void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface com.hazelcast.nio.serialization.DataSerializablewriteData in class CacheReplicationObjectIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface com.hazelcast.nio.serialization.DataSerializablereadData in class CacheReplicationObjectIOExceptionpublic int getId()
public void incrementEventCount(com.hazelcast.wan.impl.DistributedServiceWanEventCounters counters)
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.