Uses of Interface
com.alibaba.graphscope.stdcxx.StdVector
-
Packages that use StdVector Package Description com.alibaba.graphscope.context com.alibaba.graphscope.context.ffi com.alibaba.graphscope.graphx com.alibaba.graphscope.stdcxx -
-
Uses of StdVector in com.alibaba.graphscope.context
Methods in com.alibaba.graphscope.context that return StdVector Modifier and Type Method Description StdVector<GSVertexArray<DATA_T>>LabeledVertexDataContext. data() -
Uses of StdVector in com.alibaba.graphscope.context.ffi
Methods in com.alibaba.graphscope.context.ffi that return StdVector Modifier and Type Method Description StdVector<GSVertexArray<Double>>FFILabeledVertexDataContext_cxx_0xc64d9ac3. data()StdVector<GSVertexArray<Long>>FFILabeledVertexDataContext_cxx_0xd1aafb66. data()StdVector<GSVertexArray<DATA_T>>FFILabeledVertexDataContext. data() -
Uses of StdVector in com.alibaba.graphscope.graphx
-
Uses of StdVector in com.alibaba.graphscope.stdcxx
Classes in com.alibaba.graphscope.stdcxx that implement StdVector Modifier and Type Class Description classFakeFFIByteVectorThis is a FFIWrapper for std::vector.classFFIByteVectorThis is a FFIWrapper for std::vector.classFFIByteVecVectorclassFFIIntVectorclassFFIIntVecVectorclassStdVector_cxx_0x37a055classStdVector_cxx_0x5725934classStdVector_cxx_0x8cbe72bfclassStdVector_cxx_0xa6343ff0classStdVector_cxx_0xb8c12c12classStdVector_cxx_0xcf11e077classStdVector_cxx_0xe1443cf1classStdVector_cxx_0xe16f6c32Fields in com.alibaba.graphscope.stdcxx with type parameters of type StdVector Modifier and Type Field Description static StdVector.Factory<StdVector<Byte>>FFIByteVecVectorFactory. INSTANCEstatic StdVector.Factory<StdVector<Integer>>FFIIntVecVectorFactory. INSTANCEMethods in com.alibaba.graphscope.stdcxx that return StdVector Modifier and Type Method Description StdVector<Byte>FFIByteVectorFactory. create()StdVector<StdVector<Byte>>FFIByteVecVectorFactory. create()StdVector<Integer>FFIIntVectorFactory. create()StdVector<StdVector<Integer>>FFIIntVecVectorFactory. create()StdVector<GSVertexArray<Integer>>StdVector_cxx_0x37a055Factory. create()StdVector<GSVertexArray<Long>>StdVector_cxx_0x5725934Factory. create()StdVector<GSVertexArray<Double>>StdVector_cxx_0x8cbe72bfFactory. create()StdVector<Vertex<Long>>StdVector_cxx_0xa6343ff0Factory. create()StdVector<Byte>StdVector_cxx_0xb8c12c12Factory. create()StdVector<Double>StdVector_cxx_0xcf11e077Factory. create()StdVector<Integer>StdVector_cxx_0xe1443cf1Factory. create()StdVector<Long>StdVector_cxx_0xe16f6c32Factory. create()StdVector<E>StdVector.Factory. create()StdVector<Byte>FFIByteVecVector. get(long arg0)StdVector<Integer>FFIIntVecVector. get(long arg0)Methods in com.alibaba.graphscope.stdcxx that return types with arguments of type StdVector Modifier and Type Method Description StdVector<StdVector<Byte>>FFIByteVecVectorFactory. create()StdVector<StdVector<Integer>>FFIIntVecVectorFactory. create()Methods in com.alibaba.graphscope.stdcxx with parameters of type StdVector Modifier and Type Method Description voidFFIByteVecVector. push_back(StdVector<Byte> arg0)voidFFIIntVecVector. push_back(StdVector<Integer> arg0)voidFFIByteVecVector. set(long arg0, StdVector<Byte> arg1)voidFFIIntVecVector. set(long arg0, StdVector<Integer> arg1)
-