Package org.apache.tika.utils
Class ConcurrentUtils
java.lang.Object
org.apache.tika.utils.ConcurrentUtils
Utility Class for Concurrency in Tika
- Since:
- Apache Tika 1.11
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Future
execute
(ParseContext context, Runnable runnable) Execute a runnable using an ExecutorService from the ParseContext if possible.
-
Constructor Details
-
ConcurrentUtils
public ConcurrentUtils()
-
-
Method Details
-
execute
Execute a runnable using an ExecutorService from the ParseContext if possible. Otherwise fallback to individual threads.- Parameters:
context
-runnable
-- Returns:
-