Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.CohortConfig
-
Packages that use CohortConfig 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 CohortConfig in org.odpi.openmetadata.adminservices.configuration.properties
Methods in org.odpi.openmetadata.adminservices.configuration.properties that return types with arguments of type CohortConfig Modifier and Type Method Description List<CohortConfig>RepositoryServicesConfig. getCohortConfigList()Return the configuration properties for each open metadata repository cohort that this local server connects to.Method parameters in org.odpi.openmetadata.adminservices.configuration.properties with type arguments of type CohortConfig Modifier and Type Method Description voidRepositoryServicesConfig. setCohortConfigList(List<CohortConfig> cohortConfigList)Set up the configuration properties for each open metadata repository cluster that this local server connects to.Constructors in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type CohortConfig Constructor Description CohortConfig(CohortConfig template)Copy/clone constructor -
Uses of CohortConfig in org.odpi.openmetadata.adminservices.rest
Methods in org.odpi.openmetadata.adminservices.rest that return CohortConfig Modifier and Type Method Description CohortConfigCohortConfigResponse. getConfig()Return the config object.Methods in org.odpi.openmetadata.adminservices.rest with parameters of type CohortConfig Modifier and Type Method Description voidCohortConfigResponse. setConfig(CohortConfig config)Set up the config object.
-