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