Package | Description |
---|---|
com.bigdata.rdf.sparql.ast.eval | |
com.bigdata.rdf.sparql.ast.service.storedquery |
An embedded SERVICE that permits an application to register and execute
stored queries.
|
Modifier and Type | Method and Description |
---|---|
static ServiceParams |
ServiceParams.gatherServiceParams(ServiceCallCreateParams createParams)
Gather the service params (any statement patterns with the subject of
BD.SERVICE_PARAM . |
Modifier and Type | Method and Description |
---|---|
abstract BigdataServiceCall |
AbstractServiceFactory.create(ServiceCallCreateParams params,
ServiceParams serviceParams)
Implemented by subclasses - verify the group and create the service call.
|
BigdataServiceCall |
SliceServiceFactory.create(ServiceCallCreateParams params,
ServiceParams serviceParams) |
BigdataServiceCall |
ValuesServiceFactory.create(ServiceCallCreateParams params,
ServiceParams serviceParams) |
BigdataServiceCall |
SampleServiceFactory.create(ServiceCallCreateParams params,
ServiceParams serviceParams) |
Modifier and Type | Method and Description |
---|---|
ExternalServiceCall |
StoredQueryService.create(ServiceCallCreateParams createParams,
ServiceParams serviceParams) |
protected org.openrdf.query.TupleQueryResult |
SimpleStoredQueryService.doQuery(BigdataSailRepositoryConnection cxn,
ServiceCallCreateParams createParams,
ServiceParams serviceParams)
Executes the SPARQL query returned by
SimpleStoredQueryService.getQuery(ServiceCallCreateParams, ServiceParams) |
protected abstract org.openrdf.query.TupleQueryResult |
StoredQueryService.doQuery(BigdataSailRepositoryConnection cxn,
ServiceCallCreateParams createParams,
ServiceParams serviceParams)
Abstract method for core application logic.
|
protected abstract String |
SimpleStoredQueryService.getQuery(ServiceCallCreateParams createParams,
ServiceParams serviceParams)
Return the SPARQL query to be evaluated.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.