Package com.alibaba.graphscope.ds
Class PropertyNbrUnit_cxx_0xe63b5adf
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.PropertyNbrUnit_cxx_0xe63b5adf
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointerRangeElement<PropertyNbrUnit<Integer>>,com.alibaba.fastffi.FFIPointer,com.alibaba.fastffi.FFISettablePointer,FFIType,PropertyNbrUnit<Integer>,Serializable
public class PropertyNbrUnit_cxx_0xe63b5adf extends FFIPointerImpl implements PropertyNbrUnit<Integer>
- See Also:
- Serialized Form
-
-
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 PropertyNbrUnit_cxx_0xe63b5adf(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyNbrUnit<Integer>add(long arg0)voidaddV(long arg0)longeid()longelementSize()booleanequals(Object o)Vertex<Integer>getNeighbor()inthashCode()PropertyNbrUnit<Integer>moveTo(long arg0)voidmoveToV(long arg0)static longnativeEid(long ptr)static @com.alibaba.fastffi.FFINameAlias("get_neighbor"),@com.alibaba.fastffi.CXXValue longnativeGetNeighbor(long ptr, long rv_base)static intnativeVid(long ptr)voidsetAddress(long arg0)StringtoString()Integervid()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
add
public PropertyNbrUnit<Integer> add(long arg0)
- Specified by:
addin interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbrUnit<Integer>>
-
addV
public void addV(long arg0)
- Specified by:
addVin interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbrUnit<Integer>>
-
eid
public long eid()
- Specified by:
eidin interfacePropertyNbrUnit<Integer>
-
nativeEid
public static long nativeEid(long ptr)
-
elementSize
public long elementSize()
- Specified by:
elementSizein interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbrUnit<Integer>>
-
getNeighbor
public Vertex<Integer> getNeighbor()
- Specified by:
getNeighborin interfacePropertyNbrUnit<Integer>
-
nativeGetNeighbor
public static @com.alibaba.fastffi.FFINameAlias("get_neighbor"),@com.alibaba.fastffi.CXXValue long nativeGetNeighbor(long ptr, long rv_base)
-
moveTo
public PropertyNbrUnit<Integer> moveTo(long arg0)
- Specified by:
moveToin interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbrUnit<Integer>>
-
moveToV
public void moveToV(long arg0)
- Specified by:
moveToVin interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbrUnit<Integer>>
-
setAddress
public void setAddress(long arg0)
- Specified by:
setAddressin interfacecom.alibaba.fastffi.FFISettablePointer
-
vid
public Integer vid()
- Specified by:
vidin interfacePropertyNbrUnit<Integer>
-
nativeVid
public static int nativeVid(long ptr)
-
-