Appendix A. Configuration Summary

Throughout this book, we have progressively listed a number of configurations used to customize and modify the behavior of the Hazelcast cluster; here, we bring them together as a quick reference.

Cluster name

This sets the name and password used to form independent clusters, as shown in the following code:

<group>
 <name>dev</name>
 <password>dev-pass</password>
</group>

GroupConfig gc = config.getGroupConfig();
gc.setName("dev").setPassword("dev-pass");

Get Getting Started with Hazelcast - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.