Package | Description |
---|---|
com.bigdata.rdf.sparql.ast.service |
This package provides support for SPARQL 1.1 Federated Query, including the
special case of "service" end points which live within the same JVM and use
direct method calls rather than SPARQL Query and remote (HTTP) end points
for which we will generate an appropriate SPARQL query.
|
Modifier and Type | Method and Description |
---|---|
SPARQLVersion |
RemoteServiceOptions.getSPARQLVersion() |
SPARQLVersion |
IServiceOptions.getSPARQLVersion()
Returns if
SPARQL_11 iff the end point supports
SPARQL 1.1 . |
SPARQLVersion |
OpenrdfNativeServiceOptions.getSPARQLVersion()
Always returns
null (response is ignored). |
SPARQLVersion |
BigdataNativeServiceOptions.getSPARQLVersion()
Always returns
null (response is ignored). |
static SPARQLVersion |
SPARQLVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPARQLVersion[] |
SPARQLVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteServiceOptions.setSPARQLVersion(SPARQLVersion sparqlVersion) |
Constructor and Description |
---|
RemoteServiceFactoryImpl(SPARQLVersion sparqlVersion)
Create a
ServiceFactory for remote SPARQL end points. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.