A Nextflow executor based on Ignite services
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
checkTaskFailed(nextflow.processor.TaskId taskId) |
|
nextflow.processor.TaskHandler |
createTaskHandler(nextflow.processor.TaskRun task)Creates an handler for the specified task |
|
protected nextflow.processor.TaskMonitor |
createTaskMonitor()Creates the task monitor for this executor |
|
java.lang.String |
dumpQueueStatus() |
|
nextflow.processor.TaskPollingMonitor |
getTaskMonitor() |
|
protected void |
register()Initialize the executor by getting a reference to the Ignite connector |
| Methods inherited from class | Name |
|---|---|
class nextflow.executor.Executor |
nextflow.executor.Executor#setProperty(java.lang.String, java.lang.Object), nextflow.executor.Executor#getProperty(java.lang.String), nextflow.executor.Executor#getName(), nextflow.executor.Executor#init(), nextflow.executor.Executor#setName(java.lang.String), nextflow.executor.Executor#getSession(), nextflow.executor.Executor#invokeMethod(java.lang.String, java.lang.Object), nextflow.executor.Executor#getMetaClass(), nextflow.executor.Executor#setMetaClass(groovy.lang.MetaClass), nextflow.executor.Executor#submit(nextflow.processor.TaskRun, boolean), nextflow.executor.Executor#signal(), nextflow.executor.Executor#isContainerNative(), nextflow.executor.Executor#getTempDir(java.lang.String, boolean), nextflow.executor.Executor#getTempDir(java.lang.String), nextflow.executor.Executor#getTempDir(), nextflow.executor.Executor#getWorkDir(), nextflow.executor.Executor#getMonitor(), nextflow.executor.Executor#createTaskHandler(nextflow.processor.TaskRun), nextflow.executor.Executor#setSession(nextflow.Session), nextflow.executor.Executor#wait(long, int), nextflow.executor.Executor#wait(long), nextflow.executor.Executor#wait(), nextflow.executor.Executor#equals(java.lang.Object), nextflow.executor.Executor#toString(), nextflow.executor.Executor#hashCode(), nextflow.executor.Executor#getClass(), nextflow.executor.Executor#notify(), nextflow.executor.Executor#notifyAll() |
Creates an handler for the specified task
Creates the task monitor for this executor
Initialize the executor by getting a reference to the Ignite connector