5.2.2.5. Global Configuration Examples
5.2.2.5.1. Globally Configure the Transport Layer
A commonly used configuration option is to configure the transport layer. This informs JBoss Data Grid how a node will discover other nodes:
GlobalConfiguration globalConfig = new GlobalConfigurationBuilder() .globalJmxStatistics() .build();