内容简介:Infinispan 9.2.0.Final 已发布,命名为 "Gaina" 。 该版本包含大量改进和修复,其中 Core 改进部分如下: Conflict resolution Automatic conflict resolution after a partition merge is now supported for a...
Infinispan 9.2.0.Final 已发布,命名为 "Gaina" 。
该版本包含大量改进和修复,其中 Core 改进部分如下:
Conflict resolution
Automatic conflict resolution after a partition merge is now supported for all partition handling strategies and is enabled by default. Furthermore, it is now possible to deploy custom EntryMergePolicy implementations to the serverReactive streams-based distributed Iteration improvements
Distributed iterator now uses less threads and allows for efficient parallel retrieval providing for improved throughputBiased reads for scattered caches
Originator can read the ‘backup’ copy locally until the data gets overwritten again. Together with improved read performance this migrates data to nodes that use it.Off-heap sizing
Off-heap requires less overhead per entry and provides for more accurate sizing allowing you to maximize your memory usedException based eviction
A new "eviction" that instead of removing old entries prevents new entries being inserted (supported by all memory storage and eviction types)
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Infinispan 9.2.0.Final 发布,分布式集群缓存系统》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Beginning Java Objects中文版从概念到代码
巴克 / 万波 / 人民邮电出版社 / 2007-1 / 78.00元
《Beginning Java Objects中文版从概念到代码(第2版)》是关于软件对象和Java的,但并不是纯粹地介绍Java语言,而是强调如何从对象模型转换到功能完整的Java应用程序。书中讲述了对象基础、对象建模和模型的实现。《Beginning Java Objects中文版从概念到代码(第2版)》除了用学生注册系统(SRS)示例贯穿全书之外,还在附录中给出三个附加的案例,这些案例是每章......一起来看看 《Beginning Java Objects中文版从概念到代码》 这本书的介绍吧!