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