Package com.alibaba.graphscope.graphx
Class VineyardArrayBuilder_cxx_0x7d5f0692
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.graphx.VineyardArrayBuilder_cxx_0x7d5f0692
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer,FFIType,VineyardArrayBuilder<Long>,Serializable
public class VineyardArrayBuilder_cxx_0x7d5f0692 extends FFIPointerImpl implements VineyardArrayBuilder<Long>
- 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_0x7d5f0692(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Longget(long arg0)inthashCode()static longnativeCreateFactory0(long arg00, long arg11)static longnativeCreateFactory1(long arg00, long arg11)static @com.alibaba.fastffi.CXXReference longnativeGet(long ptr, long arg00)static voidnativeSet(long ptr, long arg00, long arg11)static longnativeSize(long ptr)voidset(long arg0, Long arg1)longsize()StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
get
public Long get(long arg0)
- Specified by:
getin interfaceVineyardArrayBuilder<Long>
-
nativeGet
public static @com.alibaba.fastffi.CXXReference long nativeGet(long ptr, long arg00)
-
set
public void set(long arg0, Long arg1)- Specified by:
setin interfaceVineyardArrayBuilder<Long>
-
nativeSet
public static void nativeSet(long ptr, long arg00, long arg11)
-
size
public long size()
- Specified by:
sizein interfaceVineyardArrayBuilder<Long>
-
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)
-
-