Package com.alibaba.graphscope.ds
Class GrapeNbr_cxx_0x979f8e12
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.GrapeNbr_cxx_0x979f8e12
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointerRangeElement<GrapeNbr<Long,Long>>,com.alibaba.fastffi.FFIPointer,com.alibaba.fastffi.FFISettablePointer,FFIType,GrapeNbr<Long,Long>,NbrBase<Long,Long>,Serializable
public class GrapeNbr_cxx_0x979f8e12 extends FFIPointerImpl implements GrapeNbr<Long,Long>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.ds.GrapeNbr
GrapeNbr.Factory<VID_T,EDATA_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 GrapeNbr_cxx_0x979f8e12(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GrapeNbr<Long,Long>add(long arg0)voidaddV(long arg0)GrapeNbr<Long,Long>copy()Deep copy for current Nbr object.Longdata()Get the edge data.longelementSize()booleanequals(Object o)inthashCode()GrapeNbr<Long,Long>moveTo(long arg0)voidmoveToV(long arg0)static @com.alibaba.fastffi.CXXValue longnativeCopy(long ptr, long rv_base)static longnativeCreateFactory0()static longnativeCreateFactory1(long arg00)static longnativeCreateFactory2(long arg00, long arg11)static @com.alibaba.fastffi.CXXReference longnativeData(long ptr)static @com.alibaba.fastffi.CXXReference longnativeNeighbor(long ptr)Vertex<Long>neighbor()Get the neighboring vertex.voidsetAddress(long arg0)StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
addV
public void addV(long arg0)
-
copy
public GrapeNbr<Long,Long> copy()
Description copied from interface:GrapeNbrDeep copy for current Nbr object.
-
nativeCopy
public static @com.alibaba.fastffi.CXXValue long nativeCopy(long ptr, long rv_base)
-
nativeData
public static @com.alibaba.fastffi.CXXReference long nativeData(long ptr)
-
elementSize
public long elementSize()
-
moveToV
public void moveToV(long arg0)
-
neighbor
public Vertex<Long> neighbor()
Description copied from interface:GrapeNbrGet the neighboring vertex.
-
nativeNeighbor
public static @com.alibaba.fastffi.CXXReference long nativeNeighbor(long ptr)
-
setAddress
public void setAddress(long arg0)
- Specified by:
setAddressin interfacecom.alibaba.fastffi.FFISettablePointer
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
nativeCreateFactory1
public static long nativeCreateFactory1(long arg00)
-
nativeCreateFactory2
public static long nativeCreateFactory2(long arg00, long arg11)
-
-