Package | Description |
---|---|
com.bigdata.blueprints |
Modifier and Type | Class and Description |
---|---|
class |
BigdataGraphBulkLoad
Simple bulk loader that will insert graph data without any consistency
checking (won't check for duplicate vertex or edge identifiers).
|
class |
BigdataGraphClient
This is a thin-client implementation of a Blueprints wrapper around the
client library that interacts with the NanoSparqlServer.
|
class |
BigdataGraphEmbedded
This is the most basic possible implementation of the Blueprints Graph API.
|
class |
BigdataGraphEmbedded.BigdataReadOnlyGraph |
class |
ImmortalGraph
An implementation of a Blueprints Graph that implements immortality using
the RDR specification.
|
Modifier and Type | Field and Description |
---|---|
protected BigdataGraph |
BigdataElement.graph |
Modifier and Type | Method and Description |
---|---|
protected BigdataGraph |
BigdataGraphConfiguration.configure(com.tinkerpop.rexster.config.GraphConfigurationContext context) |
BigdataGraph |
BigdataGraphConfiguration.configureGraphInstance(com.tinkerpop.rexster.config.GraphConfigurationContext context)
Configure and return a BigdataGraph based on the supplied configuration
parameters.
|
static BigdataGraph |
BigdataGraphFactory.connect(String sparqlEndpointURL)
Connect to a remote bigdata instance.
|
static BigdataGraph |
BigdataGraphFactory.connect(String host,
int port)
Deprecated.
As of version 1.5.2, you should use one of the connect methods with a sparqlEndpointURL.
See http://wiki.blazegraph.com/wiki/index.php/NanoSparqlServer#Active_URLs
|
static BigdataGraph |
BigdataGraphFactory.create()
Create a new local in-memory bigdata instance.
|
static BigdataGraph |
BigdataGraphFactory.create(BlueprintsValueFactory vf)
Create a new local in-memory bigdata instance with the supplied value
factory.
|
static BigdataGraph |
BigdataGraphFactory.create(BlueprintsValueFactory vf,
Properties props)
Create a new local in-memory bigdata instance with the supplied value
factory.
|
static BigdataGraph |
BigdataGraphFactory.create(String file)
Create a persistent local bigdata instance.
|
static BigdataGraph |
BigdataGraphFactory.open(String file,
boolean create)
Open an existing persistent local bigdata instance.
|
Constructor and Description |
---|
BigdataEdge(org.openrdf.model.Statement stmt,
BigdataGraph graph) |
BigdataElement(org.openrdf.model.URI uri,
BigdataGraph graph) |
BigdataGraphQuery(BigdataGraph graph) |
BigdataVertex(org.openrdf.model.URI uri,
BigdataGraph graph) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.