MCPcopy Create free account
hub / github.com/apache/impala / RemoteDfsDiskFileOperId

Method RemoteDfsDiskFileOperId

be/src/runtime/io/disk-io-mgr.h:312–314  ·  view source on GitHub ↗

The disk ID used for DFS File Operations (upload or fetch) accesses.

Source from the content-addressed store, hash-verified

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; }

Callers 2

TmpFileRemoteMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64