Uses of Class
com.alibaba.graphscope.stdcxx.FFIByteVector
-
Packages that use FFIByteVector Package Description com.alibaba.graphscope.parallel.message com.alibaba.graphscope.serialization com.alibaba.graphscope.stdcxx com.alibaba.graphscope.utils -
-
Uses of FFIByteVector in com.alibaba.graphscope.parallel.message
Methods in com.alibaba.graphscope.parallel.message with parameters of type FFIByteVector Modifier and Type Method Description voidDefaultMessageStore. digest(FFIByteVector vector)For a bytestream provided by FFIByteVector, read from it and digest its content.voidMessageStore. digest(FFIByteVector vector)For a bytestream provided by FFIByteVector, read from it and digest its content. -
Uses of FFIByteVector in com.alibaba.graphscope.serialization
Methods in com.alibaba.graphscope.serialization that return FFIByteVector Modifier and Type Method Description FFIByteVectorFFIByteVectorInputStream. getVector()FFIByteVectorFFIByteVectorOutputStream. getVector()Methods in com.alibaba.graphscope.serialization with parameters of type FFIByteVector Modifier and Type Method Description voidFFIByteVectorInputStream. digestVector(FFIByteVector vector)Copy the memory from input vector right after the readLimit of current Buffer.voidFFIByteVectorInputStream. setVector(FFIByteVector vector)Constructors in com.alibaba.graphscope.serialization with parameters of type FFIByteVector Constructor Description FFIByteVectorInputStream(FFIByteVector vector)When Use vector to initialize a input stream, we assume it is compact, i.e.FFIByteVectorOutputStream(FFIByteVector vector) -
Uses of FFIByteVector in com.alibaba.graphscope.stdcxx
Methods in com.alibaba.graphscope.stdcxx with parameters of type FFIByteVector Modifier and Type Method Description voidFFIByteVector. appendVector(long readAbleLimit, FFIByteVector vector)This function copy another vector's memory after this vector. -
Uses of FFIByteVector in com.alibaba.graphscope.utils
Methods in com.alibaba.graphscope.utils with parameters of type FFIByteVector Modifier and Type Method Description voidDoubleMessageStore. digest(IFragment<Long,Long,?,?> fragment, FFIByteVector vector, ThreadSafeBitSet curSet, int threadId)voidIntMessageStore. digest(IFragment<Long,Long,?,?> fragment, FFIByteVector vector, ThreadSafeBitSet curSet, int threadId)voidLongMessageStore. digest(IFragment<Long,Long,?,?> fragment, FFIByteVector vector, ThreadSafeBitSet curSet, int threadId)voidMessageStore. digest(IFragment<Long,Long,?,?> fragment, FFIByteVector vector, ThreadSafeBitSet curSet, int threadId)voidObjectMessageStore. digest(IFragment<Long,Long,?,?> fragment, FFIByteVector vector, ThreadSafeBitSet curSet, int threadId)
-