Uses of Interface
com.alibaba.graphscope.app.AppBase
-
-
Uses of AppBase in com.alibaba.graphscope.app
Subinterfaces of AppBase in com.alibaba.graphscope.app Modifier and Type Interface Description interface
DefaultAppBase<OID_T,VID_T,VDATA_T,EDATA_T,C extends DefaultContextBase<OID_T,VID_T,VDATA_T,EDATA_T>>
The base interface for all sequential PIE apps which work along withIFragment
andDefaultMessageManager
interface
ParallelAppBase<OID_T,VID_T,VDATA_T,EDATA_T,C extends ParallelContextBase<OID_T,VID_T,VDATA_T,EDATA_T>>
The base interface for all parallel PIE apps which work along withImmutableEdgecutFragment
andParallelMessageManager
Classes in com.alibaba.graphscope.app that implement AppBase Modifier and Type Class Description class
GiraphComputationAdaptor<OID_T,VID_T,VDATA_T,EDATA_T>
This adaptor bridges c++ driver app and Giraph Computation.class
GraphXParallelAdaptor<VDATA_T,EDATA_T,MSG>
-
Uses of AppBase in com.alibaba.graphscope.example.bfs
Classes in com.alibaba.graphscope.example.bfs that implement AppBase Modifier and Type Class Description class
BFS
-
Uses of AppBase in com.alibaba.graphscope.example.pagerank
Classes in com.alibaba.graphscope.example.pagerank that implement AppBase Modifier and Type Class Description class
PageRank
-
Uses of AppBase in com.alibaba.graphscope.example.sssp
Classes in com.alibaba.graphscope.example.sssp that implement AppBase Modifier and Type Class Description class
SSSP
-
Uses of AppBase in com.alibaba.graphscope.example.stringApp
Classes in com.alibaba.graphscope.example.stringApp that implement AppBase Modifier and Type Class Description class
StringApp
-
Uses of AppBase in com.alibaba.graphscope.example.traverse
Classes in com.alibaba.graphscope.example.traverse that implement AppBase Modifier and Type Class Description class
Traverse
-
Uses of AppBase in com.alibaba.graphscope.example.wcc
Classes in com.alibaba.graphscope.example.wcc that implement AppBase Modifier and Type Class Description class
WCC
-