Package | Description |
---|---|
com.blazegraph.gremlin.embedded | |
com.blazegraph.gremlin.structure |
Modifier and Type | Class and Description |
---|---|
class |
BlazeGraphEmbedded
An implementation of the tinkerpop3 API that uses an embedded SAIL repository
instance (same JVM).
|
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 | Field and Description |
---|---|
protected BlazeGraph |
BlazeProperty.graph
BlazeGraph instance this property belongs to. |
Modifier and Type | Method and Description |
---|---|
BlazeGraph |
EmptyBlazeVertexProperty.graph() |
BlazeGraph |
BlazeVertexProperty.graph()
The
BlazeGraph instance. |
BlazeGraph |
BlazeProperty.graph() |
BlazeGraph |
BlazeElement.graph()
Strengthen return type to
BlazeGraph . |
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.