Uses of Interface
com.alibaba.graphscope.context.PropertyDefaultContextBase
-
Packages that use PropertyDefaultContextBase Package Description com.alibaba.graphscope.app -
-
Uses of PropertyDefaultContextBase in com.alibaba.graphscope.app
Classes in com.alibaba.graphscope.app with type parameters of type PropertyDefaultContextBase Modifier and Type Interface Description interface
DefaultPropertyAppBase<OID_T,C extends PropertyDefaultContextBase<OID_T>>
Methods in com.alibaba.graphscope.app with parameters of type PropertyDefaultContextBase Modifier and Type Method Description void
DefaultPropertyAppBase. IncEval(ArrowFragment<OID_T> graph, PropertyDefaultContextBase<OID_T> context, PropertyMessageManager messageManager)
void
DefaultPropertyAppBase. PEval(ArrowFragment<OID_T> fragment, PropertyDefaultContextBase<OID_T> context, PropertyMessageManager messageManager)
-