Uses of Class
io.atomix.cluster.discovery.BootstrapDiscoveryBuilder
Packages that use BootstrapDiscoveryBuilder
Package
Description
Provides classes and interfaces for extensible cluster membership discovery.
-
Uses of BootstrapDiscoveryBuilder in io.atomix.cluster.discovery
Methods in io.atomix.cluster.discovery that return BootstrapDiscoveryBuilderModifier and TypeMethodDescriptionstatic BootstrapDiscoveryBuilderBootstrapDiscoveryProvider.builder()Creates a new bootstrap provider builder.Sets the bootstrap nodes.BootstrapDiscoveryBuilder.withNodes(Collection<Node> locations) Sets the bootstrap nodes.