Class WorkspaceBatchRunner

  • All Implemented Interfaces:
    java.lang.Runnable

    public class WorkspaceBatchRunner
    extends java.lang.Object
    implements java.lang.Runnable
    This task is responsible of sending files to the workspace
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkspaceBatchRunner​(HandlerIO handlerAsyncIO, java.util.concurrent.Executor executor, int queueSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void join()
      Wait end of workspace batch this method may be called only once
      void run()  
      void start()
      Start the workspace batch This method should be called only once
      void transfer​(WorkspaceQueue workspaceQueue)
      Enqueue element to be transferred to the workspace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait