Node - most generic type of a Node (e.g. Value in Sesame).public interface RDFBackend<Node> extends NodeBackend<Node>
| Modifier and Type | Method and Description |
|---|---|
ThreadPoolExecutor |
getThreadPool()
Deprecated.
subject to be removed in the next release
|
Collection<Node> |
listObjects(Node subject,
Node property)
List the objects of triples in the triple store underlying this backend that have the subject and
property given as argument.
|
Collection<Node> |
listSubjects(Node property,
Node object)
List the subjects of triples in the triple store underlying this backend that have the object and
property given as argument.
|
boolean |
supportsThreading()
Deprecated.
subject to be removed in the next release
|
booleanValue, createLiteral, createLiteral, createURI, dateTimeValue, dateValue, decimalValue, doubleValue, floatValue, getLiteralLanguage, getLiteralType, integerValue, intValue, isBlank, isLiteral, isURI, longValue, stringValue, timeValue@Deprecated boolean supportsThreading()
@Deprecated ThreadPoolExecutor getThreadPool()
Collection<Node> listObjects(Node subject, Node property)
subject - the subject of the triples to look forproperty - the property of the triples to look for, null is interpreted as wildcardCollection<Node> listSubjects(Node property, Node object)
object - the object of the triples to look forproperty - the property of the triples to look for, null is interpreted as wildcardUnsupportedOperationException - in case reverse selection is not supported (e.g. when querying Linked Data)Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.