Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 382 Bytes

readme.md

File metadata and controls

10 lines (6 loc) · 382 Bytes

A very simple Hazelcast program

Server

  • Run HazelCastServer.java - It starts the hazelcast server, creates a map called dogs that generates 100 dogs

Client

  • Run HazelCastClient.java - It creates a client and joins the server automatically. It then gets dogs from the cache and prints them

Note that both client and server needs to be stopped manually