Uses of Interface
com.alibaba.graphscope.graph.GiraphEdgeManager
-
Packages that use GiraphEdgeManager Package Description com.alibaba.graphscope.factory com.alibaba.graphscope.graph.impl -
-
Uses of GiraphEdgeManager in com.alibaba.graphscope.factory
Methods in com.alibaba.graphscope.factory that return GiraphEdgeManager 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 GiraphEdgeManager in com.alibaba.graphscope.graph.impl
Classes in com.alibaba.graphscope.graph.impl that implement GiraphEdgeManager Modifier and Type Class Description classDefaultImmutableEdgeManager<GRAPE_OID_T,GRAPE_VID_T,GRAPE_VDATA_T,GRAPE_EDATA_T,GIRAPH_OID_T extends org.apache.hadoop.io.WritableComparable,GIRAPH_EDATA_T extends org.apache.hadoop.io.Writable>Default edge manager, which extract all edata and oids from grape before accessing them in queries.Methods in com.alibaba.graphscope.graph.impl that return GiraphEdgeManager Modifier and Type Method Description GiraphEdgeManager<OID_T,EDATA_T>VertexImpl. getEdgeManager()Methods in com.alibaba.graphscope.graph.impl with parameters of type GiraphEdgeManager Modifier and Type Method Description voidVertexImpl. setEdgeManager(GiraphEdgeManager<OID_T,EDATA_T> edgeManager)
-