Class ComputeManager


  • public class ComputeManager
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ComputeManager​(org.apache.hugegraph.computer.core.common.ComputerContext context, Managers managers)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      WorkerStat compute​(org.apache.hugegraph.computer.core.worker.WorkerContext context, int superstep)  
      WorkerStat input()  
      void output()  
      void takeRecvedMessages()
      Get compute-messages from MessageRecvManager, then put message to corresponding partition.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ComputeManager

        public ComputeManager​(org.apache.hugegraph.computer.core.common.ComputerContext context,
                              Managers managers)