Package | Description |
---|---|
cz.cuni.mff.odcleanstore.configuration |
Interface for the global configuration read from odcs.ini.
|
Modifier and Type | Method and Description |
---|---|
SparqlEndpointConnectionCredentials |
ObjectIdentificationConfig.getCleanDBSparqlConnectionCredentials() |
SparqlEndpointConnectionCredentials |
BackendConfig.getCleanDBSparqlConnectionCredentials() |
SparqlEndpointConnectionCredentials |
ObjectIdentificationConfig.getDirtyDBSparqlConnectionCredentials() |
SparqlEndpointConnectionCredentials |
BackendConfig.getDirtyDBSparqlConnectionCredentials() |
protected static SparqlEndpointConnectionCredentials |
ConfigGroup.loadSparqlEndpointConnectionCredentials(Properties properties,
ConfigGroup.EnumDbConnectionType dbType,
boolean requireAuth)
Extracts SPARQL Endpoint configuration values for the database given by its name
from the given Properties instance.
|
Constructor and Description |
---|
BackendConfig(SparqlEndpointConnectionCredentials dirtyDBSparqlConnectionCredentials,
SparqlEndpointConnectionCredentials cleanDBSparqlConnectionCredentials,
JDBCConnectionCredentials dirtyDBJDBCConnectionCredentials,
JDBCConnectionCredentials cleanDBJDBCConnectionCredentials,
Integer queryTimeout) |
ObjectIdentificationConfig(Boolean linkWithinGraph,
Boolean linkAttachedGraphs,
SparqlEndpointConnectionCredentials cleanDBSparqlConnectionCredentials,
SparqlEndpointConnectionCredentials dirtyDBSparqlConnectionCredentials) |
Copyright © 2013. All Rights Reserved.