开发者

Hazelcast process flow

开发者 https://www.devze.com 2023-03-12 02:11 出处:网络
My supervisor asked me to use Hazelcast for one of our java programs that takes 24 hours to processs huge txt file (2 GB or more).

My supervisor asked me to use Hazelcast for one of our java programs that takes 24 hours to processs huge txt file (2 GB or more). I looked at the documentation from Hazelcast website, but my head is spinning so badly, i could not understand things described there. I am not very competent programmer in java. I am a web developer. What are the steps if i need to run my java program in Ha开发者_StackOverflow社区zelcast?

I will greatly appreciate your help.


it depends of your use case. See nice screencast here: http://hazelcast.com/screencast.jsp Also there are some examples at hazelcast website. Basically, you need to setup communication settings (jms/tcp-ip etc) and start your program at each node with these parameters, after it you can use all Hazelcast features (distributed maps, locks etc).

0

精彩评论

暂无评论...
验证码 换一张
取 消