Package com.alibaba.graphscope.ds
Class GrapeNbr_cxx_0x97745ed1
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.GrapeNbr_cxx_0x97745ed1
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointerRangeElement<GrapeNbr<Long,Integer>>
,com.alibaba.fastffi.FFIPointer
,com.alibaba.fastffi.FFISettablePointer
,FFIType
,GrapeNbr<Long,Integer>
,NbrBase<Long,Integer>
,Serializable
public class GrapeNbr_cxx_0x97745ed1 extends FFIPointerImpl implements GrapeNbr<Long,Integer>
- 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 int
HASH_SHIFT
static int
SIZE
-
Fields inherited from class com.alibaba.fastffi.FFIPointerImpl
address
-
-
Constructor Summary
Constructors Constructor Description GrapeNbr_cxx_0x97745ed1(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GrapeNbr<Long,Integer>
add(long arg0)
void
addV(long arg0)
GrapeNbr<Long,Integer>
copy()
Deep copy for current Nbr object.Integer
data()
Get the edge data.long
elementSize()
boolean
equals(Object o)
int
hashCode()
GrapeNbr<Long,Integer>
moveTo(long arg0)
void
moveToV(long arg0)
static @com.alibaba.fastffi.CXXValue long
nativeCopy(long ptr, long rv_base)
static long
nativeCreateFactory0()
static long
nativeCreateFactory1(long arg00)
static long
nativeCreateFactory2(long arg00, int arg11)
static @com.alibaba.fastffi.CXXReference int
nativeData(long ptr)
static @com.alibaba.fastffi.CXXReference long
nativeNeighbor(long ptr)
Vertex<Long>
neighbor()
Get the neighboring vertex.void
setAddress(long arg0)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
addV
public void addV(long arg0)
-
copy
public GrapeNbr<Long,Integer> copy()
Description copied from interface:GrapeNbr
Deep 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 int nativeData(long ptr)
-
elementSize
public long elementSize()
-
moveToV
public void moveToV(long arg0)
-
neighbor
public Vertex<Long> neighbor()
Description copied from interface:GrapeNbr
Get the neighboring vertex.
-
nativeNeighbor
public static @com.alibaba.fastffi.CXXReference long nativeNeighbor(long ptr)
-
setAddress
public void setAddress(long arg0)
- Specified by:
setAddress
in interfacecom.alibaba.fastffi.FFISettablePointer
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
nativeCreateFactory1
public static long nativeCreateFactory1(long arg00)
-
nativeCreateFactory2
public static long nativeCreateFactory2(long arg00, int arg11)
-
-