Flex
0.17.9
|
This is the complete list of members for gs::UpdateTransaction, including all inherited members.
Abort() | gs::UpdateTransaction | |
added_edges_ | gs::UpdateTransaction | private |
added_vertices_ | gs::UpdateTransaction | private |
added_vertices_base_ | gs::UpdateTransaction | private |
AddEdge(label_t src_label, const Any &src, label_t dst_label, const Any &dst, label_t edge_label, const Any &value) | gs::UpdateTransaction | |
AddVertex(label_t label, const Any &oid, const std::vector< Any > &props) | gs::UpdateTransaction | |
alloc_ | gs::UpdateTransaction | private |
applyEdgesUpdates() | gs::UpdateTransaction | private |
applyVerticesUpdates() | gs::UpdateTransaction | private |
arc_ | gs::UpdateTransaction | private |
batch_commit(UpdateBatch &batch) | gs::UpdateTransaction | private |
Commit() | gs::UpdateTransaction | |
edge_label_num_ | gs::UpdateTransaction | private |
extra_vertex_properties_ | gs::UpdateTransaction | private |
get_in_csr_index(label_t src_label, label_t dst_label, label_t edge_label) const | gs::UpdateTransaction | private |
get_out_csr_index(label_t src_label, label_t dst_label, label_t edge_label) const | gs::UpdateTransaction | private |
GetInEdgeIterator(label_t label, vid_t u, label_t neighbor_label, label_t edge_label) | gs::UpdateTransaction | |
GetOutEdgeIterator(label_t label, vid_t u, label_t neighbor_label, label_t edge_label) | gs::UpdateTransaction | |
GetUpdatedEdgeData(bool dir, label_t label, vid_t v, label_t neighbor_label, vid_t nbr, label_t edge_label, Any &ret) const | gs::UpdateTransaction | |
GetVertexField(label_t label, vid_t lid, int col_id) const | gs::UpdateTransaction | |
GetVertexIterator(label_t label) | gs::UpdateTransaction | |
graph_ | gs::UpdateTransaction | private |
GraphDBSession class | gs::UpdateTransaction | friend |
IngestWal(MutablePropertyFragment &graph, const std::string &work_dir, uint32_t timestamp, char *data, size_t length, Allocator &alloc) | gs::UpdateTransaction | static |
lid_to_oid(label_t label, vid_t lid) const | gs::UpdateTransaction | private |
logger_ | gs::UpdateTransaction | private |
oid_to_lid(label_t label, const Any &oid, vid_t &lid) const | gs::UpdateTransaction | private |
op_num_ | gs::UpdateTransaction | private |
release() | gs::UpdateTransaction | private |
set_edge_data_with_offset(bool dir, label_t label, vid_t v, label_t neighbor_label, vid_t nbr, label_t edge_label, const Any &value, size_t offset) | gs::UpdateTransaction | private |
SetEdgeData(bool dir, label_t label, vid_t v, label_t neighbor_label, vid_t nbr, label_t edge_label, const Any &value) | gs::UpdateTransaction | |
SetVertexField(label_t label, vid_t lid, int col_id, const Any &value) | gs::UpdateTransaction | |
sv_vec_ | gs::UpdateTransaction | private |
timestamp() const | gs::UpdateTransaction | |
timestamp_ | gs::UpdateTransaction | private |
updated_edge_data_ | gs::UpdateTransaction | private |
UpdateTransaction(MutablePropertyFragment &graph, Allocator &alloc, const std::string &work_dir, WalWriter &logger, VersionManager &vm, timestamp_t timestamp) | gs::UpdateTransaction | |
vertex_label_num_ | gs::UpdateTransaction | private |
vertex_nums_ | gs::UpdateTransaction | private |
vertex_offsets_ | gs::UpdateTransaction | private |
vm_ | gs::UpdateTransaction | private |
~UpdateTransaction() | gs::UpdateTransaction |