Package com.alibaba.graphscope.ds
Class PropertyNbr_cxx_0x8f90c303
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.PropertyNbr_cxx_0x8f90c303
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointerRangeElement<PropertyNbr<Integer>>
,com.alibaba.fastffi.FFIPointer
,com.alibaba.fastffi.FFISettablePointer
,FFIType
,PropertyNbr<Integer>
,Serializable
public class PropertyNbr_cxx_0x8f90c303 extends FFIPointerImpl implements PropertyNbr<Integer>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.ds.PropertyNbr
PropertyNbr.Factory<VID_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 PropertyNbr_cxx_0x8f90c303(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyNbr<Integer>
add(long arg0)
void
addV(long arg0)
PropertyNbr<Integer>
dec()
long
elementSize()
boolean
eq(PropertyNbr<Integer> arg0)
boolean
equals(Object o)
@com.alibaba.fastffi.FFINameAlias("get_double") double
getDouble(int arg0)
@com.alibaba.fastffi.FFINameAlias("get_int") int
getInt(int arg0)
com.alibaba.fastffi.FFIByteString
getString(int arg0)
int
hashCode()
PropertyNbr<Integer>
inc()
PropertyNbr<Integer>
moveTo(long arg0)
void
moveToV(long arg0)
static long
nativeCreateFactory0()
static @com.alibaba.fastffi.CXXReference long
nativeDec(long ptr)
static boolean
nativeEq(long ptr, long arg00)
static @com.alibaba.fastffi.FFINameAlias("get_double") double
nativeGetDouble(long ptr, int arg00)
static @com.alibaba.fastffi.FFINameAlias("get_int") int
nativeGetInt(long ptr, int arg00)
static @com.alibaba.fastffi.FFINameAlias("get_str"),@com.alibaba.fastffi.CXXValue long
nativeGetString(long ptr, long rv_base, int arg00)
static @com.alibaba.fastffi.CXXReference long
nativeInc(long ptr)
static @com.alibaba.fastffi.FFINameAlias("neighbor"),@com.alibaba.fastffi.CXXValue long
nativeNeighbor(long ptr, long rv_base)
Vertex<Integer>
neighbor()
void
setAddress(long arg0)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
add
public PropertyNbr<Integer> add(long arg0)
- Specified by:
add
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbr<Integer>>
-
addV
public void addV(long arg0)
- Specified by:
addV
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbr<Integer>>
-
dec
public PropertyNbr<Integer> dec()
- Specified by:
dec
in interfacePropertyNbr<Integer>
-
nativeDec
public static @com.alibaba.fastffi.CXXReference long nativeDec(long ptr)
-
elementSize
public long elementSize()
- Specified by:
elementSize
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbr<Integer>>
-
eq
public boolean eq(PropertyNbr<Integer> arg0)
- Specified by:
eq
in interfacePropertyNbr<Integer>
-
nativeEq
public static boolean nativeEq(long ptr, long arg00)
-
getDouble
public @com.alibaba.fastffi.FFINameAlias("get_double") double getDouble(int arg0)
- Specified by:
getDouble
in interfacePropertyNbr<Integer>
-
nativeGetDouble
public static @com.alibaba.fastffi.FFINameAlias("get_double") double nativeGetDouble(long ptr, int arg00)
-
getInt
public @com.alibaba.fastffi.FFINameAlias("get_int") int getInt(int arg0)
- Specified by:
getInt
in interfacePropertyNbr<Integer>
-
nativeGetInt
public static @com.alibaba.fastffi.FFINameAlias("get_int") int nativeGetInt(long ptr, int arg00)
-
getString
public com.alibaba.fastffi.FFIByteString getString(int arg0)
- Specified by:
getString
in interfacePropertyNbr<Integer>
-
nativeGetString
public static @com.alibaba.fastffi.FFINameAlias("get_str"),@com.alibaba.fastffi.CXXValue long nativeGetString(long ptr, long rv_base, int arg00)
-
inc
public PropertyNbr<Integer> inc()
- Specified by:
inc
in interfacePropertyNbr<Integer>
-
nativeInc
public static @com.alibaba.fastffi.CXXReference long nativeInc(long ptr)
-
moveTo
public PropertyNbr<Integer> moveTo(long arg0)
- Specified by:
moveTo
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbr<Integer>>
-
moveToV
public void moveToV(long arg0)
- Specified by:
moveToV
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbr<Integer>>
-
neighbor
public Vertex<Integer> neighbor()
- Specified by:
neighbor
in interfacePropertyNbr<Integer>
-
nativeNeighbor
public static @com.alibaba.fastffi.FFINameAlias("neighbor"),@com.alibaba.fastffi.CXXValue long nativeNeighbor(long ptr, long rv_base)
-
setAddress
public void setAddress(long arg0)
- Specified by:
setAddress
in interfacecom.alibaba.fastffi.FFISettablePointer
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-