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 voidParallelEngine. 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 voidParallelEngine. 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 voidParallelEngine. 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 voidParallelEngine. 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 classDoubleMsg_cxx_0xc75dfe24Methods in com.alibaba.graphscope.parallel.message that return DoubleMsg Modifier and Type Method Description DoubleMsgDoubleMsg_cxx_0xc75dfe24Factory. create()DoubleMsgDoubleMsg_cxx_0xc75dfe24Factory. create(double inData)DoubleMsgDoubleMsg.Factory. create()Create an uninitialized DoubleMsg.DoubleMsgDoubleMsg.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. msgWrappersMethods in com.alibaba.graphscope.utils that return DoubleMsg Modifier and Type Method Description static DoubleMsgFFITypeFactoryhelper. newDoubleMsg()static DoubleMsgFFITypeFactoryhelper. newDoubleMsg(double value)
-