Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.OLSBackgroundJob
-
Packages that use OLSBackgroundJob Package Description org.odpi.openmetadata.adminservices.configuration.properties The properties package provides the configuration properties for the different subsystems that run inside the Open Metadata and Governance (OMAG) Platform. -
-
Uses of OLSBackgroundJob in org.odpi.openmetadata.adminservices.configuration.properties
Methods in org.odpi.openmetadata.adminservices.configuration.properties that return types with arguments of type OLSBackgroundJob Modifier and Type Method Description List<OLSBackgroundJob>OpenLineageServerConfig. getBackgroundJobs()Gets background jobs.Method parameters in org.odpi.openmetadata.adminservices.configuration.properties with type arguments of type OLSBackgroundJob Modifier and Type Method Description voidOpenLineageServerConfig. setBackgroundJobs(List<OLSBackgroundJob> backgroundJobs)Sets background jobs.
-