Uses of Interface
io.atomix.cluster.BootstrapService
Packages that use BootstrapService
Package
Description
Provides classes and interfaces for cluster management.
Provides classes and interfaces for extensible cluster membership discovery.
Cluster management interface implementations.
Provides interfaces and implementations for group membership protocols.
-
Uses of BootstrapService in io.atomix.cluster
Classes in io.atomix.cluster that implement BootstrapServiceMethods in io.atomix.cluster with parameters of type BootstrapServiceModifier and TypeMethodDescriptionprotected static ManagedClusterMembershipServiceAtomixCluster.buildClusterMembershipService(ClusterConfig config, BootstrapService bootstrapService, NodeDiscoveryProvider discoveryProvider, GroupMembershipProtocol membershipProtocol, Version version) Builds a cluster service. -
Uses of BootstrapService in io.atomix.cluster.discovery
Methods in io.atomix.cluster.discovery with parameters of type BootstrapServiceModifier and TypeMethodDescriptionBootstrapDiscoveryProvider.join(BootstrapService bootstrap, Node localNode) NodeDiscoveryProvider.join(BootstrapService bootstrap, Node localNode) Joins the cluster. -
Uses of BootstrapService in io.atomix.cluster.impl
Methods in io.atomix.cluster.impl with parameters of type BootstrapServiceModifier and TypeMethodDescriptionDiscoveryMembershipProtocol.join(BootstrapService bootstrap, NodeDiscoveryService discovery, Member localMember) Constructors in io.atomix.cluster.impl with parameters of type BootstrapServiceModifierConstructorDescriptionDefaultClusterMembershipService(Member localMember, Version version, ManagedNodeDiscoveryService discoveryService, BootstrapService bootstrapService, GroupMembershipProtocol protocol) DefaultNodeDiscoveryService(BootstrapService bootstrapService, Node localNode, NodeDiscoveryProvider provider) -
Uses of BootstrapService in io.atomix.cluster.protocol
Methods in io.atomix.cluster.protocol with parameters of type BootstrapServiceModifier and TypeMethodDescriptionGroupMembershipProtocol.join(BootstrapService bootstrap, NodeDiscoveryService discovery, Member localMember) Joins the cluster.SwimMembershipProtocol.join(BootstrapService bootstrap, NodeDiscoveryService discovery, Member member)