Class GaiaSkyExecutorService

java.lang.Object
gaiasky.util.ds.GaiaSkyExecutorService

public class GaiaSkyExecutorService extends Object
Contains the infrastructure to run tasks that sort and update the dataset metadata.
  • Constructor Details

    • GaiaSkyExecutorService

      public GaiaSkyExecutorService()
  • Method Details

    • initialize

      public void initialize()
    • execute

      public boolean execute(Runnable r)
    • pool

      public ThreadPoolExecutor pool()
    • inQueue

      public boolean inQueue(Runnable task)
    • shutDownThreadPool

      public void shutDownThreadPool()