Package org.opensearch.repositories
Class RepositoriesModule
java.lang.Object
org.opensearch.repositories.RepositoriesModule
Sets up classes for Snapshot/Restore.
- Opensearch.internal:
-
Constructor Summary
ConstructorDescriptionRepositoriesModule
(Environment env, List<RepositoryPlugin> repoPlugins, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, org.opensearch.core.xcontent.NamedXContentRegistry namedXContentRegistry, RecoverySettings recoverySettings) -
Method Summary
-
Constructor Details
-
RepositoriesModule
public RepositoriesModule(Environment env, List<RepositoryPlugin> repoPlugins, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, org.opensearch.core.xcontent.NamedXContentRegistry namedXContentRegistry, RecoverySettings recoverySettings)
-
-
Method Details
-
getRepositoryService
-