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 intHASH_SHIFTstatic intSIZE-
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 V6dStatusclusterInfo(StdMap<Long,Json> meta)V6dStatusconnect(com.alibaba.fastffi.FFIByteString endPoint)booleanequals(Object o)inthashCode()static @com.alibaba.fastffi.FFINameAlias("ClusterInfo"),@com.alibaba.fastffi.CXXValue longnativeClusterInfo(long ptr, long rv_base, long meta0)static @com.alibaba.fastffi.FFINameAlias("Connect"),@com.alibaba.fastffi.CXXValue longnativeConnect(long ptr, long rv_base, long endPoint0)static longnativeCreateFactory0()StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
clusterInfo
public V6dStatus clusterInfo(StdMap<Long,Json> meta)
- Specified by:
clusterInfoin 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:
connectin 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()
-
-