Package | Description |
---|---|
com.bigdata.blueprints | |
com.bigdata.gom |
This module provides a scalable client / server architecture for graph data
management based on the principles of REST, Topic Maps, and RDF.
|
com.bigdata.gom.om | |
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.tck |
Modifier and Type | Field and Description |
---|---|
protected BigdataSailRepository |
BigdataGraphEmbedded.repo |
Modifier and Type | Method and Description |
---|---|
BigdataSailRepository |
BigdataGraphEmbedded.getRepository() |
Constructor and Description |
---|
BigdataGraphEmbedded(BigdataSailRepository repo)
Create a Blueprints wrapper around a
BigdataSailRepository
instance. |
BigdataGraphEmbedded(BigdataSailRepository repo,
BlueprintsValueFactory factory,
Properties props)
Create a Blueprints wrapper around a
BigdataSailRepository
instance with a non-standard BlueprintsValueFactory implementation. |
Modifier and Type | Field and Description |
---|---|
protected BigdataSailRepository |
LocalGOMTestCase.m_repo |
protected BigdataSailRepository |
RemoteGOMTestCase.repo |
Modifier and Type | Method and Description |
---|---|
BigdataSailRepository |
ObjectManager.getRepository() |
Constructor and Description |
---|
ObjectManager(String endpoint,
BigdataSailRepository cxn) |
Modifier and Type | Method and Description |
---|---|
BigdataSailRepository |
BigdataSailRepositoryConnection.getRepository() |
Modifier and Type | Method and Description |
---|---|
protected void |
TestTicket1889_2.executeQuery(BigdataSailRepository repo,
int n,
int k)
Prepares data containing blank nodes, loads it into triplestore,
then run an update, which creates additional statements with blank nodes
resulting number of statements loaded should be 2*n.
|
protected void |
TestTicket1889.executeQuery(BigdataSailRepository repo,
int n,
int k)
Prepares data containing blank nodes, loads it into triplestore,
then run an update, which creates additional statements with blank nodes
resulting number of statements loaded should be 2*n.
|
Constructor and Description |
---|
BigdataSailRepositoryConnection(BigdataSailRepository repository,
org.openrdf.sail.SailConnection sailConnection) |
Modifier and Type | Method and Description |
---|---|
protected BigdataSailRepository |
BigdataSPARQLUpdateConformanceTest.newRepository() |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.