Uses of Interface
com.alibaba.graphscope.ds.PropertyAdjList
-
Packages that use PropertyAdjList Package Description com.alibaba.graphscope.ds com.alibaba.graphscope.fragment -
-
Uses of PropertyAdjList in com.alibaba.graphscope.ds
Classes in com.alibaba.graphscope.ds that implement PropertyAdjList Modifier and Type Class Description class
PropertyAdjList_cxx_0x8b7a773c
class
PropertyAdjList_cxx_0x8ba5a67d
-
Uses of PropertyAdjList in com.alibaba.graphscope.fragment
Methods in com.alibaba.graphscope.fragment that return PropertyAdjList Modifier and Type Method Description PropertyAdjList<Long>
ArrowFragment_cxx_0x999c91c4. getIncomingAdjList(Vertex<Long> arg0, int arg1)
PropertyAdjList<Long>
ArrowFragment. getIncomingAdjList(Vertex<Long> vertex, int edgeLabelId)
PropertyAdjList<Long>
ArrowFragment_cxx_0x999c91c4. getOutgoingAdjList(Vertex<Long> arg0, int arg1)
PropertyAdjList<Long>
ArrowFragment. getOutgoingAdjList(Vertex<Long> vertex, int edgeLabelId)
Get the outgoing edges.
-