@Deprecated public class RdbmsStore extends SailBase implements FederatedServiceResolverClient
connectionTimeOut, DEFAULT_CONNECTION_TIMEOUT, DEFAULT_ITERATION_SYNC_THRESHOLD, initializationLock, logger| Constructor and Description |
|---|
RdbmsStore()
Deprecated.
|
RdbmsStore(String url)
Deprecated.
Creates a new RDBMS RDF Store using the provided database connection.
|
RdbmsStore(String jdbcDriver,
String jdbcUrl)
Deprecated.
Creates a new RDBMS RDF Store using the provided database connection.
|
RdbmsStore(String url,
String user,
String password)
Deprecated.
Creates a new RDBMS RDF Store using the provided database connection.
|
RdbmsStore(String jdbcDriver,
String jdbcUrl,
String user,
String password)
Deprecated.
Creates a new RDBMS RDF Store using the provided database connection.
|
| Modifier and Type | Method and Description |
|---|---|
protected SailConnection |
getConnectionInternal()
Deprecated.
Returns a store-specific SailConnection object.
|
FederatedServiceResolver |
getFederatedServiceResolver()
Deprecated.
|
int |
getMaxNumberOfTripleTables()
Deprecated.
|
RdbmsValueFactory |
getValueFactory()
Deprecated.
Gets a ValueFactory object that can be used to create URI-, blank node-,
literal- and statement objects.
|
protected void |
initializeInternal()
Deprecated.
Do store-specific operations to initialize the store.
|
boolean |
isIndexed()
Deprecated.
|
boolean |
isSequenced()
Deprecated.
|
boolean |
isWritable()
Deprecated.
Checks whether this Sail object is writable, i.e.
|
protected void |
setBasicDataSource(org.apache.commons.dbcp.BasicDataSource ds)
Deprecated.
|
protected void |
setConnectionFactory(RdbmsConnectionFactory factory)
Deprecated.
|
void |
setFederatedServiceResolver(FederatedServiceResolver reslover)
Deprecated.
Overrides the
FederatedServiceResolver used by this instance, but
the given resolver is not shutDown when this instance is. |
void |
setIndexed(boolean indexed)
Deprecated.
|
void |
setMaxNumberOfTripleTables(int max)
Deprecated.
|
void |
setSequenced(boolean useSequence)
Deprecated.
|
protected void |
shutDownInternal()
Deprecated.
Do store-specific operations to ensure proper shutdown of the store.
|
addSupportedIsolationLevel, connectionClosed, debugEnabled, getConnection, getDataDir, getDefaultIsolationLevel, getIterationCacheSyncThreshold, getSupportedIsolationLevels, initialize, isInitialized, removeSupportedIsolationLevel, setDataDir, setDefaultIsolationLevel, setIterationCacheSyncThreshold, setSupportedIsolationLevels, setSupportedIsolationLevels, shutDown, toStringpublic RdbmsStore()
public RdbmsStore(String url)
url - JDNI url of a DataSourcepublic RdbmsStore(String url, String user, String password)
url - JDNI url of a DataSourceuser - password - public RdbmsStore(String jdbcDriver, String jdbcUrl)
jdbcDriver - jdbcUrl - public int getMaxNumberOfTripleTables()
public void setMaxNumberOfTripleTables(int max)
public boolean isIndexed()
public void setIndexed(boolean indexed)
throws SailException
SailExceptionpublic boolean isSequenced()
public void setSequenced(boolean useSequence)
public FederatedServiceResolver getFederatedServiceResolver()
public void setFederatedServiceResolver(FederatedServiceResolver reslover)
FederatedServiceResolver used by this instance, but
the given resolver is not shutDown when this instance is.setFederatedServiceResolver in interface FederatedServiceResolverClientreslover - The SERVICE resolver to set.protected void initializeInternal()
throws SailException
SailBaseinitializeInternal in class SailBaseSailExceptionpublic boolean isWritable()
throws SailException
SailisWritable in interface SailSailExceptionpublic RdbmsValueFactory getValueFactory()
SailgetValueFactory in interface Sailprotected SailConnection getConnectionInternal() throws SailException
SailBasegetConnectionInternal in class SailBaseSailExceptionprotected void shutDownInternal()
throws SailException
SailBaseshutDownInternal in class SailBaseSailExceptionprotected void setConnectionFactory(RdbmsConnectionFactory factory)
protected void setBasicDataSource(org.apache.commons.dbcp.BasicDataSource ds)
Copyright © 2001–2015 Aduna. All rights reserved.