Class SharedExecutor

java.lang.Object
com.complexible.common.util.concurrent.SharedExecutor

public final class SharedExecutor extends Object
Stardog executor service to provide the functionality of a ScheduledExecutorService without the cost of creating a new executor service every time the executor is needed.
Since:
0.3
Version:
3.0
Author:
Evren Sirin, Michael Grove
  • Constructor Details

    • SharedExecutor

      public SharedExecutor()
  • Method Details

    • shutdown

      public static void shutdown()
      Shuts down this executor
    • get

      public static ExecutorService get()