- All Implemented Interfaces:
- Comparable<Broker.WrappedResponse>
- Enclosing class:
- Broker
public static class Broker.WrappedResponse
extends Object
implements Comparable<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. The reason
for this is so that a single machine will tend to get single-point work and thus we don't
unnecessarily keep multiple multipoint machines alive.