libgrape-lite
A C++ library for parallel graph processing
|
Public Types | |
using | internal_oid_t = typename InternalOID< OID_T >::type |
Public Member Functions | |
void | add (const internal_oid_t &oid) override |
std::unique_ptr< IdxerBase< OID_T, VID_T > > | finish () override |
void | sync_request (const CommSpec &comm_spec, int target, int tag) override |
void | sync_response (const CommSpec &comm_spec, int source, int tag) override |
Private Attributes | |
IdIndexer< internal_oid_t, VID_T > | indexer_ |