Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ readLock
Method
readLock
fe/src/main/java/org/apache/impala/catalog/Table.java:309–309 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
307
}
308
309
public
ReadLock readLock() {
return
readLock_; }
310
public
WriteLock writeLock() {
return
writeLock_; }
311
312
public
void
releaseReadLock() {
Callers
7
getOrLoadTable
Method · 0.95
getServiceId
Method · 0.45
getFilteredPrivilegeNames
Method · 0.45
Table
Class · 0.45
getCatalogServiceId
Method · 0.45
updateCatalogCache
Method · 0.45
witnessCatalogServiceId
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected