| Package | Description |
|---|---|
| io.atomix.cluster |
Provides classes and interfaces for cluster management.
|
| io.atomix.cluster.messaging |
Provides high-level interfaces for direct and publish-subscribe inter-cluster communication.
|
| Modifier and Type | Method and Description |
|---|---|
MessagingConfig |
ClusterConfig.getMessagingConfig()
Returns the cluster messaging configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterConfig |
ClusterConfig.setMessagingConfig(MessagingConfig messagingConfig)
Sets the cluster messaging configuration.
|
| Modifier and Type | Method and Description |
|---|---|
MessagingConfig |
MessagingConfig.setConnectionPoolSize(int connectionPoolSize)
Sets the connection pool size.
|
MessagingConfig |
MessagingConfig.setConnectTimeout(java.time.Duration connectTimeout)
Sets the Netty connection timeout.
|
MessagingConfig |
MessagingConfig.setInterfaces(java.util.List<java.lang.String> interfaces)
Sets the local interfaces to which to bind the node.
|
MessagingConfig |
MessagingConfig.setPort(java.lang.Integer port)
Sets the local port to which to bind the node.
|
MessagingConfig |
MessagingConfig.setTlsConfig(TlsConfig tlsConfig)
Sets the TLS configuration.
|
Copyright © 2013-2018. All Rights Reserved.