Java中用于学习目的的简单开源DHT实现

编程入门 行业动态 更新时间:2024-10-10 12:18:30
本文介绍了Java中用于学习目的的简单开源DHT实现的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在寻找有关Java中分布式哈希表的简单开源实现的建议。没有花哨的功能,仅用于学习目的,不需要生产功能。设置起来应该很简单(例如,1台带有n-JVM的物理机器),并且最好用一些示例,教程或入门指南进行详细记录。

I'm looking for recommendations for a simple open source implementation of a Distributed Hash Table in Java to play around with. No fancy features, just for learning purposes, no production functionality needed. It should be simple to set up (e.g. 1 physical machine with n-JVMs) and well documented preferably with some examples, tutorials or starting guides.

研究产生这些候选者: FreePastry 和 OpenChord 但我并不完全相信他们符合我的简单标准。

Research yields these candidates: FreePastry and OpenChord but I'm not fully convinced they meet my criteria simplicity-wise.

您对这些或其他实施方面有经验吗?建议?

Have you got any experience with these or other implementations? Recommendations?

谢谢& adios

Thanks & adios

推荐答案

也许 JDHT 符合要求。我自己没有检查过它,但它是在大学写的,有时这意味着它很简单,用于教学。 : - )

Maybe JDHT will fit the bill. I haven't checked it out myself, but it's written at a university, sometimes that means it's simple and used for teaching. :-)

更多推荐

Java中用于学习目的的简单开源DHT实现

本文发布于:2023-11-30 22:02:39,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1651607.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:目的   开源   简单   Java   DHT

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!