public class OMAGServerConfig extends Object implements Serializable
| Constructor and Description |
|---|
OMAGServerConfig()
Default constructor used to set all properties to their default value.
|
OMAGServerConfig(OMAGServerConfig template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessServiceConfig> |
getAccessServicesConfig()
Return the configuration for the registered Open Metadata Access Services (OMAS).
|
EventBusConfig |
getEventBusConfig()
Set up the information used to create connections to an event bus.
|
String |
getLocalServerName()
Return the name of the local server.
|
String |
getLocalServerType()
Return the descriptive name for the server type.
|
String |
getLocalServerURL()
Return the base URL for calling the local server.
|
String |
getLocalServerUserId()
Return the userId that the local server should use when processing events and there is no external user
driving the operation.
|
int |
getMaxPageSize()
Return the maximum page size supported by this server.
|
String |
getOrganizationName()
Return the name of the organization that is running the server.
|
RepositoryServicesConfig |
getRepositoryServicesConfig()
Return the Open Metadata Repository Services (OMRS) config.
|
void |
setAccessServicesConfig(List<AccessServiceConfig> accessServicesConfig)
Set up the configuration for the registered Open Metadata Access Services (OMAS).
|
void |
setEventBusConfig(EventBusConfig eventBusConfig)
Set up the information used to create connections to an event bus.
|
void |
setLocalServerName(String localServerName)
Set up the name of the local server.
|
void |
setLocalServerType(String localServerType)
Set up the descriptive name for the server type.
|
void |
setLocalServerURL(String localServerURL)
Set up the base URL for calling the local server.
|
void |
setLocalServerUserId(String localServerUserId)
Set up the userId that the local server should use when processing events and there is no external user
driving the operation.
|
void |
setMaxPageSize(int maxPageSize)
Set up the maximum page size supported by this server.
|
void |
setOrganizationName(String organizationName)
Set up the name of the organization that is running the server.
|
void |
setRepositoryServicesConfig(RepositoryServicesConfig repositoryServicesConfig)
Set up the Open Metadata Repository Services (OMRS) config.
|
public OMAGServerConfig()
public OMAGServerConfig(OMAGServerConfig template)
public String getLocalServerName()
public void setLocalServerName(String localServerName)
localServerName - String local server namepublic String getLocalServerType()
public void setLocalServerType(String localServerType)
localServerType - String server typepublic String getOrganizationName()
public void setOrganizationName(String organizationName)
organizationName - String organization namepublic String getLocalServerURL()
public void setLocalServerURL(String localServerURL)
localServerURL - String URLpublic String getLocalServerUserId()
public void setLocalServerUserId(String localServerUserId)
localServerUserId - string user idpublic int getMaxPageSize()
public void setMaxPageSize(int maxPageSize)
maxPageSize - int number of elementspublic EventBusConfig getEventBusConfig()
public void setEventBusConfig(EventBusConfig eventBusConfig)
eventBusConfig - EventBusConfig objectpublic List<AccessServiceConfig> getAccessServicesConfig()
public void setAccessServicesConfig(List<AccessServiceConfig> accessServicesConfig)
accessServicesConfig - array of configuration properties one for each OMASpublic RepositoryServicesConfig getRepositoryServicesConfig()
public void setRepositoryServicesConfig(RepositoryServicesConfig repositoryServicesConfig)
repositoryServicesConfig - configuration properties that control OMRSCopyright © 2017–2018 ODPi. All rights reserved.