Uses of Interface
com.alibaba.graphscope.ds.NbrBase
-
Packages that use NbrBase Package Description com.alibaba.graphscope.ds com.alibaba.graphscope.ds.adaptor -
-
Uses of NbrBase in com.alibaba.graphscope.ds
Subinterfaces of NbrBase in com.alibaba.graphscope.ds Modifier and Type Interface Description interface
GrapeNbr<VID_T,EDATA_T>
Java wrapper for grape::Nbr, representing an edge with dst vertex and edge data.interface
ProjectedNbr<VID_T,EDATA_T>
Definition of Nbr for projected fragment ProjectedNbr.Classes in com.alibaba.graphscope.ds that implement NbrBase Modifier and Type Class Description class
GrapeNbr_cxx_0x97745ed1
class
GrapeNbr_cxx_0x979f8e12
class
GrapeNbr_cxx_0xa3660297
class
ProjectedNbr_cxx_0x86e8f01
class
ProjectedNbr_cxx_0x8900456
class
ProjectedNbr_cxx_0xd37d5fa7
class
ProjectedNbr_cxx_0xd3a88ee8
-
Uses of NbrBase in com.alibaba.graphscope.ds.adaptor
Methods in com.alibaba.graphscope.ds.adaptor that return types with arguments of type NbrBase Modifier and Type Method Description default Iterable<? extends NbrBase<VID_T,EDATA_T>>
AdjList. nbrBases()
-