SlideShare a Scribd company logo
© 2015 Hazelcast Inc. Confidential & Proprietary 1
Hazelcast 3.6 Roadmap
14 July 2015
GREG LUCK
CEO HAZELCAST
© 2015 Hazelcast Inc. Confidential & Proprietary 2
Hazelcast Use Cases
High-Density
Caching
In-Memory
Data Grid
Web Session
Clustering
•  High-Density Memory
Store, client and member
•  Full JCache support
•  Elastic scalability
•  Super speeds
•  High availability
•  Fault tolerance
•  Cloud readiness
•  Simple, modern APIs
•  Automatic data recovery
•  Object-oriented and
non-relational
•  Elastic and scalable
•  Transparent database
integration
•  Browser-based cluster
management
•  High performance
•  No application alteration
•  Easy scale-out
•  Fast session access
•  Off load to existing cluster
•  Tomcat, Jetty and Generic
© 2015 Hazelcast Inc. Confidential & Proprietary 3
Deployment Architectures
Great for early stages of rapid
application development and iteration
Necessary for scale up or scale
out deployments – decouples
upgrading of clients and cluster for
long term TCO
Embedded Hazelcast
Hazelcast
Node 3
Java API
Applications
Hazelcast
Node 2
Java API
Applications
Hazelcast
Node 1
Java API
Applications
Client-Server Mode
Hazelcast
Node 3
Java API
Applications
Java API
Applications
Java API
Applications
Hazelcast
Node 2
Hazelcast
Node 1
© 2015 Hazelcast Inc. Confidential & Proprietary 4
World-Class Customers
TELECOMMUNICATIONS
BANKING &
FINANCIAL SERVICES
HIGH-TECH
LOGISTICS
INSURANCE
CONSUMER &
ECOMMERCE
GAMING & ENTERTAINMENT
© 2015 Hazelcast Inc. Confidential & Proprietary 5
Hazelcast In-memory Computing Platform
Hazelcast Open Source Hazelcast Enterprise
Web Sessions
Java
C++ .NET
Portable Serialization /
Pluggable Serialization
Memcached REST
Internal Client
Network Protocol
java.util.concurrent.*javax.cache.*
Hibernate 2nd Level
Cache
Map Set Queue
Executor Service
Lock/
Sem. Atomics Topic
User
Defined
SQL Query Map / Reduce Aggregation
Low-level Services API
Node Engine
(Threads, Instances, Eventing, Wait/Notify, Invocation)
Partition Management
(Master Partition, Data Affinity, Replicas, Migrations, Partition Groups)
Cluster Management
(Multicast, IP List, AWS/OpenStack)
Networking
(IPv4, IPv6)
On-heap Storage
ManagementCenter
(API,JMX)
Security
(Connection,Encryption,Authentication,Authorization)
WAN
(TopologyAwarePartitionManagement,WANReplication)
Hazelcast Open Source Hazelcast Enterprise
Hazelcast 3.6 Architecture
Predicate Entry Processor
MultiMap
High-Density (HD) Memory Store
Continuous
Query
HD Near
Cache
Ring
Buffer
Open Client
Network Protocol
HotRestart
© 2015 Hazelcast Inc. Confidential & Proprietary 6
Hazelcast Platform Roadmap
Hi-Density Caching
In-Memory Data Grid
2014 2015 2016
Caching | Web Sessions
PaaS | IaaS | Extensions | Integrations
Scalability | Resiliency | Elastic Memory
In-memory Computing Platform
© 2015 Hazelcast Inc. Confidential & Proprietary 7
Hazelcast Platform: Expanded Vision
© 2015 Hazelcast Inc. Confidential & Proprietary 8
Features Description
Client Protocol New Hazelcast Client Protocol
Client Cross Version
Compatibility
Ability to upgrade clients independently from servers and other clients.
New Features for JCache Adds Partition Lost Listener, Quorums, Split brain handler as in IMap to JCache.
Spring Transaction API
Integration
For easier transaction management for applications which use Hazelcast as their memory
store.
Quartz Integration An extension to store Quartz tasks in Hazelcast.
Improved Hazelcast
Hibernate Caching
Provides a new Hibernate region cache that supports soft locking.
ReplicatedMap
Improvements
Enhancements to ReplicatedMap
Docker Integration Ability to start Hazelcast instances on Docker environments easily.
Cascading Integration Computation Fabric for Cascading 3.
New Hazelcast 3.6 Open Source Features
© 2015 Hazelcast Inc. Confidential & Proprietary 9
Features Description
Discovery SPI Provide an extension SPI to attach external cloud discovery mechanisms. Finds other
Hazelcast instances based on certain filters and provides their corresponding IP addresses.
Refresh-Ahead Caching Keep subset of entries up-to-date with the database so that expired entries don't have to be
re-fetched i order to accelerate access.
Lite Members Ability to denote certain members in the cluster do not store data (partitions). These would
then be used for compute.
Staged Latency Monitoring Provides per-Operation fine-grained information about processing time at every stage of
operations processing in order to identify bottlenecks in operation processing.
Paging Predicate Seek Allow constant time access to a specific page in a Paging Predicate. Provides a new method
setPage(int PageNumber) that sets the Page.
Try Lock with Lease Ability to try to acquire lock with a lease time.
Rule Based Query Optimizer Make queries significantly faster by using static transformations of queries.
Type Constraints SQL performance improved by being able to specify type constraints.
Index Memory Consumption
Improvements
* Reduces index memory consumption to be no more than a small ten's of bytes per item.
New Hazelcast 3.6 Open Source Features (Cont’d)
© 2015 Hazelcast Inc. Confidential & Proprietary 10
Features Description
Hot Restart Provide fast restarts by persisting node state to disk.
High-Density Memory Store
for Map
Enable High-Density for Map.
Improved .NET Client New .NET Client based on Hazelcast Client Protocol.
Improved C++ Client New C++ Client based on Hazelcast Client Protocol.
.NET Client Performance
Improvement
Improvements to the .NET client performance.
New Hazelcast 3.6 Enterprise Features
© 2015 Hazelcast Inc. Confidential & Proprietary 11
Features Description
WAN Replication
Improvements
- Queue Persistence and Overflow: Use Hazelcast queue to solve
persistence and backup.
- Filtering: Ability to filter what is placed onto a particular replication queue
based on a predicate.
- Secure Socket Connections
WAN Replication
Page - Management
Center
Provides a dedicated WAN Replication tab to Management Center for
monitoring replication.
Enhancements to
Management Center
Several improvements and enhancements to Management Center: stats,
alerts, and configuration.
New Hazelcast 3.6 Enterprise Features (Cont’d)
© 2015 Hazelcast Inc. Confidential & Proprietary 12
Features Description
Simulator C++ integration Simulator to be able to run C++ tests.
Simulator .NET integration Simulator to be able to run .NET tests.
Simulator Communication
Protocol
A better way to address and send instructions between different Hazelcast Simulator
components.
Tests for Hazelcast
Upgradeability
Provide all the necessary tests to be able to make sure all the requirements in Hazelcast
Upgrade Guide are satisfied.
Simulator High Availability
Testing
Adds functionality to Simulator so it can be used for high availability testing of Hazelcast.
Simulator for VMWare
Environments
Ability to run Simulator tests on VMWare seamlessly to fix VMWare specific issues quickly.
Simulator Performance
Comparison
Reports performance variations between two or more benchmarks.
New Release of Hazelcast Simulator
© 2015 Hazelcast Inc. Confidential & Proprietary 13
Summary
Hazelcast Open Source – Many Updates and Expanded Functionality
Dramatically expanded and improved clients compliant with new Hazelcast Client Protocol.
New and improved integrations JCache, Spring, Quartz, Hibernate, Docker, Cascading, and cloud.
Improvements in query execution.
Hazelcast Enterprise – Critical improvement and Enriching New Features
Level step-up in redundancy, back-up and recovery functionality with Hot Restart.
Dramatically expanded and improved Enterprise client protocols including completion of C++ and .NET
clients.
Adding High-Density Memory Store for IMap.
Many feature improvements to WAN Replication and Management Center to meet enterprise customer
needs.
Hazelcast Simulator – Enhanced to Test New Features
Testing support for new clients and environments.
© 2015 Hazelcast Inc. Confidential & Proprietary 14
Thank you

More Related Content

PDF
Time to Make the Move to In-Memory Data Grids
PDF
Distributed applications using Hazelcast
PDF
Speed Up Your Existing Relational Databases with Hazelcast and Speedment
PDF
Introduction to hazelcast
PDF
Hazelcast 101
PPTX
Hazelcast For Beginners (Paris JUG-1)
PDF
Building scalable applications with hazelcast
PPTX
Spring Meetup Paris - Getting Distributed with Hazelcast and Spring
Time to Make the Move to In-Memory Data Grids
Distributed applications using Hazelcast
Speed Up Your Existing Relational Databases with Hazelcast and Speedment
Introduction to hazelcast
Hazelcast 101
Hazelcast For Beginners (Paris JUG-1)
Building scalable applications with hazelcast
Spring Meetup Paris - Getting Distributed with Hazelcast and Spring

What's hot (20)

PPTX
From cache to in-memory data grid. Introduction to Hazelcast.
PPTX
Hazelcast Deep Dive (Paris JUG-2)
PPTX
Think Distributed: The Hazelcast Way
PPTX
Hazelcast Essentials
PPTX
Geek Nights Hong Kong
PDF
JCConf 2016 - Cloud Computing Applications - Hazelcast, Spark and Ignite
PPT
Hazelcast
PDF
Web session replication with Hazelcast
PDF
Hazelcast for Terracotta Users
PDF
Distributed caching with java JCache
PPTX
Hazelcast Jet v0.4 - August 9, 2017
PPTX
Oracle Coherence
PPTX
Oracle Coherence
PPTX
Deep Dive - Usage of on premises data gateway for hybrid integration scenarios
PDF
EDB Postgres with Containers
 
PPTX
From distributed caches to in-memory data grids
PDF
Red Hat Ceph Storage: Past, Present and Future
PDF
VMworld 2013: Virtualizing Databases: Doing IT Right
PPTX
Multi-tenant, Multi-cluster and Multi-container Apache HBase Deployments
PDF
Ruby Driver Explained: DataStax Webinar May 5th 2015
From cache to in-memory data grid. Introduction to Hazelcast.
Hazelcast Deep Dive (Paris JUG-2)
Think Distributed: The Hazelcast Way
Hazelcast Essentials
Geek Nights Hong Kong
JCConf 2016 - Cloud Computing Applications - Hazelcast, Spark and Ignite
Hazelcast
Web session replication with Hazelcast
Hazelcast for Terracotta Users
Distributed caching with java JCache
Hazelcast Jet v0.4 - August 9, 2017
Oracle Coherence
Oracle Coherence
Deep Dive - Usage of on premises data gateway for hybrid integration scenarios
EDB Postgres with Containers
 
From distributed caches to in-memory data grids
Red Hat Ceph Storage: Past, Present and Future
VMworld 2013: Virtualizing Databases: Doing IT Right
Multi-tenant, Multi-cluster and Multi-container Apache HBase Deployments
Ruby Driver Explained: DataStax Webinar May 5th 2015
Ad

Similar to Hazelcast 3.6 Roadmap Preview (20)

PDF
Building scalable applications with hazelcast
PDF
In-memory No SQL- GIDS2014
PPTX
Distributed caching-computing v3.8
PPTX
Hazelcast sunum
PDF
In-Memory Distributed Computing - Porto Tech Hub
PPTX
Sharing of Distributed Objects in a DX Cluster, thanks to Hazelcast - Online ...
PPTX
Hazelcast
PPTX
ConFoo - 3 performance improvements
PDF
Low-latency real-time data processing at giga-scale with Kafka | John DesJard...
PDF
Hazelcast Introduction
PDF
Hazelcast HUGL
PPTX
SouJava- 3 easy performance improvements in your microservices architecture
PDF
Clustering your Application with Hazelcast
PPTX
Istanbul JUG - 3 performance improvements with Hazelcast IMDG in your microse...
PPTX
YaJUG/Kaiserslautern JUG - 3 easy improvements in your microservices architec...
PPTX
YAJUG - 3 Idées d’amélioration pour vos Architectures Microservices
PPTX
Voxxed Days Cluj - 3 performance improvements with Hazelcast IMDG in your mic...
PPTX
go>tech world - 3 performance improvements with Hazelcast IMDG in your micros...
PDF
Where is my cache architectural patterns for caching microservices by example
Building scalable applications with hazelcast
In-memory No SQL- GIDS2014
Distributed caching-computing v3.8
Hazelcast sunum
In-Memory Distributed Computing - Porto Tech Hub
Sharing of Distributed Objects in a DX Cluster, thanks to Hazelcast - Online ...
Hazelcast
ConFoo - 3 performance improvements
Low-latency real-time data processing at giga-scale with Kafka | John DesJard...
Hazelcast Introduction
Hazelcast HUGL
SouJava- 3 easy performance improvements in your microservices architecture
Clustering your Application with Hazelcast
Istanbul JUG - 3 performance improvements with Hazelcast IMDG in your microse...
YaJUG/Kaiserslautern JUG - 3 easy improvements in your microservices architec...
YAJUG - 3 Idées d’amélioration pour vos Architectures Microservices
Voxxed Days Cluj - 3 performance improvements with Hazelcast IMDG in your mic...
go>tech world - 3 performance improvements with Hazelcast IMDG in your micros...
Where is my cache architectural patterns for caching microservices by example
Ad

More from Hazelcast (18)

PDF
The Power of the JVM: Applied Polyglot Projects with Java and JavaScript
PDF
JCache - It's finally here
PDF
Shared Memory Performance: Beyond TCP/IP with Ben Cotton, JPMorgan
PDF
Applying Real-time SQL Changes in your Hazelcast Data Grid
PDF
WAN Replication: Hazelcast Enterprise Lightning Talk
PDF
JAAS Security Suite: Hazelcast Enterprise Lightning Talk
PDF
Extreme Network Performance with Hazelcast on Torusware
PDF
Big Data, Simple and Fast: Addressing the Shortcomings of Hadoop
PDF
JAXLondon - Squeezing Performance of IMDGs
PDF
OrientDB & Hazelcast: In-Memory Distributed Graph Database
PDF
How to Use HazelcastMQ for Flexible Messaging and More
PDF
Devoxx UK 2014 High Performance In-Memory Java with Open Source
PDF
JSR107 State of the Union JavaOne 2013
PDF
Jfokus - Hazlecast
PDF
In-memory Data Management Trends & Techniques
PDF
How to Speed up your Database
PDF
Devoxx 2013 - Hazelcast
PDF
Squeezing Performance out of Hazelcast
The Power of the JVM: Applied Polyglot Projects with Java and JavaScript
JCache - It's finally here
Shared Memory Performance: Beyond TCP/IP with Ben Cotton, JPMorgan
Applying Real-time SQL Changes in your Hazelcast Data Grid
WAN Replication: Hazelcast Enterprise Lightning Talk
JAAS Security Suite: Hazelcast Enterprise Lightning Talk
Extreme Network Performance with Hazelcast on Torusware
Big Data, Simple and Fast: Addressing the Shortcomings of Hadoop
JAXLondon - Squeezing Performance of IMDGs
OrientDB & Hazelcast: In-Memory Distributed Graph Database
How to Use HazelcastMQ for Flexible Messaging and More
Devoxx UK 2014 High Performance In-Memory Java with Open Source
JSR107 State of the Union JavaOne 2013
Jfokus - Hazlecast
In-memory Data Management Trends & Techniques
How to Speed up your Database
Devoxx 2013 - Hazelcast
Squeezing Performance out of Hazelcast

Recently uploaded (20)

PPTX
ISO 45001 Occupational Health and Safety Management System
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
AI in Product Development-omnex systems
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
top salesforce developer skills in 2025.pdf
PPTX
Operating system designcfffgfgggggggvggggggggg
PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Digital Strategies for Manufacturing Companies
PPTX
Transform Your Business with a Software ERP System
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
ISO 45001 Occupational Health and Safety Management System
Softaken Excel to vCard Converter Software.pdf
AI in Product Development-omnex systems
CHAPTER 2 - PM Management and IT Context
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
How to Choose the Right IT Partner for Your Business in Malaysia
top salesforce developer skills in 2025.pdf
Operating system designcfffgfgggggggvggggggggg
ManageIQ - Sprint 268 Review - Slide Deck
Design an Analysis of Algorithms I-SECS-1021-03
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Understanding Forklifts - TECH EHS Solution
Digital Strategies for Manufacturing Companies
Transform Your Business with a Software ERP System
PTS Company Brochure 2025 (1).pdf.......
How Creative Agencies Leverage Project Management Software.pdf
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Adobe Illustrator 28.6 Crack My Vision of Vector Design

Hazelcast 3.6 Roadmap Preview

  • 1. © 2015 Hazelcast Inc. Confidential & Proprietary 1 Hazelcast 3.6 Roadmap 14 July 2015 GREG LUCK CEO HAZELCAST
  • 2. © 2015 Hazelcast Inc. Confidential & Proprietary 2 Hazelcast Use Cases High-Density Caching In-Memory Data Grid Web Session Clustering •  High-Density Memory Store, client and member •  Full JCache support •  Elastic scalability •  Super speeds •  High availability •  Fault tolerance •  Cloud readiness •  Simple, modern APIs •  Automatic data recovery •  Object-oriented and non-relational •  Elastic and scalable •  Transparent database integration •  Browser-based cluster management •  High performance •  No application alteration •  Easy scale-out •  Fast session access •  Off load to existing cluster •  Tomcat, Jetty and Generic
  • 3. © 2015 Hazelcast Inc. Confidential & Proprietary 3 Deployment Architectures Great for early stages of rapid application development and iteration Necessary for scale up or scale out deployments – decouples upgrading of clients and cluster for long term TCO Embedded Hazelcast Hazelcast Node 3 Java API Applications Hazelcast Node 2 Java API Applications Hazelcast Node 1 Java API Applications Client-Server Mode Hazelcast Node 3 Java API Applications Java API Applications Java API Applications Hazelcast Node 2 Hazelcast Node 1
  • 4. © 2015 Hazelcast Inc. Confidential & Proprietary 4 World-Class Customers TELECOMMUNICATIONS BANKING & FINANCIAL SERVICES HIGH-TECH LOGISTICS INSURANCE CONSUMER & ECOMMERCE GAMING & ENTERTAINMENT
  • 5. © 2015 Hazelcast Inc. Confidential & Proprietary 5 Hazelcast In-memory Computing Platform Hazelcast Open Source Hazelcast Enterprise Web Sessions Java C++ .NET Portable Serialization / Pluggable Serialization Memcached REST Internal Client Network Protocol java.util.concurrent.*javax.cache.* Hibernate 2nd Level Cache Map Set Queue Executor Service Lock/ Sem. Atomics Topic User Defined SQL Query Map / Reduce Aggregation Low-level Services API Node Engine (Threads, Instances, Eventing, Wait/Notify, Invocation) Partition Management (Master Partition, Data Affinity, Replicas, Migrations, Partition Groups) Cluster Management (Multicast, IP List, AWS/OpenStack) Networking (IPv4, IPv6) On-heap Storage ManagementCenter (API,JMX) Security (Connection,Encryption,Authentication,Authorization) WAN (TopologyAwarePartitionManagement,WANReplication) Hazelcast Open Source Hazelcast Enterprise Hazelcast 3.6 Architecture Predicate Entry Processor MultiMap High-Density (HD) Memory Store Continuous Query HD Near Cache Ring Buffer Open Client Network Protocol HotRestart
  • 6. © 2015 Hazelcast Inc. Confidential & Proprietary 6 Hazelcast Platform Roadmap Hi-Density Caching In-Memory Data Grid 2014 2015 2016 Caching | Web Sessions PaaS | IaaS | Extensions | Integrations Scalability | Resiliency | Elastic Memory In-memory Computing Platform
  • 7. © 2015 Hazelcast Inc. Confidential & Proprietary 7 Hazelcast Platform: Expanded Vision
  • 8. © 2015 Hazelcast Inc. Confidential & Proprietary 8 Features Description Client Protocol New Hazelcast Client Protocol Client Cross Version Compatibility Ability to upgrade clients independently from servers and other clients. New Features for JCache Adds Partition Lost Listener, Quorums, Split brain handler as in IMap to JCache. Spring Transaction API Integration For easier transaction management for applications which use Hazelcast as their memory store. Quartz Integration An extension to store Quartz tasks in Hazelcast. Improved Hazelcast Hibernate Caching Provides a new Hibernate region cache that supports soft locking. ReplicatedMap Improvements Enhancements to ReplicatedMap Docker Integration Ability to start Hazelcast instances on Docker environments easily. Cascading Integration Computation Fabric for Cascading 3. New Hazelcast 3.6 Open Source Features
  • 9. © 2015 Hazelcast Inc. Confidential & Proprietary 9 Features Description Discovery SPI Provide an extension SPI to attach external cloud discovery mechanisms. Finds other Hazelcast instances based on certain filters and provides their corresponding IP addresses. Refresh-Ahead Caching Keep subset of entries up-to-date with the database so that expired entries don't have to be re-fetched i order to accelerate access. Lite Members Ability to denote certain members in the cluster do not store data (partitions). These would then be used for compute. Staged Latency Monitoring Provides per-Operation fine-grained information about processing time at every stage of operations processing in order to identify bottlenecks in operation processing. Paging Predicate Seek Allow constant time access to a specific page in a Paging Predicate. Provides a new method setPage(int PageNumber) that sets the Page. Try Lock with Lease Ability to try to acquire lock with a lease time. Rule Based Query Optimizer Make queries significantly faster by using static transformations of queries. Type Constraints SQL performance improved by being able to specify type constraints. Index Memory Consumption Improvements * Reduces index memory consumption to be no more than a small ten's of bytes per item. New Hazelcast 3.6 Open Source Features (Cont’d)
  • 10. © 2015 Hazelcast Inc. Confidential & Proprietary 10 Features Description Hot Restart Provide fast restarts by persisting node state to disk. High-Density Memory Store for Map Enable High-Density for Map. Improved .NET Client New .NET Client based on Hazelcast Client Protocol. Improved C++ Client New C++ Client based on Hazelcast Client Protocol. .NET Client Performance Improvement Improvements to the .NET client performance. New Hazelcast 3.6 Enterprise Features
  • 11. © 2015 Hazelcast Inc. Confidential & Proprietary 11 Features Description WAN Replication Improvements - Queue Persistence and Overflow: Use Hazelcast queue to solve persistence and backup. - Filtering: Ability to filter what is placed onto a particular replication queue based on a predicate. - Secure Socket Connections WAN Replication Page - Management Center Provides a dedicated WAN Replication tab to Management Center for monitoring replication. Enhancements to Management Center Several improvements and enhancements to Management Center: stats, alerts, and configuration. New Hazelcast 3.6 Enterprise Features (Cont’d)
  • 12. © 2015 Hazelcast Inc. Confidential & Proprietary 12 Features Description Simulator C++ integration Simulator to be able to run C++ tests. Simulator .NET integration Simulator to be able to run .NET tests. Simulator Communication Protocol A better way to address and send instructions between different Hazelcast Simulator components. Tests for Hazelcast Upgradeability Provide all the necessary tests to be able to make sure all the requirements in Hazelcast Upgrade Guide are satisfied. Simulator High Availability Testing Adds functionality to Simulator so it can be used for high availability testing of Hazelcast. Simulator for VMWare Environments Ability to run Simulator tests on VMWare seamlessly to fix VMWare specific issues quickly. Simulator Performance Comparison Reports performance variations between two or more benchmarks. New Release of Hazelcast Simulator
  • 13. © 2015 Hazelcast Inc. Confidential & Proprietary 13 Summary Hazelcast Open Source – Many Updates and Expanded Functionality Dramatically expanded and improved clients compliant with new Hazelcast Client Protocol. New and improved integrations JCache, Spring, Quartz, Hibernate, Docker, Cascading, and cloud. Improvements in query execution. Hazelcast Enterprise – Critical improvement and Enriching New Features Level step-up in redundancy, back-up and recovery functionality with Hot Restart. Dramatically expanded and improved Enterprise client protocols including completion of C++ and .NET clients. Adding High-Density Memory Store for IMap. Many feature improvements to WAN Replication and Management Center to meet enterprise customer needs. Hazelcast Simulator – Enhanced to Test New Features Testing support for new clients and environments.
  • 14. © 2015 Hazelcast Inc. Confidential & Proprietary 14 Thank you