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

Method RemoteS3DiskFileOperId

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

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

Source from the content-addressed store, hash-verified

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

Callers 1

TmpFileRemoteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected