@Deprecated public class ThreadingSesameBackend extends SesameRepositoryBackend
| Modifier | Constructor and Description |
|---|---|
protected |
ThreadingSesameBackend()
Deprecated.
Initialise a new sesame backend.
|
|
ThreadingSesameBackend(org.openrdf.repository.Repository repository)
Deprecated.
Initialise a new sesame backend using the repository passed as argument.
|
| Modifier and Type | Method and Description |
|---|---|
ThreadPoolExecutor |
getThreadPool()
Deprecated.
In case the backend supports threading, this method should return the ExecutorService representing the
thread pool.
|
void |
shutdown()
Deprecated.
Shut down the thread pool
|
boolean |
supportsThreading()
Deprecated.
Return true if the underlying backend supports the parallel execution of queries.
|
createLiteral, createLiteral, createURI, getRepository, listObjects, listSubjects, setRepositorycreateLiteralInternal, createLiteralInternal, createURIInternal, listObjectsInternal, listSubjectsInternal, mergebooleanValue, dateTimeValue, dateValue, debugType, decimalValue, doubleValue, floatValue, getLiteralLanguage, getLiteralType, integerValue, intValue, isBlank, isLiteral, isURI, longValue, stringValue, timeValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbooleanValue, dateTimeValue, dateValue, decimalValue, doubleValue, floatValue, getLiteralLanguage, getLiteralType, integerValue, intValue, isBlank, isLiteral, isURI, longValue, stringValue, timeValueprotected ThreadingSesameBackend()
public ThreadingSesameBackend(org.openrdf.repository.Repository repository)
repository - public boolean supportsThreading()
supportsThreading in interface RDFBackend<org.openrdf.model.Value>supportsThreading in class AbstractSesameBackendpublic ThreadPoolExecutor getThreadPool()
getThreadPool in interface RDFBackend<org.openrdf.model.Value>getThreadPool in class AbstractSesameBackendpublic void shutdown()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.