Persisting data on disk using Hazelcast

后端 未结 2 1307

I have installed HazelCast 2.5. I want to persist my records into disk. I learned that MapStore does this job. However i\'m not sure how to implement MapStore.

Code I\'v

2条回答
  •  面向向阳花
    2021-02-20 01:22

    Yes, you can use MapStore and MapLoader to persist file to local storage. Read official documentation here.

    https://docs.hazelcast.org/docs/latest/manual/html-single/#loading-and-storing-persistent-data

提交回复
热议问题