Reputation: 2504
All the examples found in the documentation are provided for map, queue and set. Any help is appreciated.
Upvotes: 0
Views: 259
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