| 188 | } |
| 189 | InitialReservations* initial_reservations() const { return initial_reservations_; } |
| 190 | TmpFileGroup* file_group() const { |
| 191 | DCHECK_GT(backend_resource_refcnt_.Load(), 0); |
| 192 | return file_group_; |
| 193 | } |
| 194 | RuntimeFilterBank* filter_bank() const { return filter_bank_.get(); } |
| 195 | |
| 196 | /// The following getters are only valid after StartFInstances(). |