我注意到EntryProcessor接口实现了Serializable。我在地图中有一个值,我想使用executeOnKey方法更新,但出于显而易见的原因,宁愿在EntryProcessor上使用DataSerializable接口。我的问题......行为是什么? executeOnKey是否忽略DataSerializable接口?我在文档中找不到任何内容。
答案 0 :(得分:6)
Hazelcast通过EntryProcessor
发送实现Operation
界面的DataSerializable
。 EntryProcessor
实例的序列化将委托给SerializationService
所以:
DataSerializable
:Hazelcast将使用它EntryProcessor