Package com.alibaba.graphscope.parallel
Class PropertyMessageManagerGen_cxx_0x687eff27
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.parallel.PropertyMessageManagerGen_cxx_0x687eff27
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer,FFIType,MessageManagerBase,PropertyMessageManager,PropertyMessageManagerGen,Serializable
public class PropertyMessageManagerGen_cxx_0x687eff27 extends FFIPointerImpl implements PropertyMessageManagerGen
- See Also:
- Serialized Form
-
-
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 PropertyMessageManagerGen_cxx_0x687eff27(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)voidfinishARound()voidforceContinue()@com.alibaba.fastffi.FFINameAlias("GetMsgSize") longgetMsgSize()inthashCode()static voidnativeFinishARound(long ptr)static voidnativeForceContinue(long ptr)static @com.alibaba.fastffi.FFINameAlias("GetMsgSize") longnativeGetMsgSize(long ptr)static voidnativeStart(long ptr)static voidnativeStartARound(long ptr)static @com.alibaba.fastffi.FFINameAlias("ToTerminate") booleannativeToTerminate(long ptr)voidstart()voidstartARound()StringtoString()@com.alibaba.fastffi.FFINameAlias("ToTerminate") booleantoTerminate()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.alibaba.graphscope.parallel.PropertyMessageManagerGen
getMessage, sendMsgThroughEdges, sendMsgThroughIEdges, sendMsgThroughOEdges, syncStateOnOuterVertex
-
-
-
-
Method Detail
-
finishARound
public void finishARound()
- Specified by:
finishARoundin interfaceMessageManagerBase
-
nativeFinishARound
public static void nativeFinishARound(long ptr)
-
forceContinue
public void forceContinue()
- Specified by:
forceContinuein interfaceMessageManagerBase
-
nativeForceContinue
public static void nativeForceContinue(long ptr)
-
getMsgSize
public @com.alibaba.fastffi.FFINameAlias("GetMsgSize") long getMsgSize()- Specified by:
getMsgSizein interfaceMessageManagerBase
-
nativeGetMsgSize
public static @com.alibaba.fastffi.FFINameAlias("GetMsgSize") long nativeGetMsgSize(long ptr)
-
start
public void start()
- Specified by:
startin interfaceMessageManagerBase
-
nativeStart
public static void nativeStart(long ptr)
-
startARound
public void startARound()
- Specified by:
startARoundin interfaceMessageManagerBase
-
nativeStartARound
public static void nativeStartARound(long ptr)
-
toTerminate
public @com.alibaba.fastffi.FFINameAlias("ToTerminate") boolean toTerminate()- Specified by:
toTerminatein interfaceMessageManagerBase
-
nativeToTerminate
public static @com.alibaba.fastffi.FFINameAlias("ToTerminate") boolean nativeToTerminate(long ptr)
-
-