add_edge(const oid_t &src, const oid_t &dst, const edata_t &data) (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | inline |
add_edge(const vertex_t &src, const vertex_t &dst, const edata_t &data) (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | inline |
add_vertex(const oid_t &id, const vdata_t &data) (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | inline |
apply_mutation(std::shared_ptr< fragment_t > fragment, const CommSpec &comm_spec) (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | inline |
ContextBase()=default (defined in grape::ContextBase) | grape::ContextBase | |
edata_list typedef (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
edata_t typedef (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
edata_to_add_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
edata_to_update_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
edst_to_add_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
edst_to_remove_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
edst_to_update_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
esrc_to_add_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
esrc_to_remove_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
esrc_to_update_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
fragment_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
fragment_t typedef (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
id_to_add_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
id_to_remove_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
id_to_update_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
MutationContext(const fragment_t &fragment) (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | inlineexplicit |
oid_list typedef (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
oid_t typedef (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
Output(std::ostream &os) | grape::ContextBase | inlinevirtual |
parsed_vertices_to_update_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
parsed_vid_to_remove_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
partitioner_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
partitioner_t typedef (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
remove_edge(const oid_t &src, const oid_t &dst) (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | inline |
remove_edge(const vertex_t &src, const vertex_t &dst) (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | inline |
remove_vertex(const oid_t &id) (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | inline |
remove_vertex(const vertex_t &v) (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | inline |
update_edge(const oid_t &src, const oid_t &dst, const edata_t &data) (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | inline |
update_edge(const vertex_t &src, const vertex_t &dst, const edata_t &data) (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | inline |
update_vertex(const oid_t &id, const vdata_t &data) (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | inline |
update_vertex(const vertex_t &v, const vdata_t &data) (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | inline |
vdata_list typedef (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
vdata_t typedef (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
vdata_to_add_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
vdata_to_update_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
vertex_map_t typedef (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
vertex_t typedef (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
vid_list typedef (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
vid_t typedef (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
vm_ptr_ (defined in grape::MutationContext< FRAG_T >) | grape::MutationContext< FRAG_T > | private |
~ContextBase()=default (defined in grape::ContextBase) | grape::ContextBase | virtual |