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 class
FakeFFIByteVector
This is a FFIWrapper for std::vector.class
FFIByteVector
This is a FFIWrapper for std::vector.class
FFIByteVecVector
class
FFIIntVector
class
FFIIntVecVector
class
StdVector_cxx_0x37a055
class
StdVector_cxx_0x5725934
class
StdVector_cxx_0x8cbe72bf
class
StdVector_cxx_0xa6343ff0
class
StdVector_cxx_0xb8c12c12
class
StdVector_cxx_0xcf11e077
class
StdVector_cxx_0xe1443cf1
class
StdVector_cxx_0xe16f6c32
Fields in com.alibaba.graphscope.stdcxx with type parameters of type StdVector Modifier and Type Field Description static StdVector.Factory<StdVector<Byte>>
FFIByteVecVectorFactory. INSTANCE
static StdVector.Factory<StdVector<Integer>>
FFIIntVecVectorFactory. INSTANCE
Methods 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 void
FFIByteVecVector. push_back(StdVector<Byte> arg0)
void
FFIIntVecVector. push_back(StdVector<Integer> arg0)
void
FFIByteVecVector. set(long arg0, StdVector<Byte> arg1)
void
FFIIntVecVector. set(long arg0, StdVector<Integer> arg1)
-