The result consists of (a) a list of segment headers, (b) a list of futures for segment bodies that are currently being loaded, (c) converters to convert headers into {@link SegmentWithData}.
For (a), the client should call the cache to get the body for each segment header; it is possible that there is no body in the cache. For (b), the client will have to wait for the segment to arrive.
|
|
|
|