Package org.opensearch.repositories.hdfs
Class HdfsPlugin
java.lang.Object
org.opensearch.plugins.Plugin
org.opensearch.repositories.hdfs.HdfsPlugin
- 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, getSettings, 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
-
HdfsPlugin
public HdfsPlugin()
-
-
Method Details
-
getRepositories
public Map<String,Repository.Factory> getRepositories(Environment env, org.opensearch.core.xcontent.NamedXContentRegistry namedXContentRegistry, ClusterService clusterService, RecoverySettings recoverySettings) - Specified by:
getRepositoriesin interfaceRepositoryPlugin
-