Class DoubleMsg_cxx_0xc75dfe24Factory
- java.lang.Object
-
- com.alibaba.graphscope.parallel.message.DoubleMsg_cxx_0xc75dfe24Factory
-
- All Implemented Interfaces:
DoubleMsg.Factory
public class DoubleMsg_cxx_0xc75dfe24Factory extends Object implements DoubleMsg.Factory
-
-
Field Summary
Fields Modifier and Type Field Description static DoubleMsg.Factory
INSTANCE
-
Constructor Summary
Constructors Constructor Description DoubleMsg_cxx_0xc75dfe24Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleMsg
create()
Create an uninitialized DoubleMsg.DoubleMsg
create(double inData)
Create a DoubleMsg with initial value.
-
-
-
Field Detail
-
INSTANCE
public static final DoubleMsg.Factory INSTANCE
-
-
Method Detail
-
create
public DoubleMsg create()
Description copied from interface:DoubleMsg.Factory
Create an uninitialized DoubleMsg.- Specified by:
create
in interfaceDoubleMsg.Factory
- Returns:
- msg instance.
-
create
public DoubleMsg create(double inData)
Description copied from interface:DoubleMsg.Factory
Create a DoubleMsg with initial value.- Specified by:
create
in interfaceDoubleMsg.Factory
- Parameters:
inData
- input data.- Returns:
- msg instance.
-
-