#include <transaction_utils.h>
|
| UpdateBatch () |
|
| UpdateBatch (const UpdateBatch &other)=delete |
|
| ~UpdateBatch () |
|
void | clear () |
|
void | AddVertex (label_t label, Any &&oid, std::vector< Any > &&props) |
|
void | AddEdge (label_t src_label, Any &&src, label_t dst_label, Any &&dst, label_t edge_label, Any &&prop) |
|
const std::vector< std::tuple< label_t, Any, std::vector< Any > > > & | GetUpdateVertices () const |
|
const std::vector< std::tuple< label_t, Any, label_t, Any, label_t, Any > > & | GetUpdateEdges () const |
|
grape::InArchive & | GetArc () |
|
◆ UpdateBatch() [1/2]
gs::UpdateBatch::UpdateBatch |
( |
| ) |
|
|
inline |
◆ UpdateBatch() [2/2]
gs::UpdateBatch::UpdateBatch |
( |
const UpdateBatch & |
other | ) |
|
|
delete |
◆ ~UpdateBatch()
gs::UpdateBatch::~UpdateBatch |
( |
| ) |
|
|
inline |
◆ AddEdge()
◆ AddVertex()
void gs::UpdateBatch::AddVertex |
( |
label_t |
label, |
|
|
Any && |
oid, |
|
|
std::vector< Any > && |
props |
|
) |
| |
|
inline |
◆ clear()
void gs::UpdateBatch::clear |
( |
| ) |
|
|
inline |
◆ GetArc()
grape::InArchive& gs::UpdateBatch::GetArc |
( |
| ) |
|
|
inline |
◆ GetUpdateEdges()
◆ GetUpdateVertices()
const std::vector<std::tuple<label_t, Any, std::vector<Any> > >& gs::UpdateBatch::GetUpdateVertices |
( |
| ) |
const |
|
inline |
◆ arc_
grape::InArchive gs::UpdateBatch::arc_ |
|
private |
◆ update_edges_
◆ update_vertices_
std::vector<std::tuple<label_t, Any, std::vector<Any> > > gs::UpdateBatch::update_vertices_ |
|
private |
The documentation for this class was generated from the following file: