Package com.alibaba.graphscope.app
Interface AppBase<OID_T,VID_T,VDATA_T,EDATA_T,C extends ContextBase>
-
- Type Parameters:
OID_T
- original id typeVID_T
- inner representation type of vertex idVDATA_T
- vertex data typeEDATA_T
- edge data typeC
- implementation class forContextBase
- All Known Subinterfaces:
DefaultAppBase<OID_T,VID_T,VDATA_T,EDATA_T,C>
,ParallelAppBase<OID_T,VID_T,VDATA_T,EDATA_T,C>
- All Known Implementing Classes:
BFS
,GiraphComputationAdaptor
,GraphXParallelAdaptor
,PageRank
,SSSP
,StringApp
,Traverse
,WCC
public interface AppBase<OID_T,VID_T,VDATA_T,EDATA_T,C extends ContextBase>
Root Interface for DefaultAppBase and ParallelAppBase.