Uses of Interface
com.alibaba.graphscope.ds.Vertex.Factory
-
Packages that use Vertex.Factory Package Description com.alibaba.graphscope.ds com.alibaba.graphscope.utils -
-
Uses of Vertex.Factory in com.alibaba.graphscope.ds
Classes in com.alibaba.graphscope.ds that implement Vertex.Factory Modifier and Type Class Description class
Vertex_cxx_0xaca404e3Factory
class
Vertex_cxx_0xaccf3424Factory
Fields in com.alibaba.graphscope.ds declared as Vertex.Factory Modifier and Type Field Description static Vertex.Factory<Integer>
Vertex_cxx_0xaca404e3Factory. INSTANCE
static Vertex.Factory<Long>
Vertex_cxx_0xaccf3424Factory. INSTANCE
-
Uses of Vertex.Factory in com.alibaba.graphscope.utils
Methods in com.alibaba.graphscope.utils that return Vertex.Factory Modifier and Type Method Description static Vertex.Factory
FFITypeFactoryhelper. getVertexIntegerFactory()
static Vertex.Factory
FFITypeFactoryhelper. getVertexLongFactory()
-