public class DataEngineProxyConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
DataEngineProxyConfig()
Default constuctor
|
DataEngineProxyConfig(DataEngineProxyConfig template)
Copy data from template
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccessServiceRootURL()
Provide the root URL of the Data Engine OMAS
|
String |
getAccessServiceServerName()
Provide the server name of the Data Engine OMAS
|
int |
getBatchWindowInSeconds()
Provide the maximum number of seconds to include for a window of polling.
|
Connection |
getDataEngineConnection()
Provide the connection to the Data Engine
|
int |
getPollIntervalInSeconds()
Provide the seconds to wait between each polling of the data engine for changes.
|
int |
hashCode() |
void |
setAccessServiceRootURL(String accessServiceRootURL)
Set the root URL of the Data Engine OMAS
|
void |
setAccessServiceServerName(String accessServiceServerName)
Set the server name of the Data Engine OMAS
|
void |
setBatchWindowInSeconds(int batchWindowInSeconds)
Set the number of seconds across which to include results for a window of polling.
|
void |
setDataEngineConnection(Connection dataEngineConnection)
Set the connection to the Data Engine
|
void |
setPollIntervalInSeconds(int pollIntervalInSeconds)
Set the number of seconds to wait between each polling of the data engine for changes.
|
public DataEngineProxyConfig()
public DataEngineProxyConfig(DataEngineProxyConfig template)
template - an existing Data Engine proxy configuration from which to copypublic String getAccessServiceRootURL()
public void setAccessServiceRootURL(String accessServiceRootURL)
accessServiceRootURL - the URL of the Data Engine OMASpublic String getAccessServiceServerName()
public void setAccessServiceServerName(String accessServiceServerName)
accessServiceServerName - the name of the Data Engine OMASpublic Connection getDataEngineConnection()
public void setDataEngineConnection(Connection dataEngineConnection)
dataEngineConnection - the connection to the Data Enginepublic int getPollIntervalInSeconds()
public void setPollIntervalInSeconds(int pollIntervalInSeconds)
pollIntervalInSeconds - the number of seconds to wait between each poll for changespublic int getBatchWindowInSeconds()
public void setBatchWindowInSeconds(int batchWindowInSeconds)
batchWindowInSeconds - the number of seconds to include in each polling windowgetBatchWindowInSeconds()Copyright © 2018–2020 ODPi. All rights reserved.