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.FactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description DoubleMsg_cxx_0xc75dfe24Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleMsgcreate()Create an uninitialized DoubleMsg.DoubleMsgcreate(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.FactoryCreate an uninitialized DoubleMsg.- Specified by:
createin interfaceDoubleMsg.Factory- Returns:
- msg instance.
-
create
public DoubleMsg create(double inData)
Description copied from interface:DoubleMsg.FactoryCreate a DoubleMsg with initial value.- Specified by:
createin interfaceDoubleMsg.Factory- Parameters:
inData- input data.- Returns:
- msg instance.
-
-