内容简介:Infinispan 9.4.0.CR1 发布了,本次更新包含 bug 修复和一些其他的改进: 值得关注的更新内容 Near cache and client side TTL (ISPN-9098) Allow configuring near cache from hot rod properties (ISPN-9385) ...
Infinispan 9.4.0.CR1 发布了,本次更新包含 bug 修复和一些其他的改进:
值得关注的更新内容
Near cache and client side TTL (ISPN-9098)
Allow configuring near cache from hot rod properties (ISPN-9385)
Initial support for JSON format in scripts Default analyzers are provided to use with remote queries (ISPN-9429)
Prevent user from configuring passivation with a shared store (ISPN-7168)
Enhance RemoteStore to support segmentation (ISPN-9376)
Upgrade to RxJava 2.2.0 (ISPN-9418)
Hot Rod configuration properties have setters now to ease integration with other frameworks (ISPN-9398)
下载地址 http://infinispan.org/download/
Infinispan 是一个开源的数据网格平台。它公开了一个简单的数据结构(一个 Cache)来存储对象。虽然可以在本地模式下运行 Infinspan,但其真正的价值在于分布式,在这种模式下,Infinispan 可以将集群缓存起来并公开大容量的堆内存。这可比简单的复制强大的多,因为它会为每个结点分配固定数量的副本 —— 服务器故障的一种恢复手段 —— 同时还提升了可伸缩性,这是由于存储每个结点所需的工作量是与集群大小息息相关的。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Algorithms on Strings, Trees and Sequences
Dan Gusfield / Cambridge University Press / 1997-5-28 / USD 99.99
String algorithms are a traditional area of study in computer science. In recent years their importance has grown dramatically with the huge increase of electronically stored text and of molecular seq......一起来看看 《Algorithms on Strings, Trees and Sequences》 这本书的介绍吧!