开源的数据网格平台 Infinispan v9.0.0.Final 发布
jopen 8年前
<p style="text-align: center;"><strong><img alt="" src="https://simg.open-open.com/show/ae9cee091003c2acae82e65253458169.png" /></strong></p> <p> </p> <p> Infinispan是个开源的数据网格平台。它公开了一个简单的数据结构(一个Cache)来存储对象。虽然可以在本地模式下运行Infinspan,但其真正的价值在于分布式,在这种模式下,Infinispan可以将集群缓存起来并公开大容量的堆内存。这可比简单的复制强大的多,因为它会为每个结点分配固定数量的副本——服务器故障的一种恢复手段——同时还提升了可伸缩性,这是由于存储每个结点所需的工作量是与集群大小息息相关的。</p> <h2>更新日志</h2> <h3>Core</h3> <ul> <li>Graceful shutdown and restart with persistent cache state</li> <li>Off-heap storage</li> <li>Performance improvements</li> <li>New internal marshaller</li> </ul> <h3>API</h3> <ul> <li>Replace the home-brew notifying futures with CompletableFutures everywhere</li> <li>Stream usability improvements</li> </ul> <h3>Eviction</h3> <ul> <li>New bounded container based on <a href="/misc/goto?guid=4958999445137293552">Caffeine</a></li> <li>More reliable eviction</li> </ul> <h3>Management and monitoring</h3> <ul> <li>Web console works with both domain and standalone mode</li> </ul> <h3>Cache Stores</h3> <ul> <li>RocksDB cache store which replaces the LevelDB one</li> <li>Upserts and transactions for JDBC stores</li> <li>HikariCP connection pooling</li> <li>Dropped Mixed and Binary JDBC stores</li> </ul> <h3>Indexing and Query</h3> <ul> <li>Ickle, a new query language derived from JPQL with full-text predicates</li> <li>Replace the HQL translator with an internal one</li> <li>Always cache the query AST</li> <li>ElasticSearch indexing backend</li> </ul> <h3>Infinispan Server</h3> <ul> <li>Server base upgraded to WildFly 11</li> <li>SNI for Hot Rod and REST</li> <li>Multi-tenancy</li> </ul> <h3>Integrations</h3> <ul> <li>Spring Session support</li> <li><a href="/misc/goto?guid=4958852087406240510">Kryo </a>and <a href="/misc/goto?guid=4959003781328575245">Protostuff </a>marshallers for Hot Rod</li> <li>Kubernetes PING support</li> </ul> <h2>下载</h2> <ul> <li><a href="/misc/goto?guid=4959004686994597354" rel="nofollow"><strong>Source code</strong> (zip)</a></li> <li><a href="/misc/goto?guid=4959004687113300297" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li> </ul> <p>本站原创,转载时保留以下信息:<br /> 本文转自:深度开源(open-open.com)<br /> 原文地址:<a href="http://www.open-open.com/news/view/709620b3">http://www.open-open.com/news/view/709620b3</a></p>