Blog - page 38

Stay up to date with the latest articles and news from Infinispan.

Simple cache

September 16, 2015    Tags:

Infinispan local caches have several features that make it more than just a map - expiration and eviction, listeners, statistics, transactions, cache stores and so forth. However, this comes at a price - due to all the hooks and object allocation, plain ConcurrentHashMap is f...

Initial Support for Apache Avro and Gora

September 14, 2015    Tags: marshalling hotrod map reduce

Avro and Gora are two Apache projects that belong to the Hadoop ecosystem. Avro is a data serialization framework that relies on JSON for defining data types and protocols, and serializes data in a compact binary format. Its primary use in Hadoop is to provide a serialization...

New Redis Cache Store Introduced in Infinispan 8

September 14, 2015    Tags: release redis cache store

A new cache store for storage of cache data within the Redis key/value server has been introduced with Infinispan 8. This allows all storage of cache data to be stored in a centralised Redis deployment which all Infinispan clients access. The cache store supports 3 Redis de...

Infinispan 8.0.1.Final (and 7.2.5.Final)

September 10, 2015    Tags: release

Dear all, we’ve just cooked two new point releases of Infinispan to address a number of issues. The highlights for 8.0.1.Final are: ISPN-5717 Notify continuous query also when entry expires ISPN-5591 Simple local cache without interceptor stack. This is an ext...

Functional Map API: Working with multiple entries

September 08, 2015    Tags: functional API lambda

We continue with the blog series on the experimental Functional Map API which was released as part of Infinispan 8.0.0.Final. In this blog post we’ll be focusing on how to work with multiple entries at the same time. For reference, here are the previous entries in the s...

Distributed Streams

September 07, 2015    Tags: java 8 streams API

Now that Infinispan supports Java 8, we can take full advantage of some of the new features. One of the big features of Java 8 is the new Stream classes. This flips the head on processing data so that instead of having to iterate upon the data yourself the underlying Stream...

Functional Map API: Working with single entries

September 02, 2015    Tags: functional introduction API lambda

In this blog post we’ll continue with the introduction of the experimental Functional Map API, which was released as part of Infinispan 8.0.0.Final, focusing on how to manipulate data using single-key operations. As mentioned in the Functional Map API introduction, th...

Infinispan 8.0.0.Final

August 31, 2015    Tags: release

Dear all, it is with the greatest pleasure that we announce the first stable release of Infinispan 8. The number "8" is quite special for Infinispan for two reasons: it has been embedded in our logo, disguised as the infinity symbol, since the very beginning it...

Tags
See All