Class DataInsightsApp
java.lang.Object
org.openmetadata.service.apps.AbstractNativeApplication
org.openmetadata.service.apps.bundles.insights.DataInsightsApp
- All Implemented Interfaces:
NativeApplication,org.quartz.Job
-
Field Summary
Fields inherited from class org.openmetadata.service.apps.AbstractNativeApplication
collectionDAO, searchRepository -
Constructor Summary
ConstructorsConstructorDescriptionDataInsightsApp(CollectionDAO collectionDAO, SearchRepository searchRepository) -
Method Summary
Methods inherited from class org.openmetadata.service.apps.AbstractNativeApplication
configure, execute, getAppRuntime, getIngestionPipeline, getJobRecord, init, pushAppStatusUpdates, raisePreviewMessage, scheduleExternal, scheduleInternal, triggerOnDemand, validateServerExecutableAppMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openmetadata.service.apps.NativeApplication
startApp
-
Constructor Details
-
DataInsightsApp
-
-
Method Details
-
install
public void install()- Specified by:
installin interfaceNativeApplication- Overrides:
installin classAbstractNativeApplication
-