Uses of Interface
com.alibaba.graphscope.app.ParallelAppBase
-
-
Uses of ParallelAppBase in com.alibaba.graphscope.app
Classes in com.alibaba.graphscope.app that implement ParallelAppBase Modifier and Type Class Description class
GraphXParallelAdaptor<VDATA_T,EDATA_T,MSG>
-
Uses of ParallelAppBase in com.alibaba.graphscope.example.bfs
Classes in com.alibaba.graphscope.example.bfs that implement ParallelAppBase Modifier and Type Class Description class
BFS
-
Uses of ParallelAppBase in com.alibaba.graphscope.example.pagerank
Classes in com.alibaba.graphscope.example.pagerank that implement ParallelAppBase Modifier and Type Class Description class
PageRank
-
Uses of ParallelAppBase in com.alibaba.graphscope.example.sssp
Classes in com.alibaba.graphscope.example.sssp that implement ParallelAppBase Modifier and Type Class Description class
SSSP
-
Uses of ParallelAppBase in com.alibaba.graphscope.example.stringApp
Classes in com.alibaba.graphscope.example.stringApp that implement ParallelAppBase Modifier and Type Class Description class
StringApp
-
Uses of ParallelAppBase in com.alibaba.graphscope.example.traverse
Classes in com.alibaba.graphscope.example.traverse that implement ParallelAppBase Modifier and Type Class Description class
Traverse
-
Uses of ParallelAppBase in com.alibaba.graphscope.example.wcc
Classes in com.alibaba.graphscope.example.wcc that implement ParallelAppBase Modifier and Type Class Description class
WCC
-
Uses of ParallelAppBase in com.alibaba.graphscope.utils
Method parameters in com.alibaba.graphscope.utils with type arguments of type ParallelAppBase Modifier and Type Method Description static String
AppContextGetter. getParallelContextName(Class<? extends ParallelAppBase> appClass)
For ProjectedDefaultApp, the context should be the 2rd, i.e.
-