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 maxPoolSize,
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)
Find the Job Worker Thread
|
java.util.Collection<JobInfo> |
getAllJobs()
Gives all jobs(currently running and completed)
|
JobInfo |
getInfo(java.lang.String jobId) |
java.util.Collection<JobInfo> |
getJobHistory()
Gives the Job history
|
java.util.Collection<JobInfo> |
getJobRunning()
Gives the list of currently running jobs
|
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 maxPoolSize, 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)
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 © 2018 The Apache Software Foundation