I am using hazelcast (v2.1.3) - in the storeload for the map, "store" keeps getting invoked instead of "store all" (even though the write delay seconds flag is greater than 0):
<map-store enabled="true">
<class-name>test.test.abcMap</class-name>
<write-delay-seconds>5</write-delay-seconds>
</map-store>
Any useful suggestions to help troubleshoot this would be quite welcome. I had asynch write behinds working on a different project but cannot seem to get them working right now. Thanks
Edit After the delay specified in the write-delay-seconds, the store implementation gets invoked (as opposed to the store all).