Class ConcurrentUtils

java.lang.Object
org.apache.tika.utils.ConcurrentUtils

@Deprecated(since="2026-04-30") public class ConcurrentUtils extends Object
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Utility Class for Concurrency in Tika
Since:
Apache Tika 1.11
  • Constructor Details

    • ConcurrentUtils

      public ConcurrentUtils()
      Deprecated.
  • Method Details

    • execute

      public static Future execute(ParseContext context, Runnable runnable)
      Deprecated.
      Execute a runnable using an ExecutorService from the ParseContext if possible. Otherwise fallback to individual threads.
      Parameters:
      context -
      runnable -
      Returns: