Class URLRepositoryPlugin
java.lang.Object
org.opensearch.plugins.Plugin
org.opensearch.plugin.repository.url.URLRepositoryPlugin
- All Implemented Interfaces:
Closeable,AutoCloseable,RepositoryPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRepositories(Environment env, org.opensearch.core.xcontent.NamedXContentRegistry namedXContentRegistry, ClusterService clusterService, RecoverySettings recoverySettings) Methods inherited from class org.opensearch.plugins.Plugin
additionalSettings, close, createComponents, createGuiceModules, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSecureSettingFactory, getSettingsFilter, getSettingUpgraders, onIndexModuleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.plugins.RepositoryPlugin
getInternalRepositories
-
Constructor Details
-
URLRepositoryPlugin
public URLRepositoryPlugin()
-
-
Method Details
-
getSettings
- Overrides:
getSettingsin classPlugin
-
getRepositories
public Map<String,Repository.Factory> getRepositories(Environment env, org.opensearch.core.xcontent.NamedXContentRegistry namedXContentRegistry, ClusterService clusterService, RecoverySettings recoverySettings) - Specified by:
getRepositoriesin interfaceRepositoryPlugin
-