Package | Description |
---|---|
com.bigdata.rdf.graph.impl.bd | |
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.sparql.ast.cache | |
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.
|
com.bigdata.rdf.sparql.ast.service.history | |
com.bigdata.rdf.task |
Abstraction layer for task-based concurrency at the triple store layer.
|
Modifier and Type | Method and Description |
---|---|
void |
GASService.startConnection(BigdataSail.BigdataSailConnection conn)
NOP
|
Modifier and Type | Method and Description |
---|---|
BigdataSail.BigdataSailConnection |
BigdataSail.getConnection() |
BigdataSail.BigdataSailConnection |
BigdataSail.getReadOnlyConnection()
Return a read-only connection based on the last commit point.
|
BigdataSail.BigdataSailConnection |
BigdataSail.getReadOnlyConnection(long timestamp)
Obtain a read-historical view that reads from the specified commit point.
|
BigdataSail.BigdataSailConnection |
BigdataSail.getReadWriteConnection()
Return a connection backed by a read-write transaction.
|
BigdataSail.BigdataSailConnection |
BigdataSailRepositoryConnection.getSailConnection() |
BigdataSail.BigdataSailConnection |
BigdataSail.getUnisolatedConnection()
Return an unisolated connection to the database.
|
protected BigdataSail.BigdataSailConnection |
BigdataSail.BigdataSailConnection.startConn()
Per-connection initialization.
|
Modifier and Type | Method and Description |
---|---|
static void |
BigdataSailHelper.showLexiconIndexDetails(BigdataSail.BigdataSailConnection cxn)
Deprecated.
Shows some interesting details about the terms index.
|
static void |
BigdataSailHelper.showSPOIndexDetails(BigdataSail.BigdataSailConnection cxn)
Deprecated.
Shows some interesting details about the primary index for the
SPORelation . |
void |
RDRHistoryServiceFactory.startConnection(BigdataSail.BigdataSailConnection conn)
Register an
IChangeLog listener that will manage the maintenance
of the describe cache. |
Constructor and Description |
---|
ExportKB(BigdataSail.BigdataSailConnection conn,
File kbdir,
org.openrdf.rio.RDFFormat format,
boolean includeInferred) |
Modifier and Type | Method and Description |
---|---|
void |
DescribeServiceFactory.startConnection(BigdataSail.BigdataSailConnection conn)
Register an
IChangeLog listener that will manage the maintenance
of the describe cache. |
Modifier and Type | Method and Description |
---|---|
void |
CustomServiceFactory.startConnection(BigdataSail.BigdataSailConnection conn)
Callback is used to notify the
ServiceFactory of connection
starts. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryServiceFactory.startConnection(BigdataSail.BigdataSailConnection conn)
Register an
IChangeLog listener that will manage the maintenance
of the describe cache. |
Modifier and Type | Method and Description |
---|---|
protected BigdataSail.BigdataSailConnection |
AbstractApiTask.getUnisolatedSailConnection() |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.