For a given cluster layout, returns the list of messages constructed from the receiver for each requests that should be sent to the cluster. The second return value is a Merger which can be used to merge back the results of each request into a single message (or an error).
(Cluster)
| 516 | // The second return value is a Merger which can be used to merge back the |
| 517 | // results of each request into a single message (or an error). |
| 518 | Split(Cluster) ([]Message, Merger, error) |
| 519 | } |
| 520 | |
| 521 | // Merger is an interface implemented by messages which can merge multiple |
no outgoing calls
no test coverage detected