Package io.atomix.cluster.discovery
Class BootstrapDiscoveryProvider.Type
java.lang.Object
io.atomix.cluster.discovery.BootstrapDiscoveryProvider.Type
- All Implemented Interfaces:
NodeDiscoveryProvider.Type<BootstrapDiscoveryConfig>,Named,NamedType,Type
- Enclosing class:
BootstrapDiscoveryProvider
public static class BootstrapDiscoveryProvider.Type
extends Object
implements NodeDiscoveryProvider.Type<BootstrapDiscoveryConfig>
Bootstrap member location provider type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname()newProvider(BootstrapDiscoveryConfig config) Creates a new instance of the provider.
-
Constructor Details
-
Type
public Type()
-
-
Method Details
-
name
-
newProvider
Description copied from interface:NodeDiscoveryProvider.TypeCreates a new instance of the provider.- Specified by:
newProviderin interfaceNodeDiscoveryProvider.Type<BootstrapDiscoveryConfig>- Parameters:
config- the provider configuration- Returns:
- the provider instance
-