Uses of Interface
com.alibaba.graphscope.parallel.message.LongMsg
-
Packages that use LongMsg Package Description com.alibaba.graphscope.parallel.message com.alibaba.graphscope.utils -
-
Uses of LongMsg in com.alibaba.graphscope.parallel.message
Classes in com.alibaba.graphscope.parallel.message that implement LongMsg Modifier and Type Class Description class
LongMsg_cxx_0x3d88ac99
Methods in com.alibaba.graphscope.parallel.message that return LongMsg Modifier and Type Method Description LongMsg
LongMsg_cxx_0x3d88ac99Factory. create()
LongMsg
LongMsg_cxx_0x3d88ac99Factory. create(long inData)
LongMsg
LongMsg.Factory. create()
Create an uninitialized DoubleMsg.LongMsg
LongMsg.Factory. create(long inData)
Create a DoubleMsg with initial value. -
Uses of LongMsg in com.alibaba.graphscope.utils
Methods in com.alibaba.graphscope.utils that return LongMsg Modifier and Type Method Description static LongMsg
FFITypeFactoryhelper. newLongMsg()
static LongMsg
FFITypeFactoryhelper. newLongMsg(long value)
-