Interface LongMsg
-
- All Superinterfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,MsgBase
,Serializable
- All Known Implementing Classes:
LongMsg_cxx_0x3d88ac99
public interface LongMsg extends MsgBase
LongMsg 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
LongMsg.Factory
-
Field Summary
Fields Modifier and Type Field Description static LongMsg.Factory
factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getData()
void
setData(long value)
-
-
-
Field Detail
-
factory
static final LongMsg.Factory factory
-
-