Package | Description |
---|---|
com.asakusafw.yaess.basic |
Basic modules for YAESS.
|
com.asakusafw.yaess.paralleljob |
Simple Parallel Job Scheduler Plug-in for YAESS.
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadedJobExecutor
An implementation of
JobExecutor using a shared ExecutorService . |
Modifier and Type | Method and Description |
---|---|
protected JobExecutor |
BasicJobScheduler.getJobExecutor() |
protected abstract JobExecutor |
AbstractJobScheduler.getJobExecutor()
Returns a
JobExecutor for this scheduler. |
Modifier and Type | Class and Description |
---|---|
class |
ParallelJobExecutor
An implementation of
ParallelJobExecutor which use multiple threads for each resource. |
Modifier and Type | Method and Description |
---|---|
protected JobExecutor |
ParallelJobScheduler.getJobExecutor() |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.