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 void
DefaultMessageStore. digest(FFIByteVector vector)
For a bytestream provided by FFIByteVector, read from it and digest its content.void
MessageStore. 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 FFIByteVector
FFIByteVectorInputStream. getVector()
FFIByteVector
FFIByteVectorOutputStream. getVector()
Methods in com.alibaba.graphscope.serialization with parameters of type FFIByteVector Modifier and Type Method Description void
FFIByteVectorInputStream. digestVector(FFIByteVector vector)
Copy the memory from input vector right after the readLimit of current Buffer.void
FFIByteVectorInputStream. 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 void
FFIByteVector. 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 void
DoubleMessageStore. digest(IFragment<Long,Long,?,?> fragment, FFIByteVector vector, ThreadSafeBitSet curSet, int threadId)
void
IntMessageStore. digest(IFragment<Long,Long,?,?> fragment, FFIByteVector vector, ThreadSafeBitSet curSet, int threadId)
void
LongMessageStore. digest(IFragment<Long,Long,?,?> fragment, FFIByteVector vector, ThreadSafeBitSet curSet, int threadId)
void
MessageStore. digest(IFragment<Long,Long,?,?> fragment, FFIByteVector vector, ThreadSafeBitSet curSet, int threadId)
void
ObjectMessageStore. digest(IFragment<Long,Long,?,?> fragment, FFIByteVector vector, ThreadSafeBitSet curSet, int threadId)
-