增加一个link_buf类,以及log写入机制

This commit is contained in:
Aph-CUG 2024-08-27 09:29:56 +08:00
parent b4e67e1dfb
commit 0d719f9846
1 changed files with 1 additions and 0 deletions

View File

@ -626,6 +626,7 @@ public class GraphTransaction extends IndexableTransaction {
* unconcerned with add vertex * unconcerned with add vertex
*/ */
this.beforeWrite(); this.beforeWrite();
////todo This is where the transaction feature needs to be added
this.addedVertices.put(vertex.id(), vertex); this.addedVertices.put(vertex.id(), vertex);
this.afterWrite(); this.afterWrite();
} catch (Throwable e) { } catch (Throwable e) {