Class CurrentThreadExecutorService

  • All Implemented Interfaces:
    Executor, ExecutorService

    public class CurrentThreadExecutorService
    extends AbstractExecutorService
    An ExecutorService that runs everything on the current thread. Used when the data generated by postprocessors is too large to fit in memory.
    Author:
    mshankar
    • Constructor Detail

      • CurrentThreadExecutorService

        public CurrentThreadExecutorService()
    • Method Detail

      • shutdown

        public void shutdown()
      • isShutdown

        public boolean isShutdown()
      • isTerminated

        public boolean isTerminated()
      • execute

        public void execute​(Runnable command)