Package com.alibaba.graphscope.app
Interface ParallelPropertyAppBase<OID_T,C extends PropertyParallelContextBase<OID_T>>
-
- Type Parameters:
OID_T- original id type.C- context type, we use default context base.
public interface ParallelPropertyAppBase<OID_T,C extends PropertyParallelContextBase<OID_T>>Base interface for all parallel property app.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidIncEval(ArrowFragment<OID_T> graph, PropertyParallelContextBase<OID_T> context, ParallelPropertyMessageManager messageManager)voidPEval(ArrowFragment<OID_T> fragment, PropertyParallelContextBase<OID_T> context, ParallelPropertyMessageManager messageManager)
-
-
-
Method Detail
-
PEval
void PEval(ArrowFragment<OID_T> fragment, PropertyParallelContextBase<OID_T> context, ParallelPropertyMessageManager messageManager)
-
IncEval
void IncEval(ArrowFragment<OID_T> graph, PropertyParallelContextBase<OID_T> context, ParallelPropertyMessageManager messageManager)
-
-