Package com.linkedin.alpini.router.api
Class BroadcastScatterGatherRequest<H,K>
java.lang.Object
com.linkedin.alpini.router.api.ScatterGatherRequest<H,K>
com.linkedin.alpini.router.api.BroadcastScatterGatherRequest<H,K>
This type of specialized
ScatterGatherRequest
does not use keys for routing, and carry some extra state.
We have a separate subclass for it to avoid carrying extra overhead in all ScatterGatherRequest
instances.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPartitionNameToQuery
(String partitionName) For table level query requests, return the list of partitions that should be queried for this request.Methods inherited from class com.linkedin.alpini.router.api.ScatterGatherRequest
equals, getHosts, getPartitionKeys, hashCode, removeHost, toString
-
Constructor Details
-
BroadcastScatterGatherRequest
-
-
Method Details
-
addPartitionNameToQuery
-
getPartitionNamesToQuery
For table level query requests, return the list of partitions that should be queried for this request.- Overrides:
getPartitionNamesToQuery
in classScatterGatherRequest<H,
K>
-