Uses of Interface
com.alibaba.graphscope.ds.GrapeNbr
-
Packages that use GrapeNbr Package Description com.alibaba.graphscope.ds com.alibaba.graphscope.ds.adaptor -
-
Uses of GrapeNbr in com.alibaba.graphscope.ds
Classes in com.alibaba.graphscope.ds that implement GrapeNbr Modifier and Type Class Description class
GrapeNbr_cxx_0x97745ed1
class
GrapeNbr_cxx_0x979f8e12
class
GrapeNbr_cxx_0xa3660297
Methods in com.alibaba.graphscope.ds that return GrapeNbr Modifier and Type Method Description GrapeNbr<Long,Integer>
GrapeNbr_cxx_0x97745ed1. add(long arg0)
GrapeNbr<Long,Long>
GrapeNbr_cxx_0x979f8e12. add(long arg0)
GrapeNbr<Long,Double>
GrapeNbr_cxx_0xa3660297. add(long arg0)
default GrapeNbr<VID_T,EDATA_T>
GrapeAdjList. begin()
Get the begin Nbr.GrapeNbr<VID_T,EDATA_T>
GrapeAdjListIterable. begin()
Get the begin Nbr.GrapeNbr<Long,Double>
GrapeAdjList_cxx_0x8c030f50. begin_pointer()
GrapeNbr<Long,Integer>
GrapeAdjList_cxx_0xc278e938. begin_pointer()
GrapeNbr<Long,Long>
GrapeAdjList_cxx_0xc2a41879. begin_pointer()
GrapeNbr<VID_T,EDATA_T>
GrapeAdjList. begin_pointer()
Get the begin Nbr.GrapeNbr<Long,Integer>
GrapeNbr_cxx_0x97745ed1. copy()
GrapeNbr<Long,Long>
GrapeNbr_cxx_0x979f8e12. copy()
GrapeNbr<Long,Double>
GrapeNbr_cxx_0xa3660297. copy()
GrapeNbr<VID_T,EDATA_T>
GrapeNbr. copy()
Deep copy for current Nbr object.GrapeNbr<Long,Integer>
GrapeNbr_cxx_0x97745ed1Factory. create()
GrapeNbr<Long,Integer>
GrapeNbr_cxx_0x97745ed1Factory. create(Long arg0)
GrapeNbr<Long,Integer>
GrapeNbr_cxx_0x97745ed1Factory. create(Long arg0, Integer arg1)
GrapeNbr<Long,Long>
GrapeNbr_cxx_0x979f8e12Factory. create()
GrapeNbr<Long,Long>
GrapeNbr_cxx_0x979f8e12Factory. create(Long arg0)
GrapeNbr<Long,Long>
GrapeNbr_cxx_0x979f8e12Factory. create(Long arg0, Long arg1)
GrapeNbr<Long,Double>
GrapeNbr_cxx_0xa3660297Factory. create()
GrapeNbr<Long,Double>
GrapeNbr_cxx_0xa3660297Factory. create(Long arg0)
GrapeNbr<Long,Double>
GrapeNbr_cxx_0xa3660297Factory. create(Long arg0, Double arg1)
GrapeNbr<VID_T,EDATA_T>
GrapeNbr.Factory. create()
Create a default Nbr.GrapeNbr<VID_T,EDATA_T>
GrapeNbr.Factory. create(VID_T lid)
Create a Nbr with adjacent vertex.GrapeNbr<VID_T,EDATA_T>
GrapeNbr.Factory. create(VID_T lid, EDATA_T edata)
Create a Nbr with adjacent vertex and edge data.default GrapeNbr<VID_T,EDATA_T>
GrapeAdjList. end()
Get the last Nbr.GrapeNbr<VID_T,EDATA_T>
GrapeAdjListIterable. end()
Get the end Nbr.GrapeNbr<Long,Double>
GrapeAdjList_cxx_0x8c030f50. end_pointer()
GrapeNbr<Long,Integer>
GrapeAdjList_cxx_0xc278e938. end_pointer()
GrapeNbr<Long,Long>
GrapeAdjList_cxx_0xc2a41879. end_pointer()
GrapeNbr<VID_T,EDATA_T>
GrapeAdjList. end_pointer()
Get the last Nbr.GrapeNbr<VID_T,ED>
ImmutableCSR. getBegin(VID_T lid)
GrapeNbr<VID_T,ED>
ImmutableCSR. getEnd(VID_T lid)
GrapeNbr<Long,Integer>
GrapeNbr_cxx_0x97745ed1. moveTo(long arg0)
GrapeNbr<Long,Long>
GrapeNbr_cxx_0x979f8e12. moveTo(long arg0)
GrapeNbr<Long,Double>
GrapeNbr_cxx_0xa3660297. moveTo(long arg0)
Methods in com.alibaba.graphscope.ds that return types with arguments of type GrapeNbr Modifier and Type Method Description Iterator<GrapeNbr<VID_T,EDATA_T>>
GrapeAdjListIterable. iterator()
Get the iterator.Method parameters in com.alibaba.graphscope.ds with type arguments of type GrapeNbr Modifier and Type Method Description void
GrapeAdjListIterable. forEachVertex(Consumer<GrapeNbr<VID_T,EDATA_T>> consumer)
Constructors in com.alibaba.graphscope.ds with parameters of type GrapeNbr Constructor Description GrapeAdjListIterable(GrapeNbr<VID_T,EDATA_T> inbegin, GrapeNbr<VID_T,EDATA_T> inEnd)
-
Uses of GrapeNbr in com.alibaba.graphscope.ds.adaptor
Methods in com.alibaba.graphscope.ds.adaptor that return GrapeNbr Modifier and Type Method Description GrapeNbr<VID_T,EDATA_T>
GrapeNbrAdaptor. getGrapeNbr()
Get the underlying grape nbr.Constructors in com.alibaba.graphscope.ds.adaptor with parameters of type GrapeNbr Constructor Description GrapeNbrAdaptor(GrapeNbr<VID_T,EDATA_T> n)
-