Interface DoubleMsg
-
- All Superinterfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,MsgBase
,Serializable
- All Known Implementing Classes:
DoubleMsg_cxx_0xc75dfe24
public interface DoubleMsg extends MsgBase
DoubleMsg is a java wrapper for gs::PrimitiveMessage<double>Grape message manager get message by passing reference, while java passing primitive types or Boxing types in value. So to enabling user passing Long,Double,Int as messages, we provide Wrappers for these primitive types. Feel free to use them in messageManger.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
DoubleMsg.Factory
-
Field Summary
Fields Modifier and Type Field Description static DoubleMsg.Factory
factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getData()
void
setData(double value)
-
-
-
Field Detail
-
factory
static final DoubleMsg.Factory factory
-
-