Package com.linkedin.alpini.router.api
Class ScatterGatherRequest<H,K>
java.lang.Object
com.linkedin.alpini.router.api.ScatterGatherRequest<H,K>
- Direct Known Subclasses:
BroadcastScatterGatherRequest
Routing information for part of a request which the router has mapped to a single storage node.
The ScatterGatherRequest holds a storage node hostname, plus keys and partitions which have been mapped to
that host. A single request to the router may be split into multiple ScatterGatherRequest objects, one for
each host involved in servicing the request.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ScatterGatherRequest
-
-
Method Details