| Package | Description |
|---|---|
| io.atomix.cluster.discovery |
Provides classes and interfaces for extensible cluster membership discovery.
|
| Modifier and Type | Method and Description |
|---|---|
static BootstrapDiscoveryBuilder |
BootstrapDiscoveryProvider.builder()
Creates a new bootstrap provider builder.
|
BootstrapDiscoveryBuilder |
BootstrapDiscoveryBuilder.withFailureThreshold(int failureThreshold)
Sets the phi accrual failure threshold.
|
BootstrapDiscoveryBuilder |
BootstrapDiscoveryBuilder.withFailureTimeout(java.time.Duration failureTimeout)
Sets the failure timeout to use prior to phi failure detectors being populated.
|
BootstrapDiscoveryBuilder |
BootstrapDiscoveryBuilder.withHeartbeatInterval(java.time.Duration heartbeatInterval)
Sets the failure detection heartbeat interval.
|
BootstrapDiscoveryBuilder |
BootstrapDiscoveryBuilder.withNodes(Address... nodes)
Sets the bootstrap nodes.
|
BootstrapDiscoveryBuilder |
BootstrapDiscoveryBuilder.withNodes(java.util.Collection<Node> locations)
Sets the bootstrap nodes.
|
BootstrapDiscoveryBuilder |
BootstrapDiscoveryBuilder.withNodes(Node... nodes)
Sets the bootstrap nodes.
|
Copyright © 2013-2019. All Rights Reserved.