@FunctionalInterface public interface BlazeGraphListener
BlazeGraphEmbedded
.BlazeGraphEmbedded.addListener(BlazeGraphListener)
Modifier and Type | Method and Description |
---|---|
void |
graphEdited(BlazeGraphEdit edit,
String rdfEdit)
Notification of an edit to the graph.
|
default void |
transactionAborted()
Notification of a transaction abort.
|
default void |
transactionCommited(long commitTime)
Notification of a transaction committed.
|
void graphEdited(BlazeGraphEdit edit, String rdfEdit)
edit
- the BlazeGraphEdit
rdfEdit
- toString() version of the raw RDF mutationdefault void transactionCommited(long commitTime)
commitTime
- the timestamp on the commitdefault void transactionAborted()
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.