Package org.apache.tika.concurrent
Class SimpleThreadPoolExecutor
java.lang.Object
java.util.concurrent.AbstractExecutorService
java.util.concurrent.ThreadPoolExecutor
org.apache.tika.concurrent.SimpleThreadPoolExecutor
- All Implemented Interfaces:
AutoCloseable,Executor,ExecutorService,ConfigurableThreadPoolExecutor
@Deprecated(since="2026-04-30")
public class SimpleThreadPoolExecutor
extends ThreadPoolExecutor
implements ConfigurableThreadPoolExecutor
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Simple Thread Pool Executor
- Since:
- Apache Tika 1.11
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.concurrent.ThreadPoolExecutor
ThreadPoolExecutor.AbortPolicy, ThreadPoolExecutor.CallerRunsPolicy, ThreadPoolExecutor.DiscardOldestPolicy, ThreadPoolExecutor.DiscardPolicy -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.ThreadPoolExecutor
allowCoreThreadTimeOut, allowsCoreThreadTimeOut, awaitTermination, execute, getActiveCount, getCompletedTaskCount, getCorePoolSize, getKeepAliveTime, getLargestPoolSize, getMaximumPoolSize, getPoolSize, getQueue, getRejectedExecutionHandler, getTaskCount, getThreadFactory, isShutdown, isTerminated, isTerminating, prestartAllCoreThreads, prestartCoreThread, purge, remove, setCorePoolSize, setKeepAliveTime, setMaximumPoolSize, setRejectedExecutionHandler, setThreadFactory, shutdown, shutdownNow, toStringMethods inherited from class java.util.concurrent.AbstractExecutorService
invokeAll, invokeAll, invokeAny, invokeAny, submit, submit, submitMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.tika.concurrent.ConfigurableThreadPoolExecutor
setCorePoolSize, setMaximumPoolSizeMethods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, close, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
-
Constructor Details
-
SimpleThreadPoolExecutor
public SimpleThreadPoolExecutor()Deprecated.
-