Package | Description |
---|---|
com.blazegraph.gremlin.listener | |
com.blazegraph.gremlin.structure |
Modifier and Type | Class and Description |
---|---|
static class |
BlazeGraphAtom.EdgeAtom
Edge atom describes an edge - id, label, and from/to (vertex ids).
|
static class |
BlazeGraphAtom.PropertyAtom
Property atom describes a property on an Edge or VertexProperty -
element id, key, and value.
|
static class |
BlazeGraphAtom.VertexAtom
Vertex atom describes a vertex - id and label.
|
static class |
BlazeGraphAtom.VertexPropertyAtom
VertexProperty atom describes a property on a Vertex - vertex id, vertex
property id, key, value.
|
Modifier and Type | Method and Description |
---|---|
BlazeGraphAtom |
BlazeGraphEdit.getAtom()
Return the atomic unit of graph information edited.
|
Constructor and Description |
---|
BlazeGraphEdit(BlazeGraphEdit.Action action,
BlazeGraphAtom atom)
Construct an edit with an unknown commit time (listener API).
|
BlazeGraphEdit(BlazeGraphEdit.Action action,
BlazeGraphAtom atom,
long timestamp)
Construct an edit with an known commit time (history API).
|
Modifier and Type | Method and Description |
---|---|
protected Function<org.openrdf.model.Statement,Optional<BlazeGraphAtom>> |
BlazeGraph.graphAtomTransform()
So that BlazeGraphEmbedded can use it for listeners.
|
CloseableIterator<BlazeGraphAtom> |
BlazeGraph.project(String queryStr)
Project a subgraph using a SPARQL query.
|
CloseableIterator<BlazeGraphAtom> |
BlazeGraph.project(String queryStr,
String externalQueryId)
Project a subgraph using a SPARQL query.
|
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.