public final class PutIfAbsentMapMergePolicy extends Object implements ReplicatedMapMergePolicy, IdentifiedDataSerializable
Modifier and Type | Field and Description |
---|---|
static PutIfAbsentMapMergePolicy |
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 PutIfAbsentMapMergePolicy INSTANCE
public Object merge(String mapName, ReplicatedMapEntryView mergingEntry, ReplicatedMapEntryView existingEntry)
ReplicatedMapMergePolicy
merge
in interface ReplicatedMapMergePolicy
mapName
- name of the replicated mapmergingEntry
- entry merging into the destination clusterexistingEntry
- existing entry in the destination clusterpublic int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.