Class Managers

  • All Implemented Interfaces:
    java.lang.Iterable<Manager>

    public class Managers
    extends java.lang.Object
    implements java.lang.Iterable<Manager>
    • Constructor Summary

      Constructors 
      Constructor Description
      Managers()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(Manager manager)  
      void afterSuperstep​(org.apache.hugegraph.computer.core.config.Config config, int superstep)  
      java.util.Collection<Manager> all()  
      void beforeSuperstep​(org.apache.hugegraph.computer.core.config.Config config, int superstep)  
      void closeAll​(org.apache.hugegraph.computer.core.config.Config config)  
      <T extends Manager>
      T
      get​(java.lang.String name)  
      void initAll​(org.apache.hugegraph.computer.core.config.Config config)  
      void initedAll​(org.apache.hugegraph.computer.core.config.Config config)  
      java.util.Iterator<Manager> iterator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • Managers

        public Managers()
    • Method Detail

      • get

        public <T extends Manager> T get​(java.lang.String name)
      • add

        public void add​(Manager manager)
      • all

        public java.util.Collection<Manager> all()
      • iterator

        public java.util.Iterator<Manager> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<Manager>
      • initAll

        public void initAll​(org.apache.hugegraph.computer.core.config.Config config)
      • initedAll

        public void initedAll​(org.apache.hugegraph.computer.core.config.Config config)
      • closeAll

        public void closeAll​(org.apache.hugegraph.computer.core.config.Config config)
      • beforeSuperstep

        public void beforeSuperstep​(org.apache.hugegraph.computer.core.config.Config config,
                                    int superstep)
      • afterSuperstep

        public void afterSuperstep​(org.apache.hugegraph.computer.core.config.Config config,
                                   int superstep)