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