public class EnterpriseMapReplicationMerkleTreeNode extends EnterpriseMapReplicationObject
MerkleTree| Constructor and Description |
|---|
EnterpriseMapReplicationMerkleTreeNode() |
EnterpriseMapReplicationMerkleTreeNode(String mapName,
com.hazelcast.map.impl.MerkleTreeNodeEntries entries,
int partitionId) |
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.map.impl.MerkleTreeNodeEntries |
getEntries() |
int |
getEntryCount()
Returns the number of map entries for this merkle tree node.
|
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 |
setEntries(com.hazelcast.map.impl.MerkleTreeNodeEntries entries) |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
getBackupCount, getCreationTime, getFactoryId, getGroupNames, getMapName, getObjectNamepublic EnterpriseMapReplicationMerkleTreeNode()
public EnterpriseMapReplicationMerkleTreeNode(String mapName, com.hazelcast.map.impl.MerkleTreeNodeEntries entries, int partitionId)
public com.hazelcast.map.impl.MerkleTreeNodeEntries getEntries()
public void setEntries(com.hazelcast.map.impl.MerkleTreeNodeEntries entries)
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 getEntryCount()
public int getId()
public void incrementEventCount(com.hazelcast.wan.impl.DistributedServiceWanEventCounters counters)
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.