Package org.apache.tika.concurrent
Interface ConfigurableThreadPoolExecutor
- All Superinterfaces:
AutoCloseable,Executor,ExecutorService
- All Known Implementing Classes:
SimpleThreadPoolExecutor
@Deprecated(since="2026-04-30")
public interface ConfigurableThreadPoolExecutor
extends ExecutorService
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Allows Thread Pool to be Configurable.
- Since:
- Apache Tika 1.11
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCorePoolSize(int threads) Deprecated.voidsetMaximumPoolSize(int threads) Deprecated.Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, close, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
-
Method Details
-
setMaximumPoolSize
void setMaximumPoolSize(int threads) Deprecated. -
setCorePoolSize
void setCorePoolSize(int threads) Deprecated.
-