Uses of Class
com.alibaba.graphscope.graph.impl.VertexImpl
-
Packages that use VertexImpl Package Description com.alibaba.graphscope.context com.alibaba.graphscope.graph -
-
Uses of VertexImpl in com.alibaba.graphscope.context
Fields in com.alibaba.graphscope.context declared as VertexImpl Modifier and Type Field Description VertexImpl
GiraphComputationAdaptorContext. vertex
-
Uses of VertexImpl in com.alibaba.graphscope.graph
Methods in com.alibaba.graphscope.graph that return VertexImpl 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)
-