The disk ID used for DFS File Operations (upload or fetch) accesses.
| 310 | |
| 311 | /// The disk ID used for DFS File Operations (upload or fetch) accesses. |
| 312 | int RemoteDfsDiskFileOperId() const { |
| 313 | return num_local_disks() + REMOTE_DFS_DISK_FILE_OPER_OFFSET; |
| 314 | } |
| 315 | |
| 316 | /// The disk ID (and therefore disk_queues_ index) used for S3 accesses. |
| 317 | int RemoteS3DiskId() const { return num_local_disks() + REMOTE_S3_DISK_OFFSET; } |
no outgoing calls