Muneeb Nasir
Muneeb Nasir

Reputation: 2504

How to write a LoadStore for List in hazelcast

All the examples found in the documentation are provided for map, queue and set. Any help is appreciated.

Upvotes: 0

Views: 259

Answers (1)

Sten Roger Sandvik
Sten Roger Sandvik

Reputation: 2536

I do not think you have that possibility in Hazelcast. Only persistence I have ever seen (and used) in Hazelcast is the MapStore/MapLoader for distributed maps.

See javadoc here: http://www.hazelcast.com/docs/2.5/javadoc. And especially MapStore: http://www.hazelcast.com/docs/2.5/javadoc/com/hazelcast/core/MapStore.html.

Upvotes: 2

Related Questions