| Package | Description |
|---|---|
| io.atomix.cluster.discovery |
Provides classes and interfaces for extensible cluster membership discovery.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapDiscoveryConfig |
BootstrapDiscoveryProvider.config() |
BootstrapDiscoveryConfig |
BootstrapDiscoveryProvider.Type.newConfig() |
BootstrapDiscoveryConfig |
BootstrapDiscoveryConfig.setFailureThreshold(int failureThreshold)
Sets the failure detector threshold.
|
BootstrapDiscoveryConfig |
BootstrapDiscoveryConfig.setFailureTimeout(Duration failureTimeout)
Sets the base failure timeout.
|
BootstrapDiscoveryConfig |
BootstrapDiscoveryConfig.setHeartbeatInterval(Duration heartbeatInterval)
Sets the heartbeat interval.
|
BootstrapDiscoveryConfig |
BootstrapDiscoveryConfig.setNodes(Collection<NodeConfig> nodes)
Sets the bootstrap nodes.
|
| Modifier and Type | Method and Description |
|---|---|
NodeDiscoveryProvider |
BootstrapDiscoveryProvider.Type.newProvider(BootstrapDiscoveryConfig config) |
Copyright © 2013–2018. All rights reserved.