Package org.opensearch.repositories.gcs
Class GoogleCloudStoragePlugin
java.lang.Object
org.opensearch.plugins.Plugin
org.opensearch.repositories.gcs.GoogleCloudStoragePlugin
- All Implemented Interfaces:
Closeable,AutoCloseable,ReloadablePlugin,RepositoryPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GoogleCloudStorageServicegetRepositories(Environment env, NamedXContentRegistry namedXContentRegistry, ClusterService clusterService, RecoverySettings recoverySettings) voidMethods inherited from class org.opensearch.plugins.Plugin
additionalSettings, close, createComponents, createGuiceModules, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, 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
-
GoogleCloudStoragePlugin
-
-
Method Details
-
createStorageService
-
getRepositories
public Map<String,Repository.Factory> getRepositories(Environment env, NamedXContentRegistry namedXContentRegistry, ClusterService clusterService, RecoverySettings recoverySettings) - Specified by:
getRepositoriesin interfaceRepositoryPlugin
-
getSettings
- Overrides:
getSettingsin classPlugin
-
reload
- Specified by:
reloadin interfaceReloadablePlugin
-