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 int
HASH_SHIFT
static int
SIZE
-
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 boolean
equals(Object o)
Double
get(long arg0)
int
hashCode()
static long
nativeCreateFactory0(long arg00, long arg11)
static long
nativeCreateFactory1(long arg00, long arg11)
static @com.alibaba.fastffi.CXXReference double
nativeGet(long ptr, long arg00)
static void
nativeSet(long ptr, long arg00, double arg11)
static long
nativeSize(long ptr)
void
set(long arg0, Double arg1)
long
size()
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
get
public Double get(long arg0)
- Specified by:
get
in 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:
set
in interfaceVineyardArrayBuilder<Double>
-
nativeSet
public static void nativeSet(long ptr, long arg00, double arg11)
-
size
public long size()
- Specified by:
size
in 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)
-
-