Package com.alibaba.graphscope.stdcxx
Class FFISample_cxx_0x699a04c8
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.stdcxx.FFISample_cxx_0x699a04c8
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointer
,com.alibaba.fastffi.FFIJava
,com.alibaba.fastffi.FFIPointer
,FFIType
,FFISample
,Serializable
public class FFISample_cxx_0x699a04c8 extends FFIPointerImpl implements FFISample
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.stdcxx.FFISample
FFISample.Factory
-
-
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 FFISample_cxx_0x699a04c8(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
com.alibaba.fastffi.FFIVector<Double>
doubleVectorField()
com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Double>>
doubleVectorVectorField()
boolean
equals(Object o)
int
hashCode()
int
intField()
void
intField(int value)
int
intProperty()
void
intProperty(int value)
com.alibaba.fastffi.FFIVector<Integer>
intVectorField()
com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Integer>>
intVectorVectorField()
com.alibaba.fastffi.FFIVector<Long>
longVectorField()
com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Long>>
longVectorVectorField()
static long
nativeCreateFactory0()
static long
nativeCreateStackFactory1(long rv_base)
static void
nativeDelete(long ptr)
static @com.alibaba.fastffi.CXXReference long
nativeDoubleVectorField(long ptr)
static @com.alibaba.fastffi.CXXReference long
nativeDoubleVectorVectorField(long ptr)
static int
nativeIntField0(long ptr)
static void
nativeIntField1(long ptr, int value0)
static @com.alibaba.fastffi.CXXReference long
nativeIntVectorField(long ptr)
static @com.alibaba.fastffi.CXXReference long
nativeIntVectorVectorField(long ptr)
static @com.alibaba.fastffi.CXXReference long
nativeLongVectorField(long ptr)
static @com.alibaba.fastffi.CXXReference long
nativeLongVectorVectorField(long ptr)
static @com.alibaba.fastffi.CXXReference long
nativeStringField(long ptr)
static @com.alibaba.fastffi.CXXReference long
nativeVectorBytes(long ptr)
com.alibaba.fastffi.FFIByteString
stringField()
String
toString()
com.alibaba.fastffi.FFIVector<Byte>
vectorBytes()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.alibaba.graphscope.stdcxx.FFISample
javaHashCode
-
-
-
-
Method Detail
-
delete
public void delete()
- Specified by:
delete
in interfacecom.alibaba.fastffi.CXXPointer
-
nativeDelete
public static void nativeDelete(long ptr)
-
doubleVectorField
public com.alibaba.fastffi.FFIVector<Double> doubleVectorField()
- Specified by:
doubleVectorField
in interfaceFFISample
-
nativeDoubleVectorField
public static @com.alibaba.fastffi.CXXReference long nativeDoubleVectorField(long ptr)
-
doubleVectorVectorField
public com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Double>> doubleVectorVectorField()
- Specified by:
doubleVectorVectorField
in interfaceFFISample
-
nativeDoubleVectorVectorField
public static @com.alibaba.fastffi.CXXReference long nativeDoubleVectorVectorField(long ptr)
-
nativeIntField0
public static int nativeIntField0(long ptr)
-
nativeIntField1
public static void nativeIntField1(long ptr, int value0)
-
intProperty
public int intProperty()
- Specified by:
intProperty
in interfaceFFISample
-
intProperty
public void intProperty(int value)
- Specified by:
intProperty
in interfaceFFISample
-
intVectorField
public com.alibaba.fastffi.FFIVector<Integer> intVectorField()
- Specified by:
intVectorField
in interfaceFFISample
-
nativeIntVectorField
public static @com.alibaba.fastffi.CXXReference long nativeIntVectorField(long ptr)
-
intVectorVectorField
public com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Integer>> intVectorVectorField()
- Specified by:
intVectorVectorField
in interfaceFFISample
-
nativeIntVectorVectorField
public static @com.alibaba.fastffi.CXXReference long nativeIntVectorVectorField(long ptr)
-
longVectorField
public com.alibaba.fastffi.FFIVector<Long> longVectorField()
- Specified by:
longVectorField
in interfaceFFISample
-
nativeLongVectorField
public static @com.alibaba.fastffi.CXXReference long nativeLongVectorField(long ptr)
-
longVectorVectorField
public com.alibaba.fastffi.FFIVector<com.alibaba.fastffi.FFIVector<Long>> longVectorVectorField()
- Specified by:
longVectorVectorField
in interfaceFFISample
-
nativeLongVectorVectorField
public static @com.alibaba.fastffi.CXXReference long nativeLongVectorVectorField(long ptr)
-
stringField
public com.alibaba.fastffi.FFIByteString stringField()
- Specified by:
stringField
in interfaceFFISample
-
nativeStringField
public static @com.alibaba.fastffi.CXXReference long nativeStringField(long ptr)
-
vectorBytes
public com.alibaba.fastffi.FFIVector<Byte> vectorBytes()
- Specified by:
vectorBytes
in interfaceFFISample
-
nativeVectorBytes
public static @com.alibaba.fastffi.CXXReference long nativeVectorBytes(long ptr)
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
nativeCreateStackFactory1
public static long nativeCreateStackFactory1(long rv_base)
-
-