public interface ExecutionEngine
Modifier and Type | Method and Description |
---|---|
JobStatus |
getJobStatus(String path)
Get JobStatus by path
|
Iterator<JobStatus> |
getMatchingJobStatus(Predicate<JobStatus> p)
Enumerate JobStatus that match supplied predicate
|
void |
queueForExecution(Runnable job)
Add a job to the execution queue
|
void queueForExecution(Runnable job)
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.