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.