Package com.alibaba.graphscope.graphx
Class VineyardArrayBuilder_cxx_0xc3957a17
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.graphx.VineyardArrayBuilder_cxx_0xc3957a17
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer,FFIType,VineyardArrayBuilder<Double>,Serializable
public class VineyardArrayBuilder_cxx_0xc3957a17 extends FFIPointerImpl implements VineyardArrayBuilder<Double>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.graphx.VineyardArrayBuilder
VineyardArrayBuilder.Factory<EDATA_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 VineyardArrayBuilder_cxx_0xc3957a17(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Doubleget(long arg0)inthashCode()static longnativeCreateFactory0(long arg00, long arg11)static longnativeCreateFactory1(long arg00, long arg11)static @com.alibaba.fastffi.CXXReference doublenativeGet(long ptr, long arg00)static voidnativeSet(long ptr, long arg00, double arg11)static longnativeSize(long ptr)voidset(long arg0, Double arg1)longsize()StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
get
public Double get(long arg0)
- Specified by:
getin interfaceVineyardArrayBuilder<Double>
-
nativeGet
public static @com.alibaba.fastffi.CXXReference double nativeGet(long ptr, long arg00)
-
set
public void set(long arg0, Double arg1)- Specified by:
setin interfaceVineyardArrayBuilder<Double>
-
nativeSet
public static void nativeSet(long ptr, long arg00, double arg11)
-
size
public long size()
- Specified by:
sizein interfaceVineyardArrayBuilder<Double>
-
nativeSize
public static long nativeSize(long ptr)
-
nativeCreateFactory0
public static long nativeCreateFactory0(long arg00, long arg11)
-
nativeCreateFactory1
public static long nativeCreateFactory1(long arg00, long arg11)
-
-