Package com.alibaba.graphscope.ds
Class GrapeNbr_cxx_0xa3660297
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.GrapeNbr_cxx_0xa3660297
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointerRangeElement<GrapeNbr<Long,Double>>
,com.alibaba.fastffi.FFIPointer
,com.alibaba.fastffi.FFISettablePointer
,FFIType
,GrapeNbr<Long,Double>
,NbrBase<Long,Double>
,Serializable
public class GrapeNbr_cxx_0xa3660297 extends FFIPointerImpl implements GrapeNbr<Long,Double>
- 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_0xa3660297(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GrapeNbr<Long,Double>
add(long arg0)
void
addV(long arg0)
GrapeNbr<Long,Double>
copy()
Deep copy for current Nbr object.Double
data()
Get the edge data.long
elementSize()
boolean
equals(Object o)
int
hashCode()
GrapeNbr<Long,Double>
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, double arg11)
static @com.alibaba.fastffi.CXXReference double
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,Double> 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 double 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, double arg11)
-
-