Package com.alibaba.graphscope.ds
Class PropertyNbr_cxx_0x8fbbf244
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.PropertyNbr_cxx_0x8fbbf244
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointerRangeElement<PropertyNbr<Long>>,com.alibaba.fastffi.FFIPointer,com.alibaba.fastffi.FFISettablePointer,FFIType,PropertyNbr<Long>,Serializable
public class PropertyNbr_cxx_0x8fbbf244 extends FFIPointerImpl implements PropertyNbr<Long>
- 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 intHASH_SHIFTstatic intSIZE-
Fields inherited from class com.alibaba.fastffi.FFIPointerImpl
address
-
-
Constructor Summary
Constructors Constructor Description PropertyNbr_cxx_0x8fbbf244(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyNbr<Long>add(long arg0)voidaddV(long arg0)PropertyNbr<Long>dec()longelementSize()booleaneq(PropertyNbr<Long> arg0)booleanequals(Object o)@com.alibaba.fastffi.FFINameAlias("get_double") doublegetDouble(int arg0)@com.alibaba.fastffi.FFINameAlias("get_int") intgetInt(int arg0)com.alibaba.fastffi.FFIByteStringgetString(int arg0)inthashCode()PropertyNbr<Long>inc()PropertyNbr<Long>moveTo(long arg0)voidmoveToV(long arg0)static longnativeCreateFactory0()static @com.alibaba.fastffi.CXXReference longnativeDec(long ptr)static booleannativeEq(long ptr, long arg00)static @com.alibaba.fastffi.FFINameAlias("get_double") doublenativeGetDouble(long ptr, int arg00)static @com.alibaba.fastffi.FFINameAlias("get_int") intnativeGetInt(long ptr, int arg00)static @com.alibaba.fastffi.FFINameAlias("get_str"),@com.alibaba.fastffi.CXXValue longnativeGetString(long ptr, long rv_base, int arg00)static @com.alibaba.fastffi.CXXReference longnativeInc(long ptr)static @com.alibaba.fastffi.FFINameAlias("neighbor"),@com.alibaba.fastffi.CXXValue longnativeNeighbor(long ptr, long rv_base)Vertex<Long>neighbor()voidsetAddress(long arg0)StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
add
public PropertyNbr<Long> add(long arg0)
- Specified by:
addin interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbr<Long>>
-
addV
public void addV(long arg0)
- Specified by:
addVin interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbr<Long>>
-
dec
public PropertyNbr<Long> dec()
- Specified by:
decin interfacePropertyNbr<Long>
-
nativeDec
public static @com.alibaba.fastffi.CXXReference long nativeDec(long ptr)
-
elementSize
public long elementSize()
- Specified by:
elementSizein interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbr<Long>>
-
eq
public boolean eq(PropertyNbr<Long> arg0)
- Specified by:
eqin interfacePropertyNbr<Long>
-
nativeEq
public static boolean nativeEq(long ptr, long arg00)
-
getDouble
public @com.alibaba.fastffi.FFINameAlias("get_double") double getDouble(int arg0)- Specified by:
getDoublein interfacePropertyNbr<Long>
-
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:
getIntin interfacePropertyNbr<Long>
-
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:
getStringin interfacePropertyNbr<Long>
-
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<Long> inc()
- Specified by:
incin interfacePropertyNbr<Long>
-
nativeInc
public static @com.alibaba.fastffi.CXXReference long nativeInc(long ptr)
-
moveTo
public PropertyNbr<Long> moveTo(long arg0)
- Specified by:
moveToin interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbr<Long>>
-
moveToV
public void moveToV(long arg0)
- Specified by:
moveToVin interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbr<Long>>
-
neighbor
public Vertex<Long> neighbor()
- Specified by:
neighborin interfacePropertyNbr<Long>
-
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:
setAddressin interfacecom.alibaba.fastffi.FFISettablePointer
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-