Uses of Interface
com.alibaba.graphscope.parallel.message.DoubleMsg
-
Packages that use DoubleMsg Package Description com.alibaba.graphscope.parallel com.alibaba.graphscope.parallel.message com.alibaba.graphscope.utils -
-
Uses of DoubleMsg in com.alibaba.graphscope.parallel
Method parameters in com.alibaba.graphscope.parallel with type arguments of type DoubleMsg Modifier and Type Method Description default void
ParallelEngine. forEachVertexSendMsg(VertexRange<Long> vertices, int threadNum, ExecutorService executor, VertexSet vertexSet, TriConsumer<Vertex<Long>,Integer,DoubleMsg> consumer, Supplier<DoubleMsg> msgSupplier)
Iterate over vertices in VertexRange, applying lambda functions on each vertex, and send msg with msg created from message supplierdefault void
ParallelEngine. forEachVertexSendMsg(VertexRange<Long> vertices, int threadNum, ExecutorService executor, VertexSet vertexSet, TriConsumer<Vertex<Long>,Integer,DoubleMsg> consumer, Supplier<DoubleMsg> msgSupplier)
Iterate over vertices in VertexRange, applying lambda functions on each vertex, and send msg with msg created from message supplierdefault void
ParallelEngine. forEachVertexSendMsg(VertexRange<Long> vertices, int threadNum, ExecutorService executor, TriConsumer<Vertex<Long>,Integer,DoubleMsg> consumer, Supplier<DoubleMsg> msgSupplier)
Iterate over vertices in VertexRange(without vertex set), applying lambda functions on each vertex, and send msg with msg created from message supplierdefault void
ParallelEngine. forEachVertexSendMsg(VertexRange<Long> vertices, int threadNum, ExecutorService executor, TriConsumer<Vertex<Long>,Integer,DoubleMsg> consumer, Supplier<DoubleMsg> msgSupplier)
Iterate over vertices in VertexRange(without vertex set), applying lambda functions on each vertex, and send msg with msg created from message supplier -
Uses of DoubleMsg in com.alibaba.graphscope.parallel.message
Classes in com.alibaba.graphscope.parallel.message that implement DoubleMsg Modifier and Type Class Description class
DoubleMsg_cxx_0xc75dfe24
Methods in com.alibaba.graphscope.parallel.message that return DoubleMsg Modifier and Type Method Description DoubleMsg
DoubleMsg_cxx_0xc75dfe24Factory. create()
DoubleMsg
DoubleMsg_cxx_0xc75dfe24Factory. create(double inData)
DoubleMsg
DoubleMsg.Factory. create()
Create an uninitialized DoubleMsg.DoubleMsg
DoubleMsg.Factory. create(double inData)
Create a DoubleMsg with initial value. -
Uses of DoubleMsg in com.alibaba.graphscope.utils
Fields in com.alibaba.graphscope.utils declared as DoubleMsg Modifier and Type Field Description protected DoubleMsg[]
DoubleMessageStore. msgWrappers
Methods in com.alibaba.graphscope.utils that return DoubleMsg Modifier and Type Method Description static DoubleMsg
FFITypeFactoryhelper. newDoubleMsg()
static DoubleMsg
FFITypeFactoryhelper. newDoubleMsg(double value)
-