发布于 2017-11-15 00:24:38 | 99 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Infinispan 开源的数据网格平台

Infinispan是JBoss Cache缓存框架的后续项目,它是一个开源的数据网格平台,用于访问分布式状态的群集节点。GridFileSystem(网格文件系统)是一个全新的实验性的API,这些API使Infinispan后端的网格数据像“文件系统”一样展示出来。


Infinispan 9.2.0.Beta1 和 9.1.3.Final 已发布。Infinispan 是个开源的数据网格平台。它公开了一个简单的数据结构(一个Cache)来存储对象。虽然可以在本地模式下运行 Infinspan ,但其真正的价值在于分布式,在这种模式下,Infinispan 可以将集群缓存起来并公开大容量的堆内存。

9.2.0.Beta1 更新亮点:

  • New API for querying using Ickle via the REST server, taking advantage of the JSON/Protobuf interoperability [ISPN-8113].

  • Clustered Locks, first experimental release. A ClusteredLock is a data structure used for concurrent programming between Infinispan instances in cluster mode.

  • Clustered Counters have received serveral improvements. It's now possible to manage your counters via JMX [ISPN-7926] and other management methods are on the way. The strong counter has a new method: compare-and-swap [ISPN-8489]. If you used compare-and-set, the compare-and-swapmay improve your code performance. And last but not least, a new sync() method was added to the strong and weak counters, useful if you don't want to handle the CompletableFuture! 

  • Clustered Cache Configuration: Both EmbeddedCacheManager and RemoteCacheManager now have an API for creating/removing caches across the cluster [ISPN-7776]. Caches created with this API will also be created on any new members that will join the cluster. Additionally, the configuration for caches created in this way can be made persistent so that they are automatically recreated when a cluster restarts.

  • Server deployment of Lucene analyzers for remote query [ISPN-7714].

9.1.3.Final 和 9.2.0.Beta1 都增加了一些堆外改进和修复,完整信息可以点击这里这里找到。

下载地址:

http://infinispan.org/download/



历史版本 :
Infinispan 9.2.0 CR1 发布,分布式集群缓存系统
Infinispan 9.1.4.final 发布,分布式集群缓存系统
Infinispan Spark connector 0.6 发布
Infinispan 9.2.0.Beta1 和 9.1.3.Final 发布
Infinispan 9.2.0.Alpha2 和 9.1.2.Final 发布
Infinispan 9.2.0.Alpha1 带来新的分布式和集群式集合类型
Infinispan 9.1.1.Final 发布,分布式集群缓存系统
Infinispan 9.1.0.CR1 发布,分布式集群缓存系统
Infinispan 9.1.0.Beta1 发布,分布式集群缓存系统
Infinispan 9.1.0.Alpha1 发布,分布式集群缓存系统
Infinispan 的 Hotrod 客户端 C++/C# 8.1.1.Final 发布
Infinispan 的 Hotrod 客户端 C++/C# 8.1.0 正式发布
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务