Package com.alibaba.graphscope.graphx
Class VineyardClient_cxx_0xb9ed250f
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.graphx.VineyardClient_cxx_0xb9ed250f
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,VineyardClient
,Serializable
public class VineyardClient_cxx_0xb9ed250f extends FFIPointerImpl implements VineyardClient
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.graphx.VineyardClient
VineyardClient.Factory
-
-
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 VineyardClient_cxx_0xb9ed250f(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description V6dStatus
clusterInfo(StdMap<Long,Json> meta)
V6dStatus
connect(com.alibaba.fastffi.FFIByteString endPoint)
boolean
equals(Object o)
int
hashCode()
static @com.alibaba.fastffi.FFINameAlias("ClusterInfo"),@com.alibaba.fastffi.CXXValue long
nativeClusterInfo(long ptr, long rv_base, long meta0)
static @com.alibaba.fastffi.FFINameAlias("Connect"),@com.alibaba.fastffi.CXXValue long
nativeConnect(long ptr, long rv_base, long endPoint0)
static long
nativeCreateFactory0()
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
clusterInfo
public V6dStatus clusterInfo(StdMap<Long,Json> meta)
- Specified by:
clusterInfo
in interfaceVineyardClient
-
nativeClusterInfo
public static @com.alibaba.fastffi.FFINameAlias("ClusterInfo"),@com.alibaba.fastffi.CXXValue long nativeClusterInfo(long ptr, long rv_base, long meta0)
-
connect
public V6dStatus connect(com.alibaba.fastffi.FFIByteString endPoint)
- Specified by:
connect
in interfaceVineyardClient
-
nativeConnect
public static @com.alibaba.fastffi.FFINameAlias("Connect"),@com.alibaba.fastffi.CXXValue long nativeConnect(long ptr, long rv_base, long endPoint0)
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-