Uses of Interface
com.alibaba.graphscope.graph.GiraphVertexIdManager
-
Packages that use GiraphVertexIdManager Package Description com.alibaba.graphscope.factory com.alibaba.graphscope.graph.impl com.alibaba.graphscope.parallel.mm com.alibaba.graphscope.parallel.mm.impl -
-
Uses of GiraphVertexIdManager in com.alibaba.graphscope.factory
Methods in com.alibaba.graphscope.factory that return GiraphVertexIdManager Modifier and Type Method Description static <OID_T extends org.apache.hadoop.io.WritableComparable,GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T>
GiraphVertexIdManager<GRAPE_VID_T,OID_T>GiraphComputationFactory. createDefaultVertexIdManager(ImmutableClassesGiraphConfiguration conf, IFragment<GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T> frag, long fragVerticesNum)
Methods in com.alibaba.graphscope.factory with parameters of type GiraphVertexIdManager Modifier and Type Method Description static <OID_T extends org.apache.hadoop.io.WritableComparable,EDATA_T extends org.apache.hadoop.io.Writable,GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T>
GiraphEdgeManager<OID_T,EDATA_T>GiraphComputationFactory. createImmutableEdgeManager(ImmutableClassesGiraphConfiguration conf, IFragment<GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T> fragment, GiraphVertexIdManager<GRAPE_VID_T,OID_T> vertexIdManager)
-
Uses of GiraphVertexIdManager in com.alibaba.graphscope.graph.impl
Classes in com.alibaba.graphscope.graph.impl that implement GiraphVertexIdManager 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.Methods in com.alibaba.graphscope.graph.impl that return GiraphVertexIdManager Modifier and Type Method Description GiraphVertexIdManager
VertexImpl. getVertexIdManager()
Methods in com.alibaba.graphscope.graph.impl with parameters of type GiraphVertexIdManager Modifier and Type Method Description void
VertexImpl. setVertexIdManager(GiraphVertexIdManager vertexIdManager)
Constructors in com.alibaba.graphscope.graph.impl with parameters of type GiraphVertexIdManager Constructor Description DefaultImmutableEdgeManager(IFragment<GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T> fragment, GiraphVertexIdManager<GRAPE_VID_T,? extends GIRAPH_OID_T> idManager, ImmutableClassesGiraphConfiguration<?,?,?> configuration)
-
Uses of GiraphVertexIdManager in com.alibaba.graphscope.parallel.mm
Methods in com.alibaba.graphscope.parallel.mm with parameters of type GiraphVertexIdManager Modifier and Type Method Description static GiraphMessageManager
GiraphMessageManagerFactory. create(String mmType, IFragment fragment, DefaultMessageManager grapeMessager, NetworkMap networkMap, ImmutableClassesGiraphConfiguration conf, FFICommunicator communicator, GiraphVertexIdManager idManager)
-
Uses of GiraphVertexIdManager in com.alibaba.graphscope.parallel.mm.impl
Constructors in com.alibaba.graphscope.parallel.mm.impl with parameters of type GiraphVertexIdManager Constructor Description GiraphMpiMessageManager(IFragment fragment, DefaultMessageManager defaultMessageManager, ImmutableClassesGiraphConfiguration configuration, FFICommunicator communicator, GiraphVertexIdManager<GS_VID_T,OID_T> idManager)
-