Infinispan树状缓存结构

发布于 2024-12-15 00:21:18 字数 381 浏览 3 评论 0原文

我想使用 Infinispan 遵循树状结构的缓存。例如,使用以下数据结构作为股票代码:

  1. 交易所(纽约证券交易所、AMEX...)
  2. 日期
  3. 股票

我不确定如何实现这一点,因为我发现的唯一示例非常基本,例如:

cache.put("key", "value");

我尝试查找互联网和 stackoverflow 没有任何运气...我知道我可以展平上面示例中的结构,但出于说明目的,我想知道 Infinispan 是如何工作的(并且教程没有涵盖它,这就是为什么我一定没有正确地思考它,因为Infinispan 非常强大)。

任何帮助将不胜感激。

谢谢, 朱利安

I would like to use Infinispan following a tree like structure for the cache. For example, using the following data structure for ticker symbols:

  1. Exchange (NY stock exchange, AMEX...)
  2. Date
  3. Ticker

I am not sure how to implement this as the only examples that I have found are pretty basic such as:

cache.put("key", "value");

I tried to look up the internet and stackoverflow without any luck... I know that I could flatten the structure in the example above but for illustrative purposes, I would like to know how Infinispan works (and the tutorials don't cover it, which is why I must not be thinking about it correctly since Infinispan is pretty robust).

Any help would be greatly appreciated.

Thanks,
Julien

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

ゞ记忆︶ㄣ 2024-12-22 00:21:18

您检查过Infinispan中的树模块吗?

Did you check the tree module in Infinispan?

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