public class EnterpriseMapReplicationSync extends EnterpriseMapReplicationObject
| Constructor and Description |
|---|
EnterpriseMapReplicationSync() |
EnterpriseMapReplicationSync(String mapName,
com.hazelcast.core.EntryView<com.hazelcast.nio.serialization.Data,com.hazelcast.nio.serialization.Data> entryView,
int partitionId) |
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.map.impl.wan.WanMapEntryView<com.hazelcast.nio.serialization.Data,com.hazelcast.nio.serialization.Data> |
getEntryView() |
int |
getId() |
com.hazelcast.nio.serialization.Data |
getKey() |
int |
getPartitionId() |
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 EnterpriseMapReplicationSync(String mapName, com.hazelcast.core.EntryView<com.hazelcast.nio.serialization.Data,com.hazelcast.nio.serialization.Data> entryView, int partitionId)
public EnterpriseMapReplicationSync()
public com.hazelcast.map.impl.wan.WanMapEntryView<com.hazelcast.nio.serialization.Data,com.hazelcast.nio.serialization.Data> getEntryView()
public int getPartitionId()
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 com.hazelcast.nio.serialization.Data getKey()
public int getId()
public void incrementEventCount(com.hazelcast.wan.impl.DistributedServiceWanEventCounters counters)
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.