Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在评估 GridGain 6.1.8。我的目标是让网格中只有一个节点(称为领导者)做一些特定的工作。要求是:
如何实施?
从 GridGain 6.2.0-rc2 版本开始,GridGain 具有GridProjection.oldest()可用作领导者的方法。它完全满足您列出的要求。
GridProjection.oldest()
此外,您可以在这篇文章中找到更多信息:Gridgain 领导者选举模式