java.io.Closeable, java.lang.AutoCloseable, DiscoveryPluginpublic static class TestZenDiscovery.TestPlugin extends Plugin implements DiscoveryPlugin
| Constructor | Description |
|---|---|
TestPlugin(Settings settings) |
| Modifier and Type | Method | Description |
|---|---|---|
Settings |
additionalSettings() |
|
void |
close() |
|
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() |
|
java.util.Map<java.lang.String,java.util.function.Supplier<UnicastHostsProvider>> |
getZenHostsProviders(TransportService transportService,
NetworkService networkService) |
getCustomNameResolver, getJoinValidatorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateComponents, createGuiceModules, getBootstrapChecks, getCustomMetaDataUpgrader, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexMetaDataUpgrader, getIndexTemplateMetaDataUpgrader, getNamedWriteables, getNamedXContent, getSettingsFilter, onIndexModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModuleprotected 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 DiscoveryPluginpublic java.util.Map<java.lang.String,java.util.function.Supplier<UnicastHostsProvider>> getZenHostsProviders(TransportService transportService, NetworkService networkService)
getZenHostsProviders in interface DiscoveryPluginpublic java.util.List<Setting<?>> getSettings()
getSettings in class Pluginpublic Settings additionalSettings()
additionalSettings in class Plugin