Uses of Interface
com.alibaba.graphscope.ds.GrapeAdjList
-
Packages that use GrapeAdjList Package Description com.alibaba.graphscope.ds com.alibaba.graphscope.ds.adaptor com.alibaba.graphscope.fragment -
-
Uses of GrapeAdjList in com.alibaba.graphscope.ds
Classes in com.alibaba.graphscope.ds that implement GrapeAdjList Modifier and Type Class Description class
GrapeAdjList_cxx_0x8c030f50
class
GrapeAdjList_cxx_0xc278e938
class
GrapeAdjList_cxx_0xc2a41879
-
Uses of GrapeAdjList in com.alibaba.graphscope.ds.adaptor
Methods in com.alibaba.graphscope.ds.adaptor that return GrapeAdjList Modifier and Type Method Description GrapeAdjList<VID_T,EDATA_T>
GrapeAdjListAdaptor. getAdjList()
Constructors in com.alibaba.graphscope.ds.adaptor with parameters of type GrapeAdjList Constructor Description GrapeAdjListAdaptor(GrapeAdjList<VID_T,EDATA_T> adj)
-
Uses of GrapeAdjList in com.alibaba.graphscope.fragment
Methods in com.alibaba.graphscope.fragment that return GrapeAdjList Modifier and Type Method Description GrapeAdjList<VID_T,EDATA_T>
ImmutableEdgecutFragment. getIncomingAdjList(Vertex<VID_T> vertex)
GrapeAdjList<VID_T,EDATA_T>
ImmutableEdgecutFragment. getOutgoingAdjList(Vertex<VID_T> vertex)
-