public class DiscoveryServerConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
DiscoveryServerConfig()
Default constructor
|
DiscoveryServerConfig(DiscoveryServerConfig template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
String |
getAccessServiceRootURL()
Return the root URL of the access service.
|
String |
getAccessServiceServerName()
Return the name of the server where the access service resides.
|
List<String> |
getDiscoveryEngineGUIDs()
Return the connection used to access the topic that passes discovery requests to the discovery engine
services.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setAccessServiceRootURL(String accessServiceRootURL)
Set up the root URL of the access service.
|
void |
setAccessServiceServerName(String accessServiceServerName)
Set up the name of the server where the access service resides.
|
void |
setDiscoveryEngineGUIDs(List<String> discoveryEngineGUIDs)
Set up the list of unique identifiers (guids) for the discovery engines that will run in this discovery
server.
|
String |
toString()
Standard toString method.
|
public DiscoveryServerConfig()
public DiscoveryServerConfig(DiscoveryServerConfig template)
template - object to copypublic String getAccessServiceRootURL()
public void setAccessServiceRootURL(String accessServiceRootURL)
accessServiceRootURL - string root urlpublic String getAccessServiceServerName()
public void setAccessServiceServerName(String accessServiceServerName)
accessServiceServerName - string server namepublic List<String> getDiscoveryEngineGUIDs()
public void setDiscoveryEngineGUIDs(List<String> discoveryEngineGUIDs)
discoveryEngineGUIDs - connection objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.