| Package | Description |
|---|---|
| org.opentripplanner.analyst.broker |
| Modifier and Type | Field and Description |
|---|---|
CircularList<Job> |
Broker.jobs |
| Modifier and Type | Method and Description |
|---|---|
Job |
Broker.findJob(AnalystClusterRequest task)
find the job for a task, creating it if it does not exist
|
Job |
Broker.findJob(String jobId)
find the job for a jobId, or null if it does not exist
|
Job |
Broker.getJobForTask(int taskId)
This uses a linear search through jobs, which should not be problematic unless there are thousands of
simultaneous jobs.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Broker.deliver(Job job,
org.glassfish.grizzly.http.server.Response response)
Attempt to hand some tasks from the given job to a waiting consumer connection.
|
| Constructor and Description |
|---|
JobStatus(Job job) |
Copyright © 2018. All rights reserved.