hazelcast / hazelcast-code-samples

Hazelcast Code Samples
www.hazelcast.org
547 stars 594 forks source link

Hazelcast Code Samples Readme

The folder /code-samples in your package contains an extensive collection of code samples which you can use to learn how to use Hazelcast features. From distributed primitives to Service Provider Interface (SPI), you can see Hazelcast in action readily.

How to run

If the sample has a README file, follow the instructions. A lot of samples have shell scripts like "start.sh", "start-member.sh" or "start-client.sh", use them to run the sample. If none of the previous options apply, use java -cp target/classes:target/lib/* to run the sample.

Included sample folders

Included helper folders