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 int
HASH_SHIFT
static int
SIZE
-
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)
void
addV(long arg0)
long
eid()
long
elementSize()
boolean
equals(Object o)
Vertex<Integer>
getNeighbor()
int
hashCode()
PropertyNbrUnit<Integer>
moveTo(long arg0)
void
moveToV(long arg0)
static long
nativeEid(long ptr)
static @com.alibaba.fastffi.FFINameAlias("get_neighbor"),@com.alibaba.fastffi.CXXValue long
nativeGetNeighbor(long ptr, long rv_base)
static int
nativeVid(long ptr)
void
setAddress(long arg0)
String
toString()
Integer
vid()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
add
public PropertyNbrUnit<Integer> add(long arg0)
- Specified by:
add
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbrUnit<Integer>>
-
addV
public void addV(long arg0)
- Specified by:
addV
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbrUnit<Integer>>
-
eid
public long eid()
- Specified by:
eid
in interfacePropertyNbrUnit<Integer>
-
nativeEid
public static long nativeEid(long ptr)
-
elementSize
public long elementSize()
- Specified by:
elementSize
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbrUnit<Integer>>
-
getNeighbor
public Vertex<Integer> getNeighbor()
- Specified by:
getNeighbor
in 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:
moveTo
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbrUnit<Integer>>
-
moveToV
public void moveToV(long arg0)
- Specified by:
moveToV
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<PropertyNbrUnit<Integer>>
-
setAddress
public void setAddress(long arg0)
- Specified by:
setAddress
in interfacecom.alibaba.fastffi.FFISettablePointer
-
vid
public Integer vid()
- Specified by:
vid
in interfacePropertyNbrUnit<Integer>
-
nativeVid
public static int nativeVid(long ptr)
-
-