Package | Description |
---|---|
com.blazegraph.gremlin.embedded |
Modifier and Type | Class and Description |
---|---|
class |
BlazeGraphReadOnly
BlazeGraphReadOnly extends BlazeGraphEmbedded and thus offers all the same
operations, except write operations will not be permitted
(BlazeGraphReadOnly.tx() will throw an exception).
|
Modifier and Type | Method and Description |
---|---|
static BlazeGraphEmbedded |
BlazeGraphEmbedded.open(com.bigdata.rdf.sail.BigdataSailRepository repo)
Open a BlazeGraphEmbedded (unisolated) instance wrapping the provided
SAIL repository with no additional configuration options.
|
static BlazeGraphEmbedded |
BlazeGraphEmbedded.open(com.bigdata.rdf.sail.BigdataSailRepository repo,
org.apache.commons.configuration.Configuration config)
Open a BlazeGraphEmbedded (unisolated) instance wrapping the provided
SAIL repository and using the supplied configuration.
|
static BlazeGraphEmbedded |
BlazeGraphFactory.open(String journal) |
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.