Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.EngineConfig
-
Packages that use EngineConfig 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.org.odpi.openmetadata.adminservices.rest These are the beans that wrap request bodies and responses on the REST API. -
-
Uses of EngineConfig in org.odpi.openmetadata.adminservices.configuration.properties
Methods in org.odpi.openmetadata.adminservices.configuration.properties that return types with arguments of type EngineConfig Modifier and Type Method Description List<EngineConfig>EngineServiceConfig. getEngines()Return the list of unique names (qualifiedName) for the governance engines that will run in this server.Method parameters in org.odpi.openmetadata.adminservices.configuration.properties with type arguments of type EngineConfig Modifier and Type Method Description voidEngineServiceConfig. setEngines(List<EngineConfig> engines)Set up the list of unique names (qualifiedName) for the governance engines that will run in this server.Constructors in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type EngineConfig Constructor Description EngineConfig(EngineConfig template)Copy/clone constructor -
Uses of EngineConfig in org.odpi.openmetadata.adminservices.rest
Methods in org.odpi.openmetadata.adminservices.rest that return types with arguments of type EngineConfig Modifier and Type Method Description List<EngineConfig>EngineServiceRequestBody. getEngines()Return the list of engines to load into this engine service.Method parameters in org.odpi.openmetadata.adminservices.rest with type arguments of type EngineConfig Modifier and Type Method Description voidEngineServiceRequestBody. setEngines(List<EngineConfig> engines)Set up the list of engines to load into this engine service.
-