发布于 2016-04-14 00:17:17 | 53 次阅读 | 评论: 0 | 来源: 网友投递
Infinispan 开源的数据网格平台
Infinispan是JBoss Cache缓存框架的后续项目,它是一个开源的数据网格平台,用于访问分布式状态的群集节点。GridFileSystem(网格文件系统)是一个全新的实验性的API,这些API使Infinispan后端的网格数据像“文件系统”一样展示出来。
Infinispan 9.0.0.Alpha1 发布了,
改进记录:
Graceful clustered shutdown / restart with persistent state
The REST cache store has a shiny new Netty-based backend, courtesy of Antoine Toulme
and many, many bugfixes: consult our issue tracker for a list of things we have fixed.
We've removed Spring 3.x support
We've removed our home-brew map/reduce implementation. By now you should be using the wonderful Streams-based API instead which are much nicer and provide better performance
We've dropped our custom NotifyingListeners in favour of Java's standard CompletableFuture
下载地址:http://infinispan.org/download/