#include <insert_transaction.h>
|
| InsertTransaction (MutablePropertyFragment &graph, Allocator &alloc, WalWriter &logger, VersionManager &vm, timestamp_t timestamp) |
|
| ~InsertTransaction () |
|
bool | AddVertex (label_t label, const Any &id, const std::vector< Any > &props) |
|
bool | AddEdge (label_t src_label, const Any &src, label_t dst_label, const Any &dst, label_t edge_label, const Any &prop) |
|
void | Commit () |
|
void | Abort () |
|
timestamp_t | timestamp () const |
|
◆ InsertTransaction()
◆ ~InsertTransaction()
gs::InsertTransaction::~InsertTransaction |
( |
| ) |
|
◆ Abort()
void gs::InsertTransaction::Abort |
( |
| ) |
|
◆ AddEdge()
◆ AddVertex()
bool gs::InsertTransaction::AddVertex |
( |
label_t |
label, |
|
|
const Any & |
id, |
|
|
const std::vector< Any > & |
props |
|
) |
| |
◆ clear()
void gs::InsertTransaction::clear |
( |
| ) |
|
|
private |
◆ Commit()
void gs::InsertTransaction::Commit |
( |
| ) |
|
◆ get_vertex_with_retries()
◆ IngestWal()
◆ timestamp()
◆ added_vertices_
std::set<std::pair<label_t, Any> > gs::InsertTransaction::added_vertices_ |
|
private |
◆ alloc_
◆ arc_
grape::InArchive gs::InsertTransaction::arc_ |
|
private |
◆ graph_
◆ logger_
◆ timestamp_
◆ vm_
The documentation for this class was generated from the following files: