Class SharedExecutor
java.lang.Object
com.complexible.common.util.concurrent.SharedExecutor
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
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutorServiceget()static voidshutdown()Shuts down this executor
-
Constructor Details
-
SharedExecutor
public SharedExecutor()
-
-
Method Details
-
shutdown
public static void shutdown()Shuts down this executor -
get
-