Uses of Class
org.openmetadata.service.search.SearchRepository
Packages that use SearchRepository
Package
Description
-
Uses of SearchRepository in org.openmetadata.service.apps
Fields in org.openmetadata.service.apps declared as SearchRepositoryModifier and TypeFieldDescriptionprotected SearchRepositoryAbstractNativeApplication.searchRepositoryMethods in org.openmetadata.service.apps with parameters of type SearchRepositoryModifier and TypeMethodDescriptionvoidApplicationHandler.configureApplication(App app, CollectionDAO daoCollection, SearchRepository searchRepository) voidApplicationHandler.installApplication(App app, CollectionDAO daoCollection, SearchRepository searchRepository) ApplicationHandler.runAppInit(App app, CollectionDAO daoCollection, SearchRepository searchRepository) voidApplicationHandler.runMethodFromApplication(App app, CollectionDAO daoCollection, SearchRepository searchRepository, String methodName) Load an App from its className and call its methods dynamicallyvoidApplicationHandler.triggerApplicationOnDemand(App app, CollectionDAO daoCollection, SearchRepository searchRepository) Constructors in org.openmetadata.service.apps with parameters of type SearchRepositoryModifierConstructorDescriptionAbstractNativeApplication(CollectionDAO collectionDAO, SearchRepository searchRepository) -
Uses of SearchRepository in org.openmetadata.service.apps.bundles.insights
Constructors in org.openmetadata.service.apps.bundles.insights with parameters of type SearchRepositoryModifierConstructorDescriptionDataInsightsApp(CollectionDAO collectionDAO, SearchRepository searchRepository) DataInsightsReportApp(CollectionDAO collectionDAO, SearchRepository searchRepository) -
Uses of SearchRepository in org.openmetadata.service.apps.bundles.searchIndex
Constructors in org.openmetadata.service.apps.bundles.searchIndex with parameters of type SearchRepositoryModifierConstructorDescriptionSearchIndexApp(CollectionDAO collectionDAO, SearchRepository searchRepository) -
Uses of SearchRepository in org.openmetadata.service.apps.bundles.test
Constructors in org.openmetadata.service.apps.bundles.test with parameters of type SearchRepositoryModifierConstructorDescriptionNoOpTestApplication(CollectionDAO collectionDAO, SearchRepository searchRepository) -
Uses of SearchRepository in org.openmetadata.service.apps.scheduler
Methods in org.openmetadata.service.apps.scheduler with parameters of type SearchRepositoryModifier and TypeMethodDescriptionstatic voidAppScheduler.initialize(OpenMetadataApplicationConfig config, CollectionDAO dao, SearchRepository searchClient) Constructors in org.openmetadata.service.apps.scheduler with parameters of type SearchRepositoryModifierConstructorDescriptionCustomJobFactory(CollectionDAO collectionDAO, SearchRepository searchRepository) -
Uses of SearchRepository in org.openmetadata.service.jdbi3
Fields in org.openmetadata.service.jdbi3 declared as SearchRepositoryModifier and TypeFieldDescriptionprotected final SearchRepositoryEntityRepository.searchRepositoryprotected final SearchRepositoryEntityTimeSeriesRepository.searchRepository -
Uses of SearchRepository in org.openmetadata.service.search.elasticsearch
Constructors in org.openmetadata.service.search.elasticsearch with parameters of type SearchRepositoryModifierConstructorDescriptionElasticSearchIndexSink(SearchRepository searchRepository, int total) -
Uses of SearchRepository in org.openmetadata.service.search.opensearch
Constructors in org.openmetadata.service.search.opensearch with parameters of type SearchRepository