public class QueryExecutionConfig extends ConfigGroup
load(java.util.Properties)
, and thenConfigGroup.EnumDbConnectionType
Modifier and Type | Field and Description |
---|---|
static String |
GROUP_PREFIX
Prefix of names of properties belonging to this group.
|
CLEAN_DB_NAME, DIRTY_DB_NAME, NAME_DELIMITER
Constructor and Description |
---|
QueryExecutionConfig(Long maxQueryResultSize,
URI resultDataURIPrefix,
JDBCConnectionCredentials cleanDBJDBCConnectionCredentials) |
Modifier and Type | Method and Description |
---|---|
JDBCConnectionCredentials |
getCleanDBJDBCConnectionCredentials() |
Long |
getMaxQueryResultSize() |
URI |
getResultDataURIPrefix() |
static QueryExecutionConfig |
load(Properties properties)
Extracts Query-Execution configuration values from the given Properties instance.
|
loadJDBCConnectionCredentials, loadParam, loadSparqlEndpointConnectionCredentials
public static final String GROUP_PREFIX
public QueryExecutionConfig(Long maxQueryResultSize, URI resultDataURIPrefix, JDBCConnectionCredentials cleanDBJDBCConnectionCredentials)
maxQueryResultSize
- resultDataURIPrefix
- public static QueryExecutionConfig load(Properties properties) throws ParameterNotAvailableException, IllegalParameterFormatException
properties
- ParameterNotAvailableException
IllegalParameterFormatException
public Long getMaxQueryResultSize()
public URI getResultDataURIPrefix()
public JDBCConnectionCredentials getCleanDBJDBCConnectionCredentials()
Copyright © 2013. All Rights Reserved.