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  
    • Method Detail

      • getData

        long getData()
      • setData

        void setData​(long value)