Skip to content

satishbabu/hazelcast-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Very simple program to play around hazelcast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages