Class NodeConfigurationSource
java.lang.Object
org.opensearch.test.NodeConfigurationSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.opensearch.plugins.PluginInfo> Returns plugins that should be loaded on the nodeabstract PathnodeConfigPath(int nodeOrdinal) Collection<Class<? extends org.opensearch.plugins.Plugin>> Returns plugins that should be loaded on the nodeabstract org.opensearch.common.settings.SettingsnodeSettings(int nodeOrdinal)
-
Field Details
-
EMPTY
-
-
Constructor Details
-
NodeConfigurationSource
public NodeConfigurationSource()
-
-
Method Details
-
nodeSettings
public abstract org.opensearch.common.settings.Settings nodeSettings(int nodeOrdinal) - Returns:
- the settings for the node represented by the given ordinal, or
nullif there are no settings defined
-
nodeConfigPath
-
nodePlugins
Returns plugins that should be loaded on the node -
additionalNodePlugins
Returns plugins that should be loaded on the node
-