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