Uses of Interface
com.alibaba.graphscope.ds.DenseVertexSet
-
Packages that use DenseVertexSet Package Description com.alibaba.graphscope.ds com.alibaba.graphscope.utils -
-
Uses of DenseVertexSet in com.alibaba.graphscope.ds
Methods in com.alibaba.graphscope.ds that return DenseVertexSet Modifier and Type Method Description DenseVertexSet<VID_T>
DenseVertexSet.Factory. create()
Create a new instance of DenseVertexSet.Methods in com.alibaba.graphscope.ds with parameters of type DenseVertexSet Modifier and Type Method Description void
DenseVertexSet. swap(DenseVertexSet<VID_T> rhs)
Swap the state with another vertex set. -
Uses of DenseVertexSet in com.alibaba.graphscope.utils
Methods in com.alibaba.graphscope.utils that return DenseVertexSet Modifier and Type Method Description static DenseVertexSet<Long>
FFITypeFactoryhelper. newDenseVertexSet()
-