Class PrimitiveMessage_cxx_0xc9ed53d
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.parallel.message.PrimitiveMessage_cxx_0xc9ed53d
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer,FFIType,PrimitiveMessage<Double>,Serializable
public class PrimitiveMessage_cxx_0xc9ed53d extends FFIPointerImpl implements PrimitiveMessage<Double>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.parallel.message.PrimitiveMessage
PrimitiveMessage.Factory<T>
-
-
Field Summary
Fields Modifier and Type Field Description static intHASH_SHIFTstatic intSIZE-
Fields inherited from class com.alibaba.fastffi.FFIPointerImpl
address
-
-
Constructor Summary
Constructors Constructor Description PrimitiveMessage_cxx_0xc9ed53d(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DoublegetData()inthashCode()static longnativeCreateFactory0()static longnativeCreateFactory1(double arg00)static doublenativeGetData(long ptr)static voidnativeSetData(long ptr, double arg00)voidsetData(Double arg0)StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
getData
public Double getData()
- Specified by:
getDatain interfacePrimitiveMessage<Double>
-
nativeGetData
public static double nativeGetData(long ptr)
-
setData
public void setData(Double arg0)
- Specified by:
setDatain interfacePrimitiveMessage<Double>
-
nativeSetData
public static void nativeSetData(long ptr, double arg00)
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
nativeCreateFactory1
public static long nativeCreateFactory1(double arg00)
-
-