The Artima Developer Community
Sponsored Link

Java Buzz Forum
Hazelcast 1.6 Released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Talip Ozturk

Posts: 103
Nickname: talip
Registered: May, 2003

Talip Ozturk is founder of Hazelcast, distributed queue, set, map and lock implementation.
Hazelcast 1.6 Released Posted: May 31, 2009 2:15 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Talip Ozturk.
Original Post: Hazelcast 1.6 Released
Feed Title: Shared Memory
Feed URL: http://www.jroller.com/talipozturk/feed/entries/rss
Feed Description: about java, jcache, jini, javaspaces, distributed data structures and a little bit of me and life.
Latest Java Buzz Posts
Latest Java Buzz Posts by Talip Ozturk
Latest Posts From Shared Memory

Advertisement
Now 1.6 is final. What is new in 1.6:
  • Support for synchronous backups and configurable backup-count for maps.
  • Eviction support. Timed eviction for queues. LRU, LFU and time based eviction for maps.
  • Statistics/history for entries. create/update time, number of hits, cost. see IMap.getMapEntry(key)
  • MultiMap implementation. similar to google-collections and apache-common-collections MultiMap but distributed and thread-safe.
  • Being able to destroy() the data structures when not needed anymore.
  • Being able to Hazelcast.shutdown() the local member.
  • Get the list of all data structure instances via Hazelcast.getInstances().

What is next: Load/Store interface for persistence. Not that far though... We should have a beta in a month! We will have read-through, write-through, write-behind.

Read: Hazelcast 1.6 Released

Topic: Proguard settings for Android Previous Topic   Next Topic Topic: Indyarocks.com offers free online access to 16 premium video channels

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use