Uses of Class
com.alibaba.graphscope.context.GiraphComputationAdaptorContext
-
Packages that use GiraphComputationAdaptorContext Package Description com.alibaba.graphscope.factory com.alibaba.graphscope.graph com.alibaba.graphscope.graph.impl -
-
Uses of GiraphComputationAdaptorContext in com.alibaba.graphscope.factory
Methods in com.alibaba.graphscope.factory that return GiraphComputationAdaptorContext Modifier and Type Method Description static <OID_T,VID_T,VDATA_T,EDATA_T>
GiraphComputationAdaptorContextGiraphComputationFactory. createGiraphComputationAdaptorContext(String className, ImmutableEdgecutFragmentAdaptor<OID_T,VID_T,VDATA_T,EDATA_T> fragment)
Create the giraph computation adaptor context for the input fragment. -
Uses of GiraphComputationAdaptorContext in com.alibaba.graphscope.graph
Methods in com.alibaba.graphscope.graph with parameters of type GiraphComputationAdaptorContext Modifier and Type Method Description static <VID_T,OID_T extends org.apache.hadoop.io.WritableComparable,VDATA_T extends org.apache.hadoop.io.Writable,EDATA_T extends org.apache.hadoop.io.Writable>
VertexImpl<VID_T,OID_T,VDATA_T,EDATA_T>VertexFactory. createDefaultVertex(Class<? extends VID_T> vidClass, Class<? extends OID_T> oidClass, Class<? extends VDATA_T> vdataClass, Class<? extends EDATA_T> edataClass, GiraphComputationAdaptorContext context)
-
Uses of GiraphComputationAdaptorContext in com.alibaba.graphscope.graph.impl
Constructors in com.alibaba.graphscope.graph.impl with parameters of type GiraphComputationAdaptorContext Constructor Description VertexImpl(GiraphComputationAdaptorContext ctx)
-