public final class HigherHitsMapMergePolicy extends Object implements ReplicatedMapMergePolicy, IdentifiedDataSerializable
| Modifier and Type | Field and Description | 
|---|---|
static HigherHitsMapMergePolicy | 
INSTANCE
Single instance of this class 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getFactoryId()
Returns DataSerializableFactory factory id for this class. 
 | 
int | 
getId()
Returns type identifier for this class. 
 | 
Object | 
merge(String mapName,
     ReplicatedMapEntryView mergingEntry,
     ReplicatedMapEntryView existingEntry)
Returns the value of the entry after the merge
 of entries with the same key. 
 | 
void | 
readData(ObjectDataInput in)
Reads fields from the input stream 
 | 
void | 
writeData(ObjectDataOutput out)
Writes object fields to output stream 
 | 
public static final HigherHitsMapMergePolicy INSTANCE
public Object merge(String mapName, ReplicatedMapEntryView mergingEntry, ReplicatedMapEntryView existingEntry)
ReplicatedMapMergePolicymerge in interface ReplicatedMapMergePolicymapName - name of the replicated mapmergingEntry - entry merging into the destination clusterexistingEntry - existing entry in the destination clusterpublic int getFactoryId()
IdentifiedDataSerializablegetFactoryId in interface IdentifiedDataSerializablepublic int getId()
IdentifiedDataSerializablegetId in interface IdentifiedDataSerializablepublic void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOExceptionpublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOExceptionCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.