Uses of Interface
com.alibaba.graphscope.context.PropertyParallelContextBase
-
Packages that use PropertyParallelContextBase Package Description com.alibaba.graphscope.app -
-
Uses of PropertyParallelContextBase in com.alibaba.graphscope.app
Classes in com.alibaba.graphscope.app with type parameters of type PropertyParallelContextBase Modifier and Type Interface Description interface
ParallelPropertyAppBase<OID_T,C extends PropertyParallelContextBase<OID_T>>
Base interface for all parallel property app.Methods in com.alibaba.graphscope.app with parameters of type PropertyParallelContextBase Modifier and Type Method Description void
ParallelPropertyAppBase. IncEval(ArrowFragment<OID_T> graph, PropertyParallelContextBase<OID_T> context, ParallelPropertyMessageManager messageManager)
void
ParallelPropertyAppBase. PEval(ArrowFragment<OID_T> fragment, PropertyParallelContextBase<OID_T> context, ParallelPropertyMessageManager messageManager)
-