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 interfaceGrapeNbr<VID_T,EDATA_T>Java wrapper for grape::Nbr, representing an edge with dst vertex and edge data.interfaceProjectedNbr<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 classGrapeNbr_cxx_0x97745ed1classGrapeNbr_cxx_0x979f8e12classGrapeNbr_cxx_0xa3660297classProjectedNbr_cxx_0x86e8f01classProjectedNbr_cxx_0x8900456classProjectedNbr_cxx_0xd37d5fa7classProjectedNbr_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()
-