Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ getLock
Method
getLock
fe/src/main/java/org/apache/impala/catalog/Db.java:201–201 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
}
200
201
public
ReentrantLock getLock() {
return
dbLock_; }
202
203
@Override
// FeDb
204
public
boolean isSystemDb() {
return
isSystemDb_; }
Callers
15
isSelfEvent
Method · 0.95
shouldSkipWhenSyncingToLatestEventId
Method · 0.95
alterDbIfExists
Method · 0.95
createDatabase
Method · 0.95
createFunction
Method · 0.95
dropFunction
Method · 0.95
alterCommentOnDb
Method · 0.95
alterDatabase
Method · 0.95
create_database
Method · 0.95
alter_database
Method · 0.95
isSelfEvent
Method · 0.95
shouldSkipWhenSyncingToLatestEventId
Method · 0.95
Calls
no outgoing calls
Tested by
1
testAlterPartitionFileMetadataReload
Method · 0.36