Uses of Interface
com.alibaba.graphscope.ds.adaptor.AdjList
-
Packages that use AdjList Package Description com.alibaba.graphscope.ds.adaptor com.alibaba.graphscope.fragment com.alibaba.graphscope.fragment.adaptor -
-
Uses of AdjList in com.alibaba.graphscope.ds.adaptor
Classes in com.alibaba.graphscope.ds.adaptor that implement AdjList Modifier and Type Class Description class
GrapeAdjListAdaptor<VID_T,EDATA_T>
Wrap a grape nbr into one object that fit Nbr interface.class
ProjectedAdjListAdaptor<VID_T,EDATA_T>
-
Uses of AdjList in com.alibaba.graphscope.fragment
Methods in com.alibaba.graphscope.fragment that return AdjList Modifier and Type Method Description AdjList<VID_T,EDATA_T>
IFragment. getIncomingAdjList(Vertex<VID_T> vertex)
AdjList<VID_T,EDATA_T>
IFragment. getOutgoingAdjList(Vertex<VID_T> vertex)
-
Uses of AdjList in com.alibaba.graphscope.fragment.adaptor
Methods in com.alibaba.graphscope.fragment.adaptor that return AdjList Modifier and Type Method Description AdjList<VID_T,EDATA_T>
ArrowProjectedAdaptor. getIncomingAdjList(Vertex<VID_T> vertex)
AdjList<VID_T,EDATA_T>
ImmutableEdgecutFragmentAdaptor. getIncomingAdjList(Vertex<VID_T> vertex)
AdjList<VID_T,EDATA_T>
ArrowProjectedAdaptor. getOutgoingAdjList(Vertex<VID_T> vertex)
AdjList<VID_T,EDATA_T>
ImmutableEdgecutFragmentAdaptor. getOutgoingAdjList(Vertex<VID_T> vertex)
-