public class NutchServerPoolExecutor
extends java.util.concurrent.ThreadPoolExecutor
java.util.concurrent.ThreadPoolExecutor.AbortPolicy, java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy, java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy, java.util.concurrent.ThreadPoolExecutor.DiscardPolicy
Constructor and Description |
---|
NutchServerPoolExecutor(int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
java.util.concurrent.TimeUnit unit,
java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterExecute(java.lang.Runnable runnable,
java.lang.Throwable throwable) |
protected void |
beforeExecute(java.lang.Thread thread,
java.lang.Runnable runnable) |
JobWorker |
findWorker(java.lang.String jobId) |
java.util.Collection<JobInfo> |
getAllJobs() |
JobInfo |
getInfo(java.lang.String jobId) |
java.util.Collection<JobInfo> |
getJobHistory() |
java.util.Collection<JobInfo> |
getJobRunning() |
allowCoreThreadTimeOut, allowsCoreThreadTimeOut, awaitTermination, execute, finalize, 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, terminated, toString
public NutchServerPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, java.util.concurrent.TimeUnit unit, java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue)
protected void beforeExecute(java.lang.Thread thread, java.lang.Runnable runnable)
beforeExecute
in class java.util.concurrent.ThreadPoolExecutor
protected void afterExecute(java.lang.Runnable runnable, java.lang.Throwable throwable)
afterExecute
in class java.util.concurrent.ThreadPoolExecutor
public JobWorker findWorker(java.lang.String jobId)
public java.util.Collection<JobInfo> getJobHistory()
public java.util.Collection<JobInfo> getJobRunning()
public java.util.Collection<JobInfo> getAllJobs()
public JobInfo getInfo(java.lang.String jobId)
Copyright © 2019 The Apache Software Foundation