Module utilities

Interface GraphExecutor

All Superinterfaces:
Executor
All Known Subinterfaces:
ThreadedWrappedGraph, TWGraph
All Known Implementing Classes:
DummyRunner, IMPJobManager, JobManagerImpl, NonEsoThreadedSecGraph, ThreadedSecGraph, TSG_Runner

public interface GraphExecutor extends Executor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The graph state initialization has to be blocking.
    boolean
     

    Methods inherited from interface java.util.concurrent.Executor

    execute
  • Method Details

    • executeBlocking

      void executeBlocking(Runnable command)
      The graph state initialization has to be blocking. But can be run by another executor than the current thread
    • isCurrent

      boolean isCurrent()