1
votes

I can implement MapLoader/MapStore using Hazelcast Java client. But, this is not available in Hazelcast-csharp client API. I need to know whether this feature is available, then how to access it or else will it be available in upcoming releases of Hazelcast. Currently am using Hazelcast-3.6.3.dll

1
dear Raji. Kindly accept the answer if you're satisfied. - Vik Gamov

1 Answers

0
votes

MapLoader / MapStore is a cluster side component. It runs within cluster.

You can't implement it with Java or csharp clients, only on member/node side (Java API only).

Thanks