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

Method GetFileLock

be/src/runtime/io/disk-file.h:604–604  ·  view source on GitHub ↗

Return the lock of the file.

Source from the content-addressed store, hash-verified

602
603 /// Return the lock of the file.
604 boost::shared_mutex* GetFileLock() { return &physical_file_lock_; }
605
606 /// Return the status lock of the file.
607 SpinLock* GetStatusLock() { return &status_lock_; }

Callers 7

TryDeleteReadBufferMethod · 0.80
RemoveMethod · 0.80
DoReadMethod · 0.80

Calls

no outgoing calls

Tested by 1