Package com.alibaba.graphscope.graphx
Class VineyardArrayBuilder_cxx_0x7d33d751
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.graphx.VineyardArrayBuilder_cxx_0x7d33d751
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,VineyardArrayBuilder<Integer>
,Serializable
public class VineyardArrayBuilder_cxx_0x7d33d751 extends FFIPointerImpl implements VineyardArrayBuilder<Integer>
- 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 int
HASH_SHIFT
static int
SIZE
-
Fields inherited from class com.alibaba.fastffi.FFIPointerImpl
address
-
-
Constructor Summary
Constructors Constructor Description VineyardArrayBuilder_cxx_0x7d33d751(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Integer
get(long arg0)
int
hashCode()
static long
nativeCreateFactory0(long arg00, long arg11)
static long
nativeCreateFactory1(long arg00, long arg11)
static @com.alibaba.fastffi.CXXReference int
nativeGet(long ptr, long arg00)
static void
nativeSet(long ptr, long arg00, int arg11)
static long
nativeSize(long ptr)
void
set(long arg0, Integer arg1)
long
size()
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
get
public Integer get(long arg0)
- Specified by:
get
in interfaceVineyardArrayBuilder<Integer>
-
nativeGet
public static @com.alibaba.fastffi.CXXReference int nativeGet(long ptr, long arg00)
-
set
public void set(long arg0, Integer arg1)
- Specified by:
set
in interfaceVineyardArrayBuilder<Integer>
-
nativeSet
public static void nativeSet(long ptr, long arg00, int arg11)
-
size
public long size()
- Specified by:
size
in interfaceVineyardArrayBuilder<Integer>
-
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)
-
-