Package | Description |
---|---|
org.opentripplanner.analyst.broker |
Class and Description |
---|
Broker
This class tracks incoming requests from workers to consume Analyst tasks, and attempts to match those
requests to enqueued tasks.
|
Broker.WrappedResponse
We wrap responses in a class that has a machine ID, and then put them in a TreeSet so that
the machine with the lowest ID on a given graph always gets single-point work.
|
CircularList |
Job
FIXME delivered tasks map is oblivious to multiple tasks having the same ID.
|
Copyright © 2018. All rights reserved.