Class Scatter<H,P extends ResourcePath<K>,K>

java.lang.Object
com.linkedin.alpini.router.api.Scatter<H,P,K>

public class Scatter<H,P extends ResourcePath<K>,K> extends Object
Collection of ScatterGatherRequests for a request to the router. An incoming request is broken up into one or more ScatterGatherRequest, each of which represents a request which will be sent to a single storage node. This class holds all of the ScatterGatherRequests for a single incoming request.