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 int
HASH_SHIFT
static int
SIZE
-
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 boolean
equals(Object o)
Long
getData()
int
hashCode()
static long
nativeCreateFactory0()
static long
nativeCreateFactory1(long arg00)
static long
nativeGetData(long ptr)
static void
nativeSetData(long ptr, long arg00)
void
setData(Long arg0)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
getData
public Long getData()
- Specified by:
getData
in interfacePrimitiveMessage<Long>
-
nativeGetData
public static long nativeGetData(long ptr)
-
setData
public void setData(Long arg0)
- Specified by:
setData
in interfacePrimitiveMessage<Long>
-
nativeSetData
public static void nativeSetData(long ptr, long arg00)
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
nativeCreateFactory1
public static long nativeCreateFactory1(long arg00)
-
-