Uses of Interface
com.alibaba.graphscope.ds.VertexArray.Factory
-
Packages that use VertexArray.Factory Package Description com.alibaba.graphscope.ds com.alibaba.graphscope.utils -
-
Uses of VertexArray.Factory in com.alibaba.graphscope.ds
Classes in com.alibaba.graphscope.ds that implement VertexArray.Factory Modifier and Type Class Description class
VertexArray_cxx_0xbe45efc3Factory
class
VertexArray_cxx_0xd8921725Factory
class
VertexArray_cxx_0xd8bd4666Factory
Fields in com.alibaba.graphscope.ds declared as VertexArray.Factory Modifier and Type Field Description static VertexArray.Factory<Long,Double>
VertexArray_cxx_0xbe45efc3Factory. INSTANCE
static VertexArray.Factory<Long,Integer>
VertexArray_cxx_0xd8921725Factory. INSTANCE
static VertexArray.Factory<Long,Long>
VertexArray_cxx_0xd8bd4666Factory. INSTANCE
-
Uses of VertexArray.Factory in com.alibaba.graphscope.utils
Methods in com.alibaba.graphscope.utils that return VertexArray.Factory Modifier and Type Method Description static VertexArray.Factory
FFITypeFactoryhelper. getVertexArrayFactory(String foreignTypeName)
-