#include <edgebuffers.hpp>
Public Member Functions | |
| created_edge (vid_t src, vid_t dst, EdgeDataType _data) | |
Public Attributes | |
| vid_t | src |
| vid_t | dst |
| EdgeDataType | data |
| bool | accounted_for_outc |
| bool | accounted_for_inc |
Class for buffered edges. These are edges that are currently in memory, and waiting to be commited to disk.
1.8.1.1