Class StringApp
- java.lang.Object
-
- com.alibaba.graphscope.example.stringApp.StringApp
-
- All Implemented Interfaces:
AppBase<Long,Long,StringView,StringView,StringAppContext>,ParallelAppBase<Long,Long,StringView,StringView,StringAppContext>,ParallelEngine
public class StringApp extends Object implements ParallelAppBase<Long,Long,StringView,StringView,StringAppContext>, ParallelEngine
-
-
Field Summary
-
Fields inherited from interface com.alibaba.graphscope.parallel.ParallelEngine
chunkSize
-
-
Constructor Summary
Constructors Constructor Description StringApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidIncEval(IFragment<Long,Long,StringView,StringView> graph, ParallelContextBase<Long,Long,StringView,StringView> context, ParallelMessageManager messageManager)Incremental Evaluation to implement.voidPEval(IFragment<Long,Long,StringView,StringView> graph, ParallelContextBase<Long,Long,StringView,StringView> context, ParallelMessageManager messageManager)Partial Evaluation to implement.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.alibaba.graphscope.parallel.ParallelEngine
forEachLabelVertex, forEachLabelVertex, forEachVertex, forEachVertex, forEachVertex, forEachVertexSendMsg, forEachVertexSendMsg
-
-
-
-
Method Detail
-
PEval
public void PEval(IFragment<Long,Long,StringView,StringView> graph, ParallelContextBase<Long,Long,StringView,StringView> context, ParallelMessageManager messageManager)
Partial Evaluation to implement.- Specified by:
PEvalin interfaceParallelAppBase<Long,Long,StringView,StringView,StringAppContext>- Parameters:
graph- fragment. The graph fragment providing accesses to graph data.context- context. User defined context which manages data during the whole computations.messageManager- The message manger which manages messages between fragments.- See Also:
IFragment,ParallelContextBase,ParallelMessageManager
-
IncEval
public void IncEval(IFragment<Long,Long,StringView,StringView> graph, ParallelContextBase<Long,Long,StringView,StringView> context, ParallelMessageManager messageManager)
Incremental Evaluation to implement.- Specified by:
IncEvalin interfaceParallelAppBase<Long,Long,StringView,StringView,StringAppContext>- Parameters:
graph- fragment. The graph fragment providing accesses to graph data.context- context. User defined context which manages data during the whole computations.messageManager- The message manger which manages messages between fragments.- See Also:
IFragment,ParallelContextBase,ParallelMessageManager
-
-