Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.RepositoryPerformanceWorkbenchConfig
-
Packages that use RepositoryPerformanceWorkbenchConfig 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 RepositoryPerformanceWorkbenchConfig in org.odpi.openmetadata.adminservices.configuration.properties
Methods in org.odpi.openmetadata.adminservices.configuration.properties that return RepositoryPerformanceWorkbenchConfig Modifier and Type Method Description RepositoryPerformanceWorkbenchConfigConformanceSuiteConfig. getRepositoryPerformanceConfig()Return the configuration for the repository performance workbench.Methods in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type RepositoryPerformanceWorkbenchConfig Modifier and Type Method Description voidConformanceSuiteConfig. setRepositoryPerformanceConfig(RepositoryPerformanceWorkbenchConfig repositoryPerformanceConfig)Set up the configuration for the repository performance workbench.Constructors in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type RepositoryPerformanceWorkbenchConfig Constructor Description RepositoryPerformanceWorkbenchConfig(RepositoryPerformanceWorkbenchConfig template)Copy/clone constructor
-