forked from hugegraph/hugegraph
增加一个link_buf类,以及log写入机制
This commit is contained in:
parent
b4e67e1dfb
commit
0d719f9846
|
@ -626,6 +626,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) {
|
||||
|
|
Loading…
Reference in New Issue