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 interfaceDefaultAppBase<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 withIFragmentandDefaultMessageManagerinterfaceParallelAppBase<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 withImmutableEdgecutFragmentandParallelMessageManagerClasses in com.alibaba.graphscope.app that implement AppBase Modifier and Type Class Description classGiraphComputationAdaptor<OID_T,VID_T,VDATA_T,EDATA_T>This adaptor bridges c++ driver app and Giraph Computation.classGraphXParallelAdaptor<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 classBFS -
Uses of AppBase in com.alibaba.graphscope.example.pagerank
Classes in com.alibaba.graphscope.example.pagerank that implement AppBase Modifier and Type Class Description classPageRank -
Uses of AppBase in com.alibaba.graphscope.example.sssp
Classes in com.alibaba.graphscope.example.sssp that implement AppBase Modifier and Type Class Description classSSSP -
Uses of AppBase in com.alibaba.graphscope.example.stringApp
Classes in com.alibaba.graphscope.example.stringApp that implement AppBase Modifier and Type Class Description classStringApp -
Uses of AppBase in com.alibaba.graphscope.example.traverse
Classes in com.alibaba.graphscope.example.traverse that implement AppBase Modifier and Type Class Description classTraverse -
Uses of AppBase in com.alibaba.graphscope.example.wcc
Classes in com.alibaba.graphscope.example.wcc that implement AppBase Modifier and Type Class Description classWCC
-