@FunctionalInterface public interface BlazeSailListener extends com.bigdata.rdf.changesets.IChangeLog
Modifier and Type | Method and Description |
---|---|
void |
changeEvent(com.bigdata.rdf.changesets.IChangeRecord changeRecord) |
default void |
close()
Default no-op.
|
default void |
transactionAborted()
Default no-op.
|
default void |
transactionBegin()
Default no-op.
|
default void |
transactionCommited(long commitTime)
Default no-op.
|
default void |
transactionPrepare()
Default no-op.
|
void changeEvent(com.bigdata.rdf.changesets.IChangeRecord changeRecord)
changeEvent
in interface com.bigdata.rdf.changesets.IChangeLog
default void transactionAborted()
transactionAborted
in interface com.bigdata.rdf.changesets.IChangeLog
default void transactionBegin()
transactionBegin
in interface com.bigdata.rdf.changesets.IChangeLog
default void transactionCommited(long commitTime)
transactionCommited
in interface com.bigdata.rdf.changesets.IChangeLog
default void transactionPrepare()
transactionPrepare
in interface com.bigdata.rdf.changesets.IChangeLog
default void close()
close
in interface com.bigdata.rdf.changesets.IChangeLog
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.