Uses of Interface
org.elasticsearch.repositories.Repository.Factory
-
Packages that use Repository.Factory Package Description org.elasticsearch.plugins org.elasticsearch.repositories -
-
Uses of Repository.Factory in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type Repository.Factory Modifier and Type Method Description default Map<String,Repository.Factory>RepositoryPlugin. getInternalRepositories(Environment env, NamedXContentRegistry namedXContentRegistry, ThreadPool threadPool)Returns internal repository types added by this plugin.default Map<String,Repository.Factory>RepositoryPlugin. getRepositories(Environment env, NamedXContentRegistry namedXContentRegistry, ThreadPool threadPool)Returns repository types added by this plugin. -
Uses of Repository.Factory in org.elasticsearch.repositories
Method parameters in org.elasticsearch.repositories with type arguments of type Repository.Factory Modifier and Type Method Description default RepositoryRepository.Factory. create(RepositoryMetaData metaData, Function<String,Repository.Factory> typeLookup)Constructor parameters in org.elasticsearch.repositories with type arguments of type Repository.Factory Constructor Description RepositoriesService(Settings settings, ClusterService clusterService, TransportService transportService, Map<String,Repository.Factory> typesRegistry, Map<String,Repository.Factory> internalTypesRegistry, ThreadPool threadPool)
-