GraphChi  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros
Public Types | Public Member Functions
graphchi::FunctionalProgramProxySemisync< KERNEL > Class Template Reference
Inheritance diagram for graphchi::FunctionalProgramProxySemisync< KERNEL >:
graphchi::GraphChiProgram< KERNEL::VertexDataType, KERNEL::EdgeDataType, functional_vertex_unweighted_semisync< KERNEL > >

List of all members.

Public Types

typedef KERNEL::VertexDataType VertexDataType
typedef KERNEL::EdgeDataType EdgeDataType
typedef
functional_vertex_unweighted_semisync
< KERNEL > 
fvertex_t
- Public Types inherited from graphchi::GraphChiProgram< KERNEL::VertexDataType, KERNEL::EdgeDataType, functional_vertex_unweighted_semisync< KERNEL > >

Public Member Functions

void before_iteration (int iteration, graphchi_context &info)
void after_iteration (int iteration, graphchi_context &ginfo)
void before_exec_interval (vid_t window_st, vid_t window_en, graphchi_context &ginfo)
void update (fvertex_t &v, graphchi_context &ginfo)
- Public Member Functions inherited from graphchi::GraphChiProgram< KERNEL::VertexDataType, KERNEL::EdgeDataType, functional_vertex_unweighted_semisync< KERNEL > >
virtual void after_exec_interval (vid_t window_st, vid_t window_en, graphchi_context &gcontext)
virtual void update (functional_vertex_unweighted_semisync< KERNEL > &v, graphchi_context &gcontext)=0

Member Function Documentation

template<typename KERNEL>
void graphchi::FunctionalProgramProxySemisync< KERNEL >::after_iteration ( int  iteration,
graphchi_context ginfo 
)
inlinevirtual
template<typename KERNEL>
void graphchi::FunctionalProgramProxySemisync< KERNEL >::before_exec_interval ( vid_t  window_st,
vid_t  window_en,
graphchi_context ginfo 
)
inlinevirtual
template<typename KERNEL>
void graphchi::FunctionalProgramProxySemisync< KERNEL >::before_iteration ( int  iteration,
graphchi_context info 
)
inlinevirtual
template<typename KERNEL>
void graphchi::FunctionalProgramProxySemisync< KERNEL >::update ( fvertex_t v,
graphchi_context ginfo 
)
inline

Pagerank update function.


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