Package com.alibaba.graphscope.app
-
Interface Summary Interface Description AppBase<OID_T,VID_T,VDATA_T,EDATA_T,C extends ContextBase> Root Interface for DefaultAppBase and ParallelAppBase.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
DefaultPropertyAppBase<OID_T,C extends PropertyDefaultContextBase<OID_T>> 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
ParallelPropertyAppBase<OID_T,C extends PropertyParallelContextBase<OID_T>> Base interface for all parallel property app. -
Class Summary Class Description GiraphComputationAdaptor<OID_T,VID_T,VDATA_T,EDATA_T> This adaptor bridges c++ driver app and Giraph Computation.GraphXParallelAdaptor<VDATA_T,EDATA_T,MSG>