Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.EngineServiceConfig
-
Packages that use EngineServiceConfig 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 EngineServiceConfig in org.odpi.openmetadata.adminservices.configuration.properties
Methods in org.odpi.openmetadata.adminservices.configuration.properties that return types with arguments of type EngineServiceConfig Modifier and Type Method Description List<EngineServiceConfig>EngineHostServicesConfig. getEngineServiceConfigs()Return the list of configuration for the engine services that will run in this server.Method parameters in org.odpi.openmetadata.adminservices.configuration.properties with type arguments of type EngineServiceConfig Modifier and Type Method Description voidEngineHostServicesConfig. setEngineServiceConfigs(List<EngineServiceConfig> engineServiceConfigs)Set up the list of configuration for the engine services that will run in this server.Constructors in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type EngineServiceConfig Constructor Description EngineServiceConfig(EngineServiceConfig template)Copy/clone constructor -
Uses of EngineServiceConfig in org.odpi.openmetadata.adminservices.rest
Methods in org.odpi.openmetadata.adminservices.rest that return EngineServiceConfig Modifier and Type Method Description EngineServiceConfigEngineServiceConfigResponse. getConfig()Return the config object.Methods in org.odpi.openmetadata.adminservices.rest with parameters of type EngineServiceConfig Modifier and Type Method Description voidEngineServiceConfigResponse. setConfig(EngineServiceConfig config)Set up the config object.
-