public static class TestZenDiscovery.TestPlugin extends Plugin implements DiscoveryPlugin
Constructor and Description |
---|
TestPlugin(Settings settings) |
Modifier and Type | Method and Description |
---|---|
Settings |
additionalSettings() |
java.util.Map<java.lang.String,java.util.function.Supplier<Discovery>> |
getDiscoveryTypes(ThreadPool threadPool,
TransportService transportService,
NamedWriteableRegistry namedWriteableRegistry,
MasterService masterService,
ClusterApplier clusterApplier,
ClusterSettings clusterSettings,
UnicastHostsProvider hostsProvider,
AllocationService allocationService) |
java.util.List<Setting<?>> |
getSettings() |
close, createComponents, createGuiceModules, getBootstrapChecks, getCustomMetaDataUpgrader, getExecutorBuilders, getGuiceServiceClasses, getIndexMetaDataUpgrader, getIndexTemplateMetaDataUpgrader, getNamedWriteables, getNamedXContent, getSettingsFilter, onIndexModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCustomNameResolver, getJoinValidator, getZenHostsProviders
protected final Settings settings
public TestPlugin(Settings settings)
public java.util.Map<java.lang.String,java.util.function.Supplier<Discovery>> getDiscoveryTypes(ThreadPool threadPool, TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, MasterService masterService, ClusterApplier clusterApplier, ClusterSettings clusterSettings, UnicastHostsProvider hostsProvider, AllocationService allocationService)
getDiscoveryTypes
in interface DiscoveryPlugin
public java.util.List<Setting<?>> getSettings()
getSettings
in class Plugin
public Settings additionalSettings()
additionalSettings
in class Plugin