IBM SYSTEMG G RUNTIME & NATIVE STORE  0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
 All Classes Functions Variables Typedefs Pages
Public Types | List of all members
ibmppl::adj_list_persistent_rdf_traits< VP, EP, Directedness > Class Template Reference

#include <ibm_graph_rdf.h>

Public Types

typedef VP vertex_property
 
typedef EP edge_property
 
typedef size_t vertexd_type
 
typedef size_t edged_type
 
typedef ibmppl::inDisk_Edge
< EP, Directedness > 
edge_type
 
typedef
internal::_list_storage_rdf
< edge_type > 
edgelist_type
 
typedef RDFVertex< VP,
edgelist_type, Directedness > 
base_vertex_type
 
typedef
ibmppl::inDiskRDFVertex< VP,
edgelist_type,
base_vertex_type
vertex_type
 
typedef
ibmppl::generic_db_interface
< vertex_type,
ibmppl::kvstore_interface,
Directedness > 
db_type
 
typedef
internal::_list_storage_rdf
< vertex_type > 
vlist_type
 
typedef ibmppl::indisk_storage
< vertex_type, db_type,
vlist_type, Directedness > 
storage_type
 
typedef storage_type::edge_iterator edge_iterator
 
typedef
storage_type::const_edge_iterator 
const_edge_iterator
 

Detailed Description

template<class VP, class EP, DIRECTNESS Directedness>
class ibmppl::adj_list_persistent_rdf_traits< VP, EP, Directedness >

RDF graph traits for in memory/persistent storage


The documentation for this class was generated from the following file: