Class SharedExecutor
- java.lang.Object
-
- com.complexible.common.util.concurrent.SharedExecutor
-
public final class SharedExecutor extends java.lang.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 Summary
Constructors Constructor Description SharedExecutor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.util.concurrent.ListeningExecutorService
get()
static void
shutdown()
Shuts down this executor
-