Package | Description |
---|---|
com.bigdata.blueprints | |
com.bigdata.rdf.sail |
This package contains the SAIL that allow bigdata to be used as a backend for
the Sesame 2.x platform.
|
com.bigdata.rdf.sail.graph | |
com.bigdata.rdf.sail.tck | |
com.bigdata.rdf.sail.webapp | |
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.
|
com.bigdata.rdf.task |
Abstraction layer for task-based concurrency at the triple store layer.
|
Modifier and Type | Method and Description |
---|---|
BigdataSailRepositoryConnection |
BigdataGraphEmbedded.cxn() |
BigdataSailRepositoryConnection |
BigdataGraphEmbedded.BigdataReadOnlyGraph.cxn() |
Modifier and Type | Method and Description |
---|---|
protected UUID |
BigdataGraphEmbedded.setupQuery(BigdataSailRepositoryConnection cxn,
ASTContainer astContainer,
QueryType queryType,
String extId)
Note: This is also responsible for noticing the time at which the
query begins to execute and storing the
RunningQuery in the
BigdataGraphEmbedded.m_queries map. |
protected UUID |
BigdataGraphEmbedded.BigdataReadOnlyGraph.setupQuery(BigdataSailRepositoryConnection cxn,
ASTContainer astContainer,
QueryType queryType,
String extQueryId) |
protected UUID |
BigdataGraphClient.setupQuery(BigdataSailRepositoryConnection cxn,
ASTContainer astContainer,
QueryType queryType,
String extQueryId) |
protected abstract UUID |
BigdataGraph.setupQuery(BigdataSailRepositoryConnection cxn,
ASTContainer astContainer,
QueryType queryType,
String extQueryId)
Embedded clients can override this to access query management
capabilities.
|
protected UUID |
BigdataGraphBulkLoad.setupQuery(BigdataSailRepositoryConnection cxn,
ASTContainer astContainer,
QueryType queryType,
String extQueryId) |
Constructor and Description |
---|
BigdataGraphBulkLoad(BigdataSailRepositoryConnection cxn) |
BigdataGraphBulkLoad(BigdataSailRepositoryConnection cxn,
BlueprintsValueFactory factory) |
Modifier and Type | Method and Description |
---|---|
BigdataSailRepositoryConnection |
BigdataSailRepository.getConnection() |
BigdataSailRepositoryConnection |
BigdataSailRepository.getReadOnlyConnection()
Obtain a read-only connection to the database at the last commit point.
|
BigdataSailRepositoryConnection |
BigdataSailRepository.getReadOnlyConnection(long timestamp)
Obtain a read-only connection to the database from a historical commit
point.
|
BigdataSailRepositoryConnection |
BigdataSailRepository.getReadWriteConnection()
Return a connection backed by a read-write transaction.
|
BigdataSailRepositoryConnection |
BigdataSailRepository.getUnisolatedConnection()
Return an unisolated connection to the database.
|
Constructor and Description |
---|
BigdataSailBooleanQuery(ASTContainer astContainer,
BigdataSailRepositoryConnection con) |
BigdataSailGraphQuery(ASTContainer astContainer,
BigdataSailRepositoryConnection con) |
BigdataSailTupleQuery(ASTContainer astContainer,
BigdataSailRepositoryConnection con) |
BigdataSailUpdate(ASTContainer astContainer,
BigdataSailRepositoryConnection con) |
Modifier and Type | Method and Description |
---|---|
protected void |
TestPaths.load(BigdataSailRepositoryConnection cxn,
String resource) |
Modifier and Type | Method and Description |
---|---|
protected BigdataSailRepositoryConnection |
BigdataSparqlTest.getQueryConnection(org.openrdf.repository.Repository dataRep)
Overridden to use
BigdataSail.getReadOnlyConnection() as a
workaround to the test harness which invokes
BigdataSail.getConnection() multiple times from within the same
thread. |
protected BigdataSailRepositoryConnection |
BigdataFederationSparqlTest.getQueryConnection(org.openrdf.repository.Repository dataRep) |
Modifier and Type | Method and Description |
---|---|
protected void |
BigdataSPARQLUpdateConformanceTest.compareGraphs(Iterable<? extends org.openrdf.model.Statement> actual,
Iterable<? extends org.openrdf.model.Statement> expected,
BigdataSailRepositoryConnection cxn) |
protected void |
BigdataSparqlTest.compareTupleQueryResults(org.openrdf.query.TupleQueryResult queryResult,
org.openrdf.query.TupleQueryResult expectedResult,
BigdataSailRepositoryConnection cxn) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
BigdataRDFContext.AbstractQueryTask.doQuery(BigdataSailRepositoryConnection cxn,
OutputStream os)
Execute the query.
|
BigdataRDFContext.AbstractQueryTask |
BigdataRDFContext.getQueryTask(BigdataSailRepositoryConnection cxn,
String namespace,
long timestamp,
String queryStr,
String baseURI,
ASTContainer astContainer,
boolean includeInferred,
Map<String,org.openrdf.model.Value> bindings,
String acceptOverride,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
OutputStream os)
Return the task which will execute the SPARQL Query -or- SPARQL UPDATE.
|
Constructor and Description |
---|
BigdataRDFContext.AbstractQueryTask(BigdataSailRepositoryConnection cxn,
String namespace,
long timestamp,
String baseURI,
boolean includeInferred,
Map<String,org.openrdf.model.Value> bindings,
ASTContainer astContainer,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
OutputStream os)
Version for SPARQL UPDATE.
|
BigdataRDFContext.AbstractQueryTask(BigdataSailRepositoryConnection cxn,
String namespace,
long timestamp,
String baseURI,
boolean includeInferred,
Map<String,org.openrdf.model.Value> bindings,
ASTContainer astContainer,
QueryType queryType,
String mimeType,
Charset charset,
String fileExt,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
OutputStream os)
Version for SPARQL QUERY.
|
Modifier and Type | Field and Description |
---|---|
BigdataSailRepositoryConnection |
AST2BOpUpdateContext.conn |
Modifier and Type | Method and Description |
---|---|
static long |
ASTEvalHelper.executeUpdate(BigdataSailRepositoryConnection conn,
ASTContainer astContainer,
org.openrdf.query.Dataset dataset,
boolean includeInferred,
org.openrdf.query.algebra.evaluation.QueryBindingSet bs)
Evaluate a SPARQL UPDATE request (core method).
|
Constructor and Description |
---|
AST2BOpUpdateContext(ASTContainer astContainer,
BigdataSailRepositoryConnection conn) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected BigdataSailRepositoryConnection |
AbstractApiTask.getConnection()
Return a connection for the namespace.
|
protected BigdataSailRepositoryConnection |
AbstractApiTask.getQueryConnection()
Return a connection transaction, which may be either read-only or support
mutation depending on the timestamp associated with the task's view.
|
protected BigdataSailRepositoryConnection |
AbstractApiTask.getQueryConnection(String namespace,
long timestamp)
This version uses the namespace and timestamp provided by the caller.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.