Set the IO context to this WriteRange. Can only be called when the write is not in flight (i.e. before AddWriteRange() is called or after the write callback was called).
| 674 | /// Can only be called when the write is not in flight (i.e. before AddWriteRange() |
| 675 | /// is called or after the write callback was called). |
| 676 | void SetRequestContext(RequestContext* io_ctx) { io_ctx_ = io_ctx; } |
| 677 | |
| 678 | /// Execute writing the this range to the corresponding file. |
| 679 | Status DoWrite(); |
no outgoing calls