forked from hugegraph/hugegraph-sync
增加一个link_buf类,以及log写入机制
This commit is contained in:
parent
7be8e6b1dd
commit
0b794c9ab9
|
@ -627,6 +627,7 @@ public class GraphTransaction extends IndexableTransaction {
|
|||
* unconcerned with add vertex
|
||||
*/
|
||||
this.beforeWrite();
|
||||
//todo This is where the transaction feature needs to be added
|
||||
this.addedVertices.put(vertex.id(), vertex);
|
||||
this.afterWrite();
|
||||
} catch (Throwable e) {
|
||||
|
@ -2220,3 +2221,4 @@ public class GraphTransaction extends IndexableTransaction {
|
|||
this.store().removeOlapTable(pkId);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue