Search code examples
hazelcastkryo

Does index on IMap work with Kryo serialization?


I've created a Hazelcast IMap and defined some Index on value field. Does Index work with Kryo serialization ? I remember that in earlier version of Hazelcast index used to work only when in-memory-format was OBJECT.


Solution

  • Indexes indeed works with Kryo serialization. When an entry is being Hazelcast deserializes it to extract indexed fields.