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.GrapeNbrGrapeNbr.Factory<VID_T,EDATA_T>
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static intHASH_SHIFTstatic intSIZE- 
Fields inherited from class com.alibaba.fastffi.FFIPointerImpladdress
 
- 
 - 
Constructor SummaryConstructors Constructor Description GrapeNbr_cxx_0x979f8e12(long address)
 - 
Method SummaryAll 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.FFIPointerImplgetAddress
 
- 
 
- 
- 
- 
Method Detail- 
addVpublic void addV(long arg0) 
 - 
copypublic GrapeNbr<Long,Long> copy() Description copied from interface:GrapeNbrDeep copy for current Nbr object.
 - 
nativeCopypublic static @com.alibaba.fastffi.CXXValue long nativeCopy(long ptr, long rv_base)
 - 
nativeDatapublic static @com.alibaba.fastffi.CXXReference long nativeData(long ptr) 
 - 
elementSizepublic long elementSize() 
 - 
moveToVpublic void moveToV(long arg0) 
 - 
neighborpublic Vertex<Long> neighbor() Description copied from interface:GrapeNbrGet the neighboring vertex.
 - 
nativeNeighborpublic static @com.alibaba.fastffi.CXXReference long nativeNeighbor(long ptr) 
 - 
setAddresspublic void setAddress(long arg0) - Specified by:
- setAddressin interface- com.alibaba.fastffi.FFISettablePointer
 
 - 
nativeCreateFactory0public static long nativeCreateFactory0() 
 - 
nativeCreateFactory1public static long nativeCreateFactory1(long arg00) 
 - 
nativeCreateFactory2public static long nativeCreateFactory2(long arg00, long arg11)
 
- 
 
-