Uses of Interface
com.alibaba.graphscope.graph.VertexIdManager
-
Packages that use VertexIdManager Package Description com.alibaba.graphscope.graph com.alibaba.graphscope.graph.impl -
-
Uses of VertexIdManager in com.alibaba.graphscope.graph
Subinterfaces of VertexIdManager in com.alibaba.graphscope.graph Modifier and Type Interface Description interface
GiraphVertexIdManager<GRAPE_VID_T,OID_T extends org.apache.hadoop.io.WritableComparable>
Methods in com.alibaba.graphscope.graph with parameters of type VertexIdManager Modifier and Type Method Description void
AbstractEdgeManager. init(IFragment<GRAPE_OID_T,VID_T,?,GRAPE_ED_T> fragment, VertexIdManager<VID_T,BIZ_OID_T> vertexIdManager, Class<? extends BIZ_OID_T> bizOidClass, Class<? extends VID_T> vidClass, Class<? extends GRAPE_ED_T> grapeEdataClass, Class<? extends BIZ_EDATA_T> bizEdataClass, BiConsumer<FFIByteVectorInputStream,PrimitiveArray<BIZ_EDATA_T>> consumer)
void
AbstractEdgeManager. init(IFragment<GRAPE_OID_T,VID_T,?,GRAPE_ED_T> fragment, VertexIdManager<VID_T,BIZ_OID_T> vertexIdManager, Class<? extends BIZ_OID_T> bizOidClass, Class<? extends VID_T> vidClass, Class<? extends GRAPE_ED_T> grapeEdataClass, Class<? extends BIZ_EDATA_T> bizEdataClass, BiConsumer<FFIByteVectorInputStream,PrimitiveArray<BIZ_EDATA_T>> consumer, int numCores)
-
Uses of VertexIdManager in com.alibaba.graphscope.graph.impl
Classes in com.alibaba.graphscope.graph.impl that implement VertexIdManager Modifier and Type Class Description class
GiraphVertexIdManagerImpl<OID_T extends org.apache.hadoop.io.WritableComparable,GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T>
Default implementation for vertexId management.
-