Class PipeliningExecutor

  • All Implemented Interfaces:
    java.util.concurrent.Executor

    @Deprecated
    public class PipeliningExecutor
    extends java.lang.Object
    implements java.util.concurrent.Executor
    Deprecated.
    Executor that will continue to re-run tasks in a loop that are submitted from its own thread.
    Author:
    Stuart Douglas
    • Constructor Summary

      Constructors 
      Constructor Description
      PipeliningExecutor​(java.util.concurrent.Executor executor)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void execute​(java.lang.Runnable command)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • PipeliningExecutor

        public PipeliningExecutor​(java.util.concurrent.Executor executor)
        Deprecated.
    • Method Detail

      • execute

        public void execute​(java.lang.Runnable command)
        Deprecated.
        Specified by:
        execute in interface java.util.concurrent.Executor