Uses of Interface
com.alibaba.graphscope.graph.VertexDataManager
-
Packages that use VertexDataManager Package Description com.alibaba.graphscope.factory com.alibaba.graphscope.graph.impl -
-
Uses of VertexDataManager in com.alibaba.graphscope.factory
Methods in com.alibaba.graphscope.factory that return VertexDataManager Modifier and Type Method Description static <VDATA_T extends org.apache.hadoop.io.Writable,GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T>
VertexDataManager<VDATA_T>GiraphComputationFactory. createDefaultVertexDataManager(ImmutableClassesGiraphConfiguration conf, IFragment<GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T> frag, long innerVerticesNum)
-
Uses of VertexDataManager in com.alibaba.graphscope.graph.impl
Classes in com.alibaba.graphscope.graph.impl that implement VertexDataManager Modifier and Type Class Description class
VertexDataManagerImpl<VDATA_T extends org.apache.hadoop.io.Writable,GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T>
Default implementation for vertex data management.Methods in com.alibaba.graphscope.graph.impl that return VertexDataManager Modifier and Type Method Description VertexDataManager
VertexImpl. getVertexDataManager()
Methods in com.alibaba.graphscope.graph.impl with parameters of type VertexDataManager Modifier and Type Method Description void
VertexImpl. setVertexDataManager(VertexDataManager vertexDataManager)
-