榛铸工艺流程

发布于 2024-11-14 16:56:21 字数 213 浏览 4 评论 0原文

我的主管要求我将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

往日 2024-11-21 16:56:21

这取决于您的用例。在此处查看精彩的截屏视频: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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文