public interface ServiceCallCreateParams
ServiceFactory
to create a
ServiceCall
instance.Modifier and Type | Method and Description |
---|---|
org.eclipse.jetty.client.HttpClient |
getClientConnectionManager()
Return the
ClientConnectionManager used to make remote SERVICE
call requests. |
ServiceNode |
getServiceNode()
The bigdata AST object modeling the SPARQL
SERVICE clause. |
IServiceOptions |
getServiceOptions()
The configuration options associated with the
ServiceFactory . |
org.openrdf.model.URI |
getServiceURI()
The end point for which the
ServiceCall will be invoked. |
BaseJoinStats |
getStats()
Statistics associated with the runtime evaluation of the service call.
|
AbstractTripleStore |
getTripleStore()
The
AbstractTripleStore against which the query is being
evaluated. |
org.openrdf.model.URI getServiceURI()
ServiceCall
will be invoked.AbstractTripleStore getTripleStore()
AbstractTripleStore
against which the query is being
evaluated.ServiceNode getServiceNode()
SERVICE
clause.
This object provides access to the parsed structure of the SERVICE graph
pattern and the original text image of the graph pattern (assuming that
it was generated by parsing a SPARQL query). The ServiceFactory
can use this information to interpret the ServiceCall
invocation
context.org.eclipse.jetty.client.HttpClient getClientConnectionManager()
ClientConnectionManager
used to make remote SERVICE
call requests.IServiceOptions getServiceOptions()
ServiceFactory
.BaseJoinStats getStats()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.