Class PrimitiveMessage_cxx_0x5581102c
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.parallel.message.PrimitiveMessage_cxx_0x5581102c
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer,FFIType,PrimitiveMessage<Long>,Serializable
public class PrimitiveMessage_cxx_0x5581102c extends FFIPointerImpl implements PrimitiveMessage<Long>
- 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_0x5581102c(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetData()inthashCode()static longnativeCreateFactory0()static longnativeCreateFactory1(long arg00)static longnativeGetData(long ptr)static voidnativeSetData(long ptr, long arg00)voidsetData(Long arg0)StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
getData
public Long getData()
- Specified by:
getDatain interfacePrimitiveMessage<Long>
-
nativeGetData
public static long nativeGetData(long ptr)
-
setData
public void setData(Long arg0)
- Specified by:
setDatain interfacePrimitiveMessage<Long>
-
nativeSetData
public static void nativeSetData(long ptr, long arg00)
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
nativeCreateFactory1
public static long nativeCreateFactory1(long arg00)
-
-