榛铸工艺流程
我的主管要求我将 Hazelcast 用于我们的一个 Java 程序,该程序需要 24 小时才能处理巨大的 txt 文件(2 GB 或更多)。 我查看了 Hazelcast 网站上的文档,但我的头晕得厉害,我无法理解那里描述的内容。 我在java方面不是很称职的程序员。我是一名网络开发人员。如果我需要在 Hazelcast 中运行我的 java 程序,需要执行哪些步骤?
我将非常感谢你的帮助。
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 Hazelcast?
I will greatly appreciate your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您的用例。在此处查看精彩的截屏视频:http://hazelcast.com/screencast.jsp
hazelcast 网站上也有一些示例。
基本上,您需要设置通信设置(jms/tcp-ip 等)并使用这些参数在每个节点启动程序,之后您可以使用所有 Hazelcast 功能(分布式地图、锁等)。
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).