The disk ID used for S3 File Operations (upload or fetch) accesses.
| 318 | |
| 319 | /// The disk ID used for S3 File Operations (upload or fetch) accesses. |
| 320 | int RemoteS3DiskFileOperId() const { |
| 321 | return num_local_disks() + REMOTE_S3_DISK_FILE_OPER_OFFSET; |
| 322 | } |
| 323 | |
| 324 | /// The disk ID (and therefore disk_queues_ index) used for ABFS accesses. |
| 325 | int RemoteAbfsDiskId() const { return num_local_disks() + REMOTE_ABFS_DISK_OFFSET; } |