Uses of Class
com.alibaba.graphscope.context.GraphXParallelAdaptorContext
-
Packages that use GraphXParallelAdaptorContext Package Description com.alibaba.graphscope.context -
-
Uses of GraphXParallelAdaptorContext in com.alibaba.graphscope.context
Methods in com.alibaba.graphscope.context that return GraphXParallelAdaptorContext Modifier and Type Method Description static <VD,ED,M>
GraphXParallelAdaptorContext<VD,ED,M>GraphXParallelAdaptorContext. create(URLClassLoader classLoader, String serialPath)
static <VD,ED,M>
GraphXParallelAdaptorContext<VD,ED,M>GraphXParallelAdaptorContext. createImpl(Class<? extends VD> vdClass, Class<? extends ED> edClass, Class<? extends M> msgClass, scala.Function3 vprog, scala.Function1 sendMsg, scala.Function2 mergeMsg, Object initMsg, String appName, String vineyardSocket, org.apache.spark.graphx.EdgeDirection direction)
-