public class CacheReplicationUpdate extends CacheReplicationObject
| Constructor and Description |
|---|
CacheReplicationUpdate() |
CacheReplicationUpdate(String cacheName,
String mergePolicy,
com.hazelcast.cache.CacheEntryView<com.hazelcast.nio.serialization.Data,com.hazelcast.nio.serialization.Data> entryView,
String managerPrefix,
int backupCount) |
| Modifier and Type | Method and Description |
|---|---|
WanCacheEntryView |
getEntryView() |
int |
getId() |
com.hazelcast.nio.serialization.Data |
getKey() |
String |
getMergePolicy() |
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 CacheReplicationUpdate(String cacheName, String mergePolicy, com.hazelcast.cache.CacheEntryView<com.hazelcast.nio.serialization.Data,com.hazelcast.nio.serialization.Data> entryView, String managerPrefix, int backupCount)
public CacheReplicationUpdate()
public String getMergePolicy()
public WanCacheEntryView getEntryView()
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 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.